mirror of https://github.com/apache/nifi.git
NIFI-3793 - switch to use project.version
Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
parent
98fb58975f
commit
5dac189601
|
@ -46,7 +46,7 @@ language governing permissions and limitations under the License. -->
|
|||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-client-dto</artifactId>
|
||||
<version>${client.version}</version>
|
||||
<version>${project.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
|
@ -57,7 +57,7 @@ language governing permissions and limitations under the License. -->
|
|||
<dependency>
|
||||
<groupId>org.apache.nifi</groupId>
|
||||
<artifactId>nifi-web-security</artifactId>
|
||||
<version>${client.version}</version>
|
||||
<version>${project.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
<artifactId>nifi</artifactId>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<properties>
|
||||
<client.version>1.2.0-SNAPSHOT</client.version>
|
||||
</properties>
|
||||
<artifactId>nifi-toolkit</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue