Skip to content

Commit

Permalink
Maven updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dschadow committed Aug 18, 2018
1 parent f60cb68 commit f99f848
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions org.jcryptool.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,6 @@ Maven 3 and Java 8 are required for the build. See https://github.com/jcryptool/
<build>
<defaultGoal>clean package</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<executions>
<execution>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>3.0</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
Expand Down Expand Up @@ -233,7 +213,7 @@ Maven 3 and Java 8 are required for the build. See https://github.com/jcryptool/
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
<version>3.0.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit f99f848

Please sign in to comment.