Skip to content

Commit

Permalink
Branch for version 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 26, 2022
1 parent 0e123e1 commit 5dde542
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 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.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion keygenerator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>OX Shibboleth key generator</name>
<url>https://www.gluu.org</url>
<packaging>jar</packaging>
<version>4.5.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
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.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</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.0-SNAPSHOT</oxcore.version>
<oxauth.version>4.5.0-SNAPSHOT</oxauth.version>
<oxtrust.version>4.5.0-SNAPSHOT</oxtrust.version>
<oxcore.version>4.6.0-SNAPSHOT</oxcore.version>
<oxauth.version>4.6.0-SNAPSHOT</oxauth.version>
<oxtrust.version>4.6.0-SNAPSHOT</oxtrust.version>
</properties>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions oxShibbolethWebapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>
<prerequisites>
<maven>2.3</maven>
Expand All @@ -17,15 +17,15 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<oxcore.version>4.5.0-SNAPSHOT</oxcore.version>
<oxcore.version>4.6.0-SNAPSHOT</oxcore.version>
<jackson.version>2.13.0</jackson.version>
<jaxrs.version>3.0.12.Final</jaxrs.version>
<resteasy.version>4.5.12.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.0-SNAPSHOT</shib-oxauth-authn.version>
<shib-oxauth-authn.version>4.6.0-SNAPSHOT</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 @@ -274,7 +274,7 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxLogoServlet</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</dependency>
<!--END: Couchbase JDBC section -->
<!--START: OX OpenId Authentication -->
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.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</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.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</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.0-SNAPSHOT</oxcore.version>
<oxauth.version>4.5.0-SNAPSHOT</oxauth.version>
<oxtrust.version>4.5.0-SNAPSHOT</oxtrust.version>
<oxcore.version>4.6.0-SNAPSHOT</oxcore.version>
<oxauth.version>4.6.0-SNAPSHOT</oxauth.version>
<oxtrust.version>4.6.0-SNAPSHOT</oxtrust.version>
<javax.servlet.version>3.0.1</javax.servlet.version>
<commons-lang.version>2.5</commons-lang.version>
</properties>
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.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<parent>
<groupId>org.gluu</groupId>
<artifactId>oxShibboleth</artifactId>
<version>4.5.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 5dde542

Please sign in to comment.