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>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nar-maven-plugin</artifactId>
|
||||
<version>0.0.4-test-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>
|
||||
|
|
|
@ -1002,7 +1002,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nar-maven-plugin</artifactId>
|
||||
<version>0.0.3-test-incubating</version>
|
||||
<version>0.0.1-incubating-SNAPSHOT</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue