Skip to content

Commit

Permalink
Version upgrade 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
korteke committed Dec 23, 2015
1 parent 6cdcca8 commit 6a7574f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>net.kvak.shibboleth</groupId>
<artifactId>totpauth-parent</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<packaging>pom</packaging>
<name>Shibboleth IdP v3 TOTP auth parent</name>
<description>TOTP based authentication module for Shibboleth IdP v3</description>
Expand All @@ -26,7 +26,7 @@
<maven.compiler.target>1.7</maven.compiler.target>
<shib.idp.version>3.2.0</shib.idp.version>
<gson.version>2.3.1</gson.version>
<mobile.auth.version>0.5.0</mobile.auth.version>
<mobile.auth.version>0.5.1</mobile.auth.version>
<com.warrenstrange.version>0.5.0</com.warrenstrange.version>
<org.springframework.ldap.version>2.0.4.RELEASE</org.springframework.ldap.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion totpauth-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kvak.shibboleth</groupId>
<artifactId>totpauth-parent</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>
<artifactId>totpauth-api</artifactId>
<name>totpauth-api</name>
Expand Down
2 changes: 1 addition & 1 deletion totpauth-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kvak.shibboleth</groupId>
<artifactId>totpauth-parent</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</parent>
<artifactId>totpauth-impl</artifactId>
<name>totpauth-impl</name>
Expand Down

0 comments on commit 6a7574f

Please sign in to comment.