Skip to content

Commit

Permalink
release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauros committed Jun 20, 2018
1 parent b9bff60 commit 05fffb1
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.9.0-SNAPSHOT</version>
<version>0.7.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.9.0-SNAPSHOT</version>
<version>0.7.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.9.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -116,7 +116,7 @@
</dependency>
<dependency>
<groupId>org.geant</groupId>
<version>0.9.0-SNAPSHOT</version>
<version>0.7.0</version>
<artifactId>idp-oidc-extension-api</artifactId>
</dependency>
<dependency>
Expand Down

0 comments on commit 05fffb1

Please sign in to comment.