Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARIES-JAXRS-Whiteboard][maven-release-plugin] 1.0.9 prepare release …
…org.apache.aries.jax.rs-1.0.9
  • Loading branch information
Carlos Sierra Andrés committed Jun 29, 2020
1 parent f2c5187 commit 868050b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jax-rs.features/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<artifactId>org.apache.aries.jax.rs.features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jax-rs.itests-fragment/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions jax-rs.itests/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs.itests-fragment</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jax-rs.whiteboard/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<artifactId>org.apache.aries.jax.rs.whiteboard</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.apache.aries.jax.rs.cxf.repackage/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs</artifactId>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
</parent>

<groupId>org.apache.aries.jax.rs.cxf.repackage</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -31,7 +31,7 @@
<groupId>org.apache.aries.jax.rs</groupId>
<artifactId>org.apache.aries.jax.rs</artifactId>
<name>Apache Aries JAX-RS Whiteboard Integration Project</name>
<version>1.0.9-SNAPSHOT</version>
<version>1.0.9</version>
<packaging>pom</packaging>
<properties>
<java.build.version>1.8</java.build.version>
Expand Down Expand Up @@ -90,7 +90,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.9</tag>
</scm>

<modules>
Expand Down

0 comments on commit 868050b

Please sign in to comment.