Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vharseko committed Mar 13, 2018
2 parents b73d739 + bc6eb81 commit a3355bd
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 13 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.forgerock.openig</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</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.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>openig-core</artifactId>
<name>OpenIG Core library</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.forgerock.openig</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>openig-doc</artifactId>
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.forgerock.openig</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</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.forgerock.openig</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</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.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>openig-saml</artifactId>
<name>OpenIG SAML Support</name>
Expand Down
6 changes: 2 additions & 4 deletions openig-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
Copyright 2014-2016 ForgeRock AS.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>openig-project</artifactId>
<groupId>org.forgerock.openig</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</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.forgerock.openig</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</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.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<artifactId>openig-war</artifactId>
<name>OpenIG web application</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.forgerock.openig</groupId>
<artifactId>openig-project</artifactId>
<packaging>pom</packaging>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>

<name>OpenIG Project</name>
<description>
Expand Down

0 comments on commit a3355bd

Please sign in to comment.