Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Mar 18, 2016
1 parent 312eac9 commit 332d3ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions facade/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>lightblue-migrator-pom</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>
<artifactId>lightblue-migrator-facade</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>jiff</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jiff/pom.xml
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>lightblue-migrator-pom</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>
<artifactId>jiff</artifactId>
<name>jiff: ${project.groupId}|${project.artifactId}</name>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
6 changes: 3 additions & 3 deletions migrator/pom.xml
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>lightblue-migrator-pom</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>
<artifactId>lightblue-migrator</artifactId>
<name>lightblue-migrator: ${project.groupId}|${project.artifactId}</name>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<apache.commons-io.version>2.4</apache.commons-io.version>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>jiff</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>lightblue-migrator-pom</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<packaging>pom</packaging>
<name>lightblue-migrator: ${project.groupId}|${project.artifactId}</name>
<licenses>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:https://github.com/lightblue-platform/lightblue-migrator.git</connection>
<developerConnection>scm:git:git@github.com:lightblue-platform/lightblue-migrator.git</developerConnection>
<url>https://github.com/lightblue-platform/lightblue-migrator</url>
<tag>HEAD</tag>
<tag>V2.17.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 332d3ab

Please sign in to comment.