Skip to content

Commit

Permalink
chore: version_4.5.1.sp1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jul 3, 2023
1 parent 7c42f0f commit 59a5137
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>
<artifactId>oxtrust-api-server</artifactId>
<name>API Server</name>
Expand Down
2 changes: 1 addition & 1 deletion cas-openid-auth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.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 @@ -11,7 +11,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion openid-auth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<packaging>pom</packaging>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
<name>oxTrust</name>
<url>https://www.gluu.org</url>

Expand Down
2 changes: 1 addition & 1 deletion saml-openid-auth-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion server-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions server-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<prerequisites>
Expand All @@ -33,7 +33,7 @@
<phase>process-sources</phase>
<configuration>
<target>
<property name="oxtrust.server.basedir" value="${project.build.directory}/oxtrust-server-4.5.1.Final"/>
<property name="oxtrust.server.basedir" value="${project.build.directory}/oxtrust-server-4.5.1.sp1"/>
<unwar dest="${project.build.directory}/${project.build.finalName}" src="${oxtrust.server.basedir}/target/${project.build.finalName}.war" />
</target>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxtrust</artifactId>
<version>4.5.1.Final</version>
<version>4.5.1.sp1</version>
</parent>

<!--repositories>
Expand Down

0 comments on commit 59a5137

Please sign in to comment.