Skip to content

Commit

Permalink
[ci skip] OpenIdentityPlatform/OpenIG prepare release 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Identity Platform Community committed Feb 9, 2019
1 parent 5bc787d commit 485347d
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion contrib-http-framework/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-core/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<artifactId>openig-core</artifactId>
<name>OpenIG Core library</name>
Expand Down
2 changes: 1 addition & 1 deletion openig-doc/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>

<artifactId>openig-doc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openig-docker/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion openig-oauth2/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-openam/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-saml/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<artifactId>openig-saml</artifactId>
<name>OpenIG SAML Support</name>
Expand Down
2 changes: 1 addition & 1 deletion openig-ui/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-uma/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion openig-war/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>
</parent>
<artifactId>openig-war</artifactId>
<name>OpenIG web application</name>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
<groupId>org.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<packaging>pom</packaging>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.6</version>

<name>OpenIG Project</name>
<description>
Expand Down Expand Up @@ -245,4 +245,8 @@
<!-- <url>scp://community.internal.forgerock.com/var/www/vhosts/openig.forgerock.org/httpdocs</url> -->
<!-- </site> -->
<!-- </distributionManagement> -->

<scm>
<tag>5.0.6</tag>
</scm>
</project>

0 comments on commit 485347d

Please sign in to comment.