NIFI-270 reset nar-maven to 0.0.1 and made the more logical for nifi

This commit is contained in:
joewitt 2015-01-19 09:38:24 -05:00
parent bc448e59a0
commit 52e9c4a5a9
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
</parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nar-maven-plugin</artifactId>
<version>0.0.2-incubating-SNAPSHOT</version>
<version>0.0.1-incubating-SNAPSHOT</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>

View File

@ -901,7 +901,7 @@
<releaseProfiles>apache-release</releaseProfiles>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
<tagNameFormat>nifi-@{project.version}</tagNameFormat>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
</configuration>
@ -985,7 +985,7 @@
<plugin>
<groupId>org.apache.nifi</groupId>
<artifactId>nar-maven-plugin</artifactId>
<version>0.0.2-incubating-SNAPSHOT</version>
<version>0.0.1-incubating-SNAPSHOT</version>
<extensions>true</extensions>
</plugin>
</plugins>