Skip to content

Commit

Permalink
maven-plugin 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 31, 2012
1 parent 9e6e288 commit 7db15a5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions maven-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>org.junithelper</groupId>
<artifactId>maven-junithelper-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.11</version>
<version>1.12</version>
<name>maven-junithelper-plugin Maven Mojo</name>
<url>http://junithelper.org</url>

Expand Down Expand Up @@ -40,6 +40,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>sonatype oss releases</id>
<url>http://oss.sonatype.org/content/repositories/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -111,7 +121,7 @@
<dependency>
<groupId>org.junithelper</groupId>
<artifactId>junithelper-core</artifactId>
<version>1.11</version>
<version>1.12</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7db15a5

Please sign in to comment.