Skip to content

Commit

Permalink
release 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Dec 4, 2011
1 parent 3eba026 commit e11bfa6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3-SNAPSHOT</version>
<version>1.8.4</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.3-SNAPSHOT</version>
<version>1.8.4</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions 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.3-SNAPSHOT</version>
<version>1.8.4</version>
</parent>

<repositories>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.jpos</groupId>
<artifactId>jpos</artifactId>
<version>1.8.3-SNAPSHOT</version>
<version>1.8.4</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
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.3-SNAPSHOT</version>
<version>1.8.4</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.3-SNAPSHOT</version>
<version>1.8.4</version>
<name>jPOS Project</name>
<url>http://jpos.org</url>
<description>
Expand Down

0 comments on commit e11bfa6

Please sign in to comment.