Skip to content

Commit

Permalink
Version 4.4.0.sp1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jun 11, 2024
1 parent 29c3035 commit 6693fb8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 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.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</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 @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</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.gluu</groupId>
<artifactId>oxauth-static</artifactId>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</version>
<packaging>jar</packaging>

<name>oxauth-static</name>
Expand Down
2 changes: 1 addition & 1 deletion persistence-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</version>
</parent>
<artifactId>oxauth-persistence-model</artifactId>
<name>Persistence model</name>
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<packaging>pom</packaging>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</version>
<name>oxAuth</name>
<url>https://www.gluu.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.min-version>3.3.9</maven.min-version>

<oxcore.version>4.4.0.Final</oxcore.version>
<oxcore.version>4.4.0.sp1</oxcore.version>
<oxeleven.version>4.4.0.Final</oxeleven.version>
<oxnotify.version>4.4.0.Final</oxnotify.version>
<oxlicense.version>4.4.0.Final</oxlicense.version>
Expand Down Expand Up @@ -211,6 +211,11 @@
<artifactId>oxcore-server</artifactId>
<version>${oxcore.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxcore-script</artifactId>
<version>${oxcore.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxcore-jsf-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxauth</artifactId>
<version>4.4.0.Final</version>
<version>4.4.0.sp1</version>
</parent>

<prerequisites>
Expand Down

0 comments on commit 6693fb8

Please sign in to comment.