Skip to content

Commit

Permalink
IAM v. 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Jul 12, 2016
1 parent 2910079 commit 074fddc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion iam-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.infn.mw</groupId>
<artifactId>iam-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>iam-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iam-login-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.infn.mw</groupId>
<artifactId>iam-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>iam-login-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iam-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.infn.mw</groupId>
<artifactId>iam-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>iam-persistence</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iam-test-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.infn.mw</groupId>
<artifactId>iam-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>iam-test-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iam-test-protected-resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.infn.mw</groupId>
<artifactId>iam-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>iam-test-protected-resource</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>it.infn.mw</groupId>
<artifactId>iam-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>
<name>IAM Parent POM</name>

Expand Down

0 comments on commit 074fddc

Please sign in to comment.