Skip to content

Commit

Permalink
[maven-release-plugin] prepare release V2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Paterczyk committed Jun 2, 2016
1 parent 07a1519 commit 45c111e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions facade/pom.xml
Expand Up @@ -3,9 +3,9 @@
<parent>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>lightblue-migrator-pom</artifactId>
<version>2.39.0-SNAPSHOT</version>
<version>2.39.0</version>
</parent>
<version>2.39.0-SNAPSHOT</version><artifactId>lightblue-migrator-facade</artifactId>
<version>2.39.0</version><artifactId>lightblue-migrator-facade</artifactId>
<packaging>jar</packaging>
<name>lightblue-migrator: ${project.groupId}|${project.artifactId}</name>
<dependencies>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>jiff</artifactId>
<version>2.39.0-SNAPSHOT</version>
<version>2.39.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.39.0-SNAPSHOT</version>
<version>2.39.0</version>
</parent>
<artifactId>jiff</artifactId>
<name>jiff: ${project.groupId}|${project.artifactId}</name>
<version>2.39.0-SNAPSHOT</version>
<version>2.39.0</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion lightblue-migration-monitor/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>lightblue-migrator-pom</artifactId>
<version>2.39.0-SNAPSHOT</version>
<version>2.39.0</version>
</parent>

<artifactId>lightblue-migration-monitor</artifactId>
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.39.0-SNAPSHOT</version>
<version>2.39.0</version>
</parent>
<artifactId>lightblue-migrator</artifactId>
<name>lightblue-migrator: ${project.groupId}|${project.artifactId}</name>
<version>2.39.0-SNAPSHOT</version>
<version>2.39.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 @@ -67,7 +67,7 @@
<dependency>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>jiff</artifactId>
<version>2.39.0-SNAPSHOT</version>
<version>2.39.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>com.redhat.lightblue.migrator</groupId>
<artifactId>lightblue-migrator-pom</artifactId>
<version>2.39.0-SNAPSHOT</version>
<version>2.39.0</version>
<packaging>pom</packaging>
<name>lightblue-migrator: ${project.groupId}|${project.artifactId}</name>
<licenses>
Expand All @@ -21,7 +21,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.39.0</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit 45c111e

Please sign in to comment.