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

Commit

Permalink
bump version to 1.3.0-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrainard committed Oct 9, 2012
1 parent 1e7d146 commit f90973f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>axiom</groupId>
<artifactId>axiom</artifactId>
<packaging>war</packaging>
<version>1.2.1-BETA</version>
<version>1.3.0-BETA</version>
<name>Axiom</name>
<url>https://github.com/ryanbrainard/axiom</url>
<description>Axiom Single Sign-On Tools</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<context-param>
<param-name>version</param-name>
<param-value>1.2.1-BETA</param-value> <!-- TODO: make this dynamic from pom.xml ! -->
<param-value>1.3.0-BETA</param-value> <!-- TODO: make this dynamic from pom.xml ! -->
</context-param>

<context-param>
Expand Down

0 comments on commit f90973f

Please sign in to comment.