Skip to content

Commit

Permalink
version updated for first alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauros committed Dec 22, 2017
1 parent c3d45d0 commit 9558b4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion idp-oidc-extension-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>idp-oidc-extension-parent</artifactId>
<groupId>org.geant</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../idp-oidc-extension-parent</relativePath>
</parent>
<artifactId>idp-oidc-extension-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idp-oidc-extension-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>idp-oidc-extension-parent</artifactId>
<groupId>org.geant</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../idp-oidc-extension-parent</relativePath>
</parent>
<artifactId>idp-oidc-extension-impl</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions idp-oidc-extension-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.geant</groupId>
<artifactId>idp-oidc-extension-parent</artifactId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -106,7 +106,7 @@
</dependency>
<dependency>
<groupId>org.geant</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5.0</version>
<artifactId>idp-oidc-extension-api</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 9558b4a

Please sign in to comment.