Skip to content

Commit

Permalink
remove unnecessary version overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
koentsje committed Feb 19, 2014
1 parent 62492db commit 9a806e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Expand Up @@ -254,7 +254,6 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4.1</version>
<configuration>
<filesets>
<fileset>
Expand Down Expand Up @@ -290,7 +289,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>process-resources</phase>
Expand All @@ -309,7 +307,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>add-test-source</id>
Expand Down Expand Up @@ -351,7 +348,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
<includes>
<include>**/*.java</include>
Expand All @@ -363,7 +359,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<configuration>
<archive>
<!-- <manifestEntries>
Expand All @@ -381,7 +376,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.5</version>
<configuration>
<stylesheetfile>${basedir}/src/javadoc/jdstyle.css</stylesheetfile>
</configuration>
Expand Down

0 comments on commit 9a806e1

Please sign in to comment.