Skip to content

Commit

Permalink
versions to match patch release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jalauros committed Apr 17, 2019
1 parent 5ebf849 commit 9a18b9f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 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>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>idp-oidc-extension-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion idp-oidc-extension-distribution/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>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>idp-oidc-extension-distribution</artifactId>
<build>
Expand Down
11 changes: 6 additions & 5 deletions idp-oidc-extension-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>idp-oidc-extension-parent</artifactId>
<groupId>org.geant</groupId>
<version>1.0.0</version>
<version>1.0.1</version>
</parent>
<artifactId>idp-oidc-extension-impl</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -51,10 +51,6 @@
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-ui</artifactId>
</dependency>
<dependency>
<groupId>org.geant.fedoidc</groupId>
<artifactId>oidcfederatedmetadatastatement</artifactId>
</dependency>
<dependency>
<groupId>${slf4j.groupId}</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand All @@ -69,6 +65,11 @@
<artifactId>idp-attribute-filter-api</artifactId>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.geant</groupId>
<artifactId>idp-oidc-extension-parent</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -76,12 +76,13 @@
<artifactId>gson</artifactId>
<version>2.8.0</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.geant.fedoidc</groupId>
<artifactId>oidcfederatedmetadatastatement</artifactId>
<version>1.1-SNAPSHOT</version>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>test</scope>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml-core</artifactId>
Expand Down

0 comments on commit 9a18b9f

Please sign in to comment.