fix: Remove plugin versions in beam/pom.xml

This commit is contained in:
1ambda 2016-11-22 18:28:13 +09:00
parent ec75b40a45
commit fd01b3a72a
2 changed files with 4 additions and 6 deletions

View file

@ -233,7 +233,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration>
<skip>true</skip>
</configuration>
@ -241,7 +240,6 @@
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce</id>
@ -252,7 +250,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-dependencies</id>

View file

@ -122,6 +122,7 @@
<plugin.clean.version>2.6.1</plugin.clean.version>
<plugin.lifecycle.mapping.version>1.0.0</plugin.lifecycle.mapping.version>
<plugin.antrun.version>1.7</plugin.antrun.version>
<plugin.deploy.version>2.8.2</plugin.deploy.version>
<PermGen>64m</PermGen>
<MaxPermGen>512m</MaxPermGen>
@ -413,8 +414,9 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${plugin.deploy.version}</version>
</plugin>
<!--TODO(alex): make part of the build and reconcile conflicts
@ -499,7 +501,6 @@
</plugin>
<plugin>
<<<<<<< HEAD
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>1.0.1</version>