NIFI-3793 - switch to use project.version

Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
Yolanda M. Davis 2017-05-03 22:08:43 -04:00 committed by Bryan Bende
parent 98fb58975f
commit 5dac189601
No known key found for this signature in database
GPG Key ID: A0DDA9ED50711C39
2 changed files with 2 additions and 5 deletions

View File

@ -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>

View File

@ -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>