Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Bump release version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kuryloski committed May 12, 2014
1 parent bcdf9e0 commit 32dcdc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -19,12 +19,12 @@
<parent>
<groupId>org.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-identity-parent</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
</parent>

<groupId>com.cloudfoundry.identity</groupId>
<artifactId>cloudfoundry-login-server</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<packaging>war</packaging>
<name>Cloud Foundry Login Server</name>
<description>Login/LDAP/SAML2 Service provider for Cloud Foundry</description>
Expand Down Expand Up @@ -112,7 +112,7 @@
</developers>

<properties>
<identity.version>1.6.4-SNAPSHOT</identity.version>
<identity.version>1.6.4</identity.version>
<spring.version>4.0.3.RELEASE</spring.version>
<spring.security.version>3.2.3.RELEASE</spring.security.version>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 32dcdc3

Please sign in to comment.