Skip to content

Commit

Permalink
Release 1.6.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Sep 26, 2014
1 parent 49edd8b commit 43ed90a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.xdi</groupId>
<artifactId>oxauth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.Final</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion Model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.xdi</groupId>
<artifactId>oxauth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.Final</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion RP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.xdi</groupId>
<artifactId>oxauth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.Final</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.xdi</groupId>
<artifactId>oxauth</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.Final</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion oxAuthStatic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.xdi</groupId>
<artifactId>oxAuthStatic</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.Final</version>
<packaging>jar</packaging>

<name>oxAuthStatic</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<groupId>org.xdi</groupId>
<artifactId>oxauth</artifactId>
<packaging>pom</packaging>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0.Final</version>
<name>oxAuth</name>
<url>http://ox.gluu.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min-version>3.0.3</maven.min-version>
<oxCore.version>1.6.0-SNAPSHOT</oxCore.version>
<oxCore.version>1.6.0.Final</oxCore.version>
<jackson.version>1.9.9</jackson.version>
<jettison.version>1.3</jettison.version>
<resteasy.version>2.3.4.Final</resteasy.version>
Expand Down

0 comments on commit 43ed90a

Please sign in to comment.