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
misdoro committed Oct 28, 2015
1 parent 9d84075 commit ef1f3c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2</version>
<version>12.07r3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Parent project for all XSAMS JAXB mappings classes and utilities</name>
Expand Down
4 changes: 2 additions & 2 deletions xsams-extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2</version>
<version>12.07r3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams</artifactId>
<version>1.0r2</version>
<version>1.0r3-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions xsams-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2</version>
<version>12.07r3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams</artifactId>
<version>1.0r2</version>
<version>1.0r3-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions xsams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.vamdc.xml</groupId>
<artifactId>xsams-parent</artifactId>
<version>12.07r2</version>
<version>12.07r3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>xsams</artifactId>
<version>1.0r2</version>
<version>1.0r3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>xsams</name>
Expand Down

0 comments on commit ef1f3c3

Please sign in to comment.