This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-parent.git
The following commit(s) were added to refs/heads/master by this push:
new d7f9277 inherit dev from parent to catch [email protected]
d7f9277 is described below
commit d7f9277ae874e0557792e921714d809ef99bb0ef
Author: Eric Barboni <[email protected]>
AuthorDate: Mon May 20 10:36:04 2019 +0200
inherit dev from parent to catch [email protected]
---
pom.xml | 52 +---------------------------------------------------
1 file changed, 1 insertion(+), 51 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7b964ba..5d45a12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
</parent>
<groupId>org.apache.netbeans.utilities</groupId>
<artifactId>utilities-parent</artifactId>
- <version>2-SNAPSHOT</version>
+ <version>1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Netbeans Maven Utilities</name>
<description>Apache Netbeans Maven Utilities is a set of artefacts to
build and populate Apache NetBeans artefacts using Apache Maven</description>
@@ -55,56 +55,6 @@ under the License.
</dependency>
</dependencies>
</dependencyManagement>
- <developers>
- <!-- Please contact development team by using Apache NetBeans dev
list-->
- <developer>
- <id>mkleint</id>
- <name>Milos Kleint</name>
- <email>protected</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>jglick</id>
- <name>Jesse Glick</name>
- <email>protected</email>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- <developer>
- <id>ebarboni</id>
- <name>Eric Barboni</name>
- <roles>
- <role>Developer</role>
- </roles>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Johan Andr�n</name>
- <email>protected</email>
- <roles>
- <role>Patch Contributor</role>
- <role>Goal Contributor</role>
- </roles>
- </contributor>
- <contributor>
- <name>Mykola Nikishov</name>
- <email>[email protected]</email>
- <roles>
- <role>Patch Contributor</role>
- </roles>
- </contributor>
- <contributor>
- <name>Frantisek Mantlik</name>
- <email>[email protected]</email>
- <roles>
- <role>Goal Contributor</role>
- </roles>
- </contributor>
- </contributors>
<build>
<pluginManagement>
<plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists