Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Weimer committed Aug 21, 2014
1 parent d8505b6 commit 289d693
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.tang</groupId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>TANG-Project</name>
<artifactId>tang-project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tang-test-jarA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.tang</groupId>
<artifactId>tang-project</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>tang-test-jarA</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tang-test-jarAB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.tang</groupId>
<artifactId>tang-project</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>tang-test-jarAB</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tang-test-jarB-conflictA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.tang</groupId>
<artifactId>tang-project</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>tang-test-jarB-conflictA</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tang-test-jarB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.tang</groupId>
<artifactId>tang-project</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>tang-test-jarB</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.microsoft.tang</groupId>
<artifactId>tang-project</artifactId>
<version>0.7</version>
<version>0.8-SNAPSHOT</version>
</parent>

<artifactId>tang</artifactId>
Expand Down

0 comments on commit 289d693

Please sign in to comment.