Skip to content

Commit

Permalink
Version 4.5.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 5, 2023
1 parent b6eef94 commit 0b5e16b
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions idp-conf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>Gluu idp-conf-impl</name>
<url>https://www.gluu.org</url>
<packaging>jar</packaging>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions keygenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>

<groupId>org.gluu</groupId>
<artifactId>oxShibbolethKeyGenerator</artifactId>
<name>OX Shibboleth key generator</name>
<url>https://www.gluu.org</url>
<packaging>jar</packaging>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions oxLogoServlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>
<artifactId>oxLogoServlet</artifactId>
<name>oxLogoServlet</name>
<url>https://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<oxcore.version>4.5.3-SNAPSHOT</oxcore.version>
<oxauth.version>4.5.3-SNAPSHOT</oxauth.version>
<oxtrust.version>4.5.3-SNAPSHOT</oxtrust.version>
<oxcore.version>4.5.3.Final</oxcore.version>
<oxauth.version>4.5.3.Final</oxauth.version>
<oxtrust.version>4.5.3.Final</oxtrust.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>OX Shibboleth</name>
<packaging>pom</packaging>
<url>https://www.gluu.org</url>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
8 changes: 4 additions & 4 deletions shib-oxauth-authn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>

<artifactId>shib-oxauth-authn</artifactId>
Expand All @@ -13,9 +13,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<oxcore.version>4.5.3-SNAPSHOT</oxcore.version>
<oxauth.version>4.5.3-SNAPSHOT</oxauth.version>
<oxtrust.version>4.5.3-SNAPSHOT</oxtrust.version>
<oxcore.version>4.5.3.Final</oxcore.version>
<oxauth.version>4.5.3.Final</oxauth.version>
<oxtrust.version>4.5.3.Final</oxtrust.version>
<javax.servlet.version>3.0.1</javax.servlet.version>
<commons-lang.version>2.5</commons-lang.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-flow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<name>OX Shibboleth IDP static resources</name>
<url>https://www.gluu.org</url>
<packaging>jar</packaging>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion webapp-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>

<build>
Expand Down
8 changes: 4 additions & 4 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</parent>
<prerequisites>
<maven>2.3</maven>
</prerequisites>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<oxcore.version>4.5.3-SNAPSHOT</oxcore.version>
<oxcore.version>4.5.3.Final</oxcore.version>
<jackson.version>2.13.0</jackson.version>
<jaxrs.version>3.0.12.Final</jaxrs.version>
<resteasy.version>4.7.9.Final</resteasy.version>
<httpcore.version>4.4.14</httpcore.version>
<httpclient.version>4.5.13</httpclient.version>
<log4j.version>2.17.1</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
<shib-oxauth-authn.version>4.5.3-SNAPSHOT</shib-oxauth-authn.version>
<shib-oxauth-authn.version>4.5.3.Final</shib-oxauth-authn.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<buildDate>${maven.build.timestamp}</buildDate>
</properties>
Expand Down Expand Up @@ -294,7 +294,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxLogoServlet</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3.Final</version>
</dependency>
<!--END: Couchbase JDBC section -->
<!--START: OX OpenId Authentication -->
Expand Down

0 comments on commit 0b5e16b

Please sign in to comment.