This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/master by this push:
new 1bd2f3f Drop in some placeholders so the TomEE versions on these doc
pages are kept up to date
1bd2f3f is described below
commit 1bd2f3f712dc791129073e5136a11f07ae243401
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Wed Feb 9 11:11:06 2022 +0000
Drop in some placeholders so the TomEE versions on these doc pages are kept
up to date
---
docs/arquillian-available-adapters.adoc | 16 ++++++++--------
docs/developer/tools/maven/tomee.adoc | 2 +-
docs/maven/index.adoc | 10 +++++-----
docs/tomee-maven-plugin.adoc | 10 +++++-----
docs/tomee-mp-getting-started.adoc | 4 ++--
5 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/docs/arquillian-available-adapters.adoc
b/docs/arquillian-available-adapters.adoc
index f4cc562..8ada4b7 100644
--- a/docs/arquillian-available-adapters.adoc
+++ b/docs/arquillian-available-adapters.adoc
@@ -98,23 +98,23 @@ dependencies to your Maven pom.xml:
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-tomee-embedded</artifactId>
- <version>8.0.4</version> <!--Current version-->
+ <version>${TOMEE_VERSION}</version> <!--Current version-->
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>tomee-embedded</artifactId>
- <version>8.0.4</version>
+ <version>${TOMEE_VERSION}</version>
</dependency>
<!--Required for WebServices and RESTful WebServices-->
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>tomee-webservices</artifactId>
- <version>8.0.4</version>
+ <version>${TOMEE_VERSION}</version>
</dependency>
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>tomee-jaxrs</artifactId>
- <version>8.0.4</version>
+ <version>${TOMEE_VERSION}</version>
</dependency>
----
@@ -160,7 +160,7 @@ The following shows a typical configuration for testing
against TomEE
[source,xml]
----
<properties>
- <tomee.version>8.0.4</tomee.version>
+ <tomee.version>${TOMEE_VERSION}</tomee.version>
<tomee.classifier>webprofile</tomee.classifier>
</properties>
<build>
@@ -238,7 +238,7 @@ with `-Ptomee-webprofile-remote` specified as a `mvn`
command argument.
<dependency>
<groupId>org.apache.tomee</groupId>
<artifactId>arquillian-tomee-embedded</artifactId>
- <version>8.0.4</version>
+ <version>${TOMEE_VERSION}</version>
</dependency>
</dependencies>
</profile>
@@ -246,7 +246,7 @@ with `-Ptomee-webprofile-remote` specified as a `mvn`
command argument.
<profile>
<id>tomee-webprofile-remote</id>
<properties>
- <tomee.version>8.0.4</tomee.version>
+ <tomee.version>${TOMEE_VERSION}</tomee.version>
<tomee.classifier>webprofile</tomee.classifier>
</properties>
<build>
@@ -282,7 +282,7 @@ with `-Ptomee-webprofile-remote` specified as a `mvn`
command argument.
<profile>
<id>tomee-plus-remote</id>
<properties>
- <tomee.version>8.0.4</tomee.version>
+ <tomee.version>${TOMEE_VERSION}</tomee.version>
<tomee.classifier>plus</tomee.classifier>
</properties>
<build>
diff --git a/docs/developer/tools/maven/tomee.adoc
b/docs/developer/tools/maven/tomee.adoc
index 5a4fd75..3a3c4b9 100644
--- a/docs/developer/tools/maven/tomee.adoc
+++ b/docs/developer/tools/maven/tomee.adoc
@@ -141,7 +141,7 @@ remove:prefix
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>8.0.9</version>
+ <version>${TOMEE_VERSION}</version>
<configuration>
<tomeeClassifier>plus</tomeeClassifier>
<debug>false</debug>
diff --git a/docs/maven/index.adoc b/docs/maven/index.adoc
index 7c00327..75f8cd3 100644
--- a/docs/maven/index.adoc
+++ b/docs/maven/index.adoc
@@ -21,9 +21,9 @@ Simply add the following to the `<plugins>` and optionally
the `<pluginManagemen
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>8.0.9</version>
+ <version>${TOMEE_VERSION}</version>
<configuration>
- <tomeeVersion>8.0.9</tomeeVersion>
+ <tomeeVersion>${TOMEE_VERSION}</tomeeVersion>
<tomeeClassifier>plus</tomeeClassifier>
</configuration>
</plugin>
@@ -87,9 +87,9 @@ deploy apps then run the server.
<plugin>
<groupId>org.apache.openejb.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>8.0.9</version>
+ <version>${TOMEE_VERSION}</version>
<configuration>
- <tomeeVersion>8.0.9</tomeeVersion>
+ <tomeeVersion>${TOMEE_VERSION}</tomeeVersion>
<tomeeClassifier>plus</tomeeClassifier>
<debug>false</debug>
<debugPort>5005</debugPort>
@@ -121,7 +121,7 @@ deploy apps then run the server.
<plugin>
<groupId>org.apache.openejb.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>8.0.9</version>
+ <version>${TOMEE_VERSION}</version>
<configuration>
<synchronization>
<extensions>
diff --git a/docs/tomee-maven-plugin.adoc b/docs/tomee-maven-plugin.adoc
index 99b6818..995d628 100644
--- a/docs/tomee-maven-plugin.adoc
+++ b/docs/tomee-maven-plugin.adoc
@@ -21,9 +21,9 @@ Simply add the following to the `<plugins>` and optionally
the `<pluginManagemen
<plugin>
<groupId>org.apache.tomee.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>8.0.9</version>
+ <version>${TOMEE_VERSION}</version>
<configuration>
- <tomeeVersion>8.0.9</tomeeVersion>
+ <tomeeVersion>${TOMEE_VERSION}</tomeeVersion>
<tomeeClassifier>plus</tomeeClassifier>
</configuration>
</plugin>
@@ -87,9 +87,9 @@ deploy apps then run the server.
<plugin>
<groupId>org.apache.openejb.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>8.0.9</version>
+ <version>${TOMEE_VERSION}</version>
<configuration>
- <tomeeVersion>8.0.9</tomeeVersion>
+ <tomeeVersion>${TOMEE_VERSION}</tomeeVersion>
<tomeeClassifier>plus</tomeeClassifier>
<debug>false</debug>
<debugPort>5005</debugPort>
@@ -121,7 +121,7 @@ deploy apps then run the server.
<plugin>
<groupId>org.apache.openejb.maven</groupId>
<artifactId>tomee-maven-plugin</artifactId>
- <version>8.0.9</version>
+ <version>${TOMEE_VERSION}</version>
<configuration>
<synchronization>
<extensions>
diff --git a/docs/tomee-mp-getting-started.adoc
b/docs/tomee-mp-getting-started.adoc
index 396c822..5a3f0fa 100644
--- a/docs/tomee-mp-getting-started.adoc
+++ b/docs/tomee-mp-getting-started.adoc
@@ -33,12 +33,12 @@ template project is preconfigured with `javaee-api` (scope
provided) and
with the link:maven/index.html[`tomee-maven-plugin`] for starting the
application with TomEE.
-For example, if current version of the archetype is '8.0.3', then the
+For example, if current version of the archetype is '${TOMEE_VERSION}', then
the
required command to generate an application would be:
[source,bash]
----
-mvn archetype:generate -DarchetypeGroupId=org.apache.tomee.maven
-DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=8.0.3
+mvn archetype:generate -DarchetypeGroupId=org.apache.tomee.maven
-DarchetypeArtifactId=tomee-webapp-archetype -DarchetypeVersion=${TOMEE_VERSION}
----
The first time you run this command maven downloads the archetype and