Skip to content

Commit

Permalink
changed version to 1.0.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
agolPL committed Feb 7, 2014
1 parent c8ba448 commit a929cf0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,26 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.agol.delegate</groupId>
<artifactId>business-delegate</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0.RC1</version>

<properties>
<testng.version>6.1.1</testng.version>
<fest-assert.version>1.4</fest-assert.version>
<mockito.version>1.7</mockito.version>
<powermock.version>1.5</powermock.version>
</properties>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
Expand Down

0 comments on commit a929cf0

Please sign in to comment.