[ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.8 prepare release org.apache.aries.jax.rs-1.0.8
diff --git a/jax-rs.features/pom.xml b/jax-rs.features/pom.xml index dc23ed2..23b1b92 100644 --- a/jax-rs.features/pom.xml +++ b/jax-rs.features/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.aries.jax.rs</groupId> <artifactId>org.apache.aries.jax.rs</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> </parent> <artifactId>org.apache.aries.jax.rs.features</artifactId>
diff --git a/jax-rs.itests-fragment/pom.xml b/jax-rs.itests-fragment/pom.xml index c18aad4..2d320ac 100644 --- a/jax-rs.itests-fragment/pom.xml +++ b/jax-rs.itests-fragment/pom.xml
@@ -21,7 +21,7 @@ <parent> <groupId>org.apache.aries.jax.rs</groupId> <artifactId>org.apache.aries.jax.rs</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -35,7 +35,7 @@ released independently) can refer to it consistently. This artifact is not released anyway so the version never needs to change. --> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> <build> <plugins>
diff --git a/jax-rs.itests/pom.xml b/jax-rs.itests/pom.xml index dbce6cc..32036fd 100644 --- a/jax-rs.itests/pom.xml +++ b/jax-rs.itests/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.aries.jax.rs</groupId> <artifactId>org.apache.aries.jax.rs</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> <relativePath>..</relativePath> </parent> @@ -85,7 +85,7 @@ <dependency> <groupId>org.apache.aries.jax.rs</groupId> <artifactId>org.apache.aries.jax.rs.itests-fragment</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId>
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml index 01440a1..5ce6653 100644 --- a/jax-rs.whiteboard/pom.xml +++ b/jax-rs.whiteboard/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.apache.aries.jax.rs</groupId> <artifactId>org.apache.aries.jax.rs</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> </parent> <artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
diff --git a/org.apache.aries.jax.rs.cxf.repackage/pom.xml b/org.apache.aries.jax.rs.cxf.repackage/pom.xml index 71f87cb..d05150f 100644 --- a/org.apache.aries.jax.rs.cxf.repackage/pom.xml +++ b/org.apache.aries.jax.rs.cxf.repackage/pom.xml
@@ -3,7 +3,7 @@ <parent> <groupId>org.apache.aries.jax.rs</groupId> <artifactId>org.apache.aries.jax.rs</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> </parent> <groupId>org.apache.aries.jax.rs.cxf.repackage</groupId>
diff --git a/pom.xml b/pom.xml index 9e7945c..f3951ef 100644 --- a/pom.xml +++ b/pom.xml
@@ -31,7 +31,7 @@ <groupId>org.apache.aries.jax.rs</groupId> <artifactId>org.apache.aries.jax.rs</artifactId> <name>JAX-RS Integration Project</name> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.8</version> <packaging>pom</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -44,7 +44,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git</url> - <tag>HEAD</tag> + <tag>org.apache.aries.jax.rs-1.0.8</tag> </scm> <modules>