Skip to content

Commit

Permalink
Merge pull request #43 from thiagobustamante/5.5
Browse files Browse the repository at this point in the history
Changing pom version
  • Loading branch information
thiagobustamante authored Jul 4, 2016
2 parents fc6515e + 1b95dff commit 0ab8fd2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cruxframework.plugin</groupId>
<artifactId>crux-maven-plugin</artifactId>
<version>5.5-SNAPSHOT</version>
<version>5.5-RC1</version>
<name>Crux Maven Plugin</name>
<packaging>maven-plugin</packaging>

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

<properties>
<maven.version>3.0.5</maven.version>
<maven.plugin.version>3.4</maven.plugin.version>
<gwt.version>2.7.0</gwt.version>
<crux.version>5.5-SNAPSHOT</crux.version>
<crux.version>5.5-RC1</crux.version>
</properties>

<prerequisites>
Expand Down

0 comments on commit 0ab8fd2

Please sign in to comment.