Skip to content

Commit

Permalink
jPOS 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Apr 10, 2011
1 parent f1d7da8 commit 0141850
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

<groupId>org.jpos</groupId>
<artifactId>jpos-archetype</artifactId>
<version>1.8.1-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>jPOS Archetype</name>
<parent>
<groupId>org.jpos</groupId>
<artifactId>jpos-project</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<dependency>
<groupId>org.jpos</groupId>
<artifactId>jpos</artifactId>
<version>${jpos.version}</version>
<version>1.8.2</version>
</dependency>
</dependencies>

<properties>
<jpos.version>1.8.1-SNAPSHOT</jpos.version>
<jpos.version>${version}</jpos.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

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.1-SNAPSHOT</version>
<version>1.8.2</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.1-SNAPSHOT</version>
<version>1.8.2</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.1-SNAPSHOT</version>
<version>1.8.2</version>
<name>jPOS Project</name>
<url>http://jpos.org</url>
<description>
Expand Down

0 comments on commit 0141850

Please sign in to comment.