[ant-extensions] branch master updated: do not override plugin version from parent project
Ian Young
ian at iay.org.uk
Thu Oct 29 10:24:40 EDT 2015
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository ant-extensions.
The following commit(s) were added to refs/heads/master by this push:
new e85e6ed do not override plugin version from parent project
e85e6ed is described below
commit e85e6ed31ae5fc2bef151141181e1d564b55a735
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Oct 29 14:25:00 2015 +0000
do not override plugin version from parent project
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index e0f7d0b..daa3da0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
<!-- Managed Dependencies -->
</dependencies>
-
+
<profiles>
<profile>
<id>release</id>
@@ -74,7 +74,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2.1</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/bin.xml</descriptor>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list