mirror of https://github.com/apache/nifi.git
NIFI-270 nar maven plugin now on proper version scheme for incubator
This commit is contained in:
parent
9c8c1c4f48
commit
c91d875f36
|
@ -24,7 +24,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nar-maven-plugin</artifactId>
|
<artifactId>nar-maven-plugin</artifactId>
|
||||||
<version>0.0.4-test-incubating-SNAPSHOT</version>
|
<version>0.0.1-incubating-SNAPSHOT</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<name>Apache NiFi NAR Plugin</name>
|
<name>Apache NiFi NAR Plugin</name>
|
||||||
<description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description>
|
<description>Apache NiFi Nar Plugin. It is currently a part of the Apache Incubator.</description>
|
||||||
|
|
|
@ -1002,7 +1002,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.nifi</groupId>
|
<groupId>org.apache.nifi</groupId>
|
||||||
<artifactId>nar-maven-plugin</artifactId>
|
<artifactId>nar-maven-plugin</artifactId>
|
||||||
<version>0.0.3-test-incubating</version>
|
<version>0.0.1-incubating-SNAPSHOT</version>
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue