Skip to content

Commit

Permalink
Version bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Jul 5, 2012
1 parent b5b2b90 commit 326f437
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>com.github.koraktor</groupId>
<artifactId>mavanagaiata</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
<packaging>maven-plugin</packaging>

<name>Mavanagaiata</name>
Expand Down Expand Up @@ -80,6 +80,24 @@
<artifactId>org.eclipse.jgit</artifactId>
<version>2.0.0.201206130900-r</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>1.4.11</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 326f437

Please sign in to comment.