Skip to content

Commit

Permalink
Merge pull request #981 from thiagobustamante/1.4
Browse files Browse the repository at this point in the history
Changing pom version
  • Loading branch information
thiagobustamante authored Jul 4, 2016
2 parents d8659ef + 591d227 commit 76a33a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>crux-smart-faces</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4-RC1</version>
<name>Crux Smart Faces</name>
<description>Crux widgets library</description>

<parent>
<groupId>org.cruxframework</groupId>
<artifactId>crux-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<properties>
<crux.version>5.5-SNAPSHOT</crux.version>
<crux.version>5.5-RC1</crux.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 76a33a3

Please sign in to comment.