Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Identity Platform Community committed Aug 8, 2024
1 parent 586ac7b commit bd6779b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion contrib-http-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<artifactId>openig-core</artifactId>
<name>OpenIG Core library</name>
Expand Down
8 changes: 4 additions & 4 deletions openig-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<artifactId>openig-doc</artifactId>
Expand Down Expand Up @@ -343,10 +343,10 @@
<phase>package</phase>
<configuration>
<target>
<property name="compress_formats" value="webhelp,xhtml,html"/>
<property name="compress_formats" value="webhelp,xhtml,html" />
<ant antfile="${basedir}/src/main/ant/zip.xml">
<target name="docs"/>
</ant>>
<target name="docs" />
</ant>&gt;
</target>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion openig-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion openig-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-openam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<artifactId>openig-saml</artifactId>
<name>OpenIG SAML Support</name>
Expand Down
2 changes: 1 addition & 1 deletion openig-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-uma/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.openidentityplatform.openig</groupId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>
</parent>
<artifactId>openig-war</artifactId>
<name>OpenIG web application</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>org.openidentityplatform.openig</groupId>
<artifactId>openig-project</artifactId>
<packaging>pom</packaging>
<version>5.2.4-SNAPSHOT</version>
<version>5.2.4</version>

<name>OpenIG Project</name>
<description>
Expand Down Expand Up @@ -139,7 +139,7 @@
<connection>scm:git:https://github.com/OpenIdentityPlatform/OpenIG.git</connection>
<developerConnection>scm:git:https://github.com/OpenIdentityPlatform/OpenIG.git</developerConnection>
<url>https://github.com/OpenIdentityPlatform/OpenIG</url>
<tag>HEAD</tag>
<tag>5.2.4</tag>
</scm>

<modules>
Expand Down

0 comments on commit bd6779b

Please sign in to comment.