Skip to content

Commit

Permalink
version bump to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
goekay committed Apr 28, 2015
1 parent 91b29e7 commit 300332c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.rwth.idsg</groupId>
<artifactId>steve</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<developers>
Expand Down Expand Up @@ -446,5 +446,19 @@
<version>2.3.6</version>
</dependency>

<!-- Test -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>

</dependencies>
</project>

0 comments on commit 300332c

Please sign in to comment.