Skip to content

Commit

Permalink
and development is now 1.8.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Apr 10, 2011
1 parent 0141850 commit 23e6832
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jpos</groupId>
<artifactId>jpos-project</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>org.jpos</groupId>
<artifactId>jpos</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion compat_1_5_2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jpos</groupId>
<artifactId>jpos-project</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
</parent>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion jpos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jpos</groupId>
<artifactId>jpos-project</artifactId>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jpos</groupId>
<artifactId>jpos-project</artifactId>
<packaging>pom</packaging>
<version>1.8.2</version>
<version>1.8.3-SNAPSHOT</version>
<name>jPOS Project</name>
<url>http://jpos.org</url>
<description>
Expand Down

0 comments on commit 23e6832

Please sign in to comment.