mirror of https://github.com/apache/nifi.git
[maven-release-plugin] prepare release maven-plugins-0.0.1-test-incubating
This commit is contained in:
parent
9335b46aaf
commit
7632514993
|
@ -19,10 +19,10 @@
|
|||
<parent>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>maven-plugins</artifactId>
|
||||
<version>0.0.1-incubating-SNAPSHOT</version>
|
||||
<version>0.0.1-test-incubating</version>
|
||||
</parent>
|
||||
<artifactId>nar-maven-plugin</artifactId>
|
||||
<version>0.0.1-incubating-SNAPSHOT</version>
|
||||
<version>0.0.1-test-incubating</version>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Apache NiFi NAR Plugin</name>
|
||||
<description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description>
|
||||
|
|
|
@ -20,11 +20,11 @@
|
|||
<groupId>org.apache</groupId>
|
||||
<artifactId>apache</artifactId>
|
||||
<version>16</version>
|
||||
<relativePath/>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>maven-plugins</artifactId>
|
||||
<version>0.0.1-incubating-SNAPSHOT</version>
|
||||
<version>0.0.1-test-incubating</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Apache NiFi Maven Plugins</name>
|
||||
<description>Apache NiFi Maven Plugins. It is currently a part of the Apache Incubator.</description>
|
||||
|
@ -65,6 +65,7 @@
|
|||
<connection>scm:git:git://git.apache.org/incubator-nifi.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-nifi.git</developerConnection>
|
||||
<url>https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git</url>
|
||||
<tag>maven-plugins-0.0.1-test-incubating</tag>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>JIRA</system>
|
||||
|
|
Loading…
Reference in New Issue