This is an automated email from the ASF dual-hosted git repository. dblevins pushed a commit to branch redoparent in repository https://gitbox.apache.org/repos/asf/tomee-jakarta.git
commit fe78053116ef6a801d8348f55f3d4755f92e057f Author: David Blevins <[email protected]> AuthorDate: Mon Mar 22 23:28:36 2021 -0700 Update version printed at startup to TomEE 9 instead of TomEE 8 --- .../src/main/resources/openejb-version.properties | 21 +++++++++++++++++++++ .../src/main/resources/openejb-version.properties | 21 +++++++++++++++++++++ .../src/main/resources/openejb-version.properties | 21 +++++++++++++++++++++ .../src/main/resources/openejb-version.properties | 21 +++++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/tomee/tomee-microprofile-webapp/src/main/resources/openejb-version.properties b/tomee/tomee-microprofile-webapp/src/main/resources/openejb-version.properties new file mode 100644 index 0000000..9eb5969 --- /dev/null +++ b/tomee/tomee-microprofile-webapp/src/main/resources/openejb-version.properties @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +copyright=Copyright 1999-2021 (C) Apache TomEE Project, All Rights Reserved. +url=http://tomee.apache.org/ +version=${pom.version} +date=@DATE-REPLACED-BY-MAVEN@ +time=@TIME-REPLACED-BY-MAVEN@ diff --git a/tomee/tomee-plume-webapp/src/main/resources/openejb-version.properties b/tomee/tomee-plume-webapp/src/main/resources/openejb-version.properties new file mode 100644 index 0000000..9eb5969 --- /dev/null +++ b/tomee/tomee-plume-webapp/src/main/resources/openejb-version.properties @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +copyright=Copyright 1999-2021 (C) Apache TomEE Project, All Rights Reserved. +url=http://tomee.apache.org/ +version=${pom.version} +date=@DATE-REPLACED-BY-MAVEN@ +time=@TIME-REPLACED-BY-MAVEN@ diff --git a/tomee/tomee-plus-webapp/src/main/resources/openejb-version.properties b/tomee/tomee-plus-webapp/src/main/resources/openejb-version.properties new file mode 100644 index 0000000..9eb5969 --- /dev/null +++ b/tomee/tomee-plus-webapp/src/main/resources/openejb-version.properties @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +copyright=Copyright 1999-2021 (C) Apache TomEE Project, All Rights Reserved. +url=http://tomee.apache.org/ +version=${pom.version} +date=@DATE-REPLACED-BY-MAVEN@ +time=@TIME-REPLACED-BY-MAVEN@ diff --git a/tomee/tomee-webprofile-webapp/src/main/resources/openejb-version.properties b/tomee/tomee-webprofile-webapp/src/main/resources/openejb-version.properties new file mode 100644 index 0000000..9eb5969 --- /dev/null +++ b/tomee/tomee-webprofile-webapp/src/main/resources/openejb-version.properties @@ -0,0 +1,21 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +copyright=Copyright 1999-2021 (C) Apache TomEE Project, All Rights Reserved. +url=http://tomee.apache.org/ +version=${pom.version} +date=@DATE-REPLACED-BY-MAVEN@ +time=@TIME-REPLACED-BY-MAVEN@
