From b2b63b0739353325e20fb2ac614364ca55ae2059 Mon Sep 17 00:00:00 2001 From: Fabrizio Cannizzo Date: Tue, 28 May 2024 15:24:17 +0100 Subject: [PATCH] version 1.0 --- nifi-iotics-hostservice/pom.xml | 2 +- nifi-iotics-nar/pom.xml | 10 +++++----- nifi-iotics-processors/pom.xml | 5 ++--- pom.xml | 13 +++++++++++-- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/nifi-iotics-hostservice/pom.xml b/nifi-iotics-hostservice/pom.xml index c819df5..031e146 100644 --- a/nifi-iotics-hostservice/pom.xml +++ b/nifi-iotics-hostservice/pom.xml @@ -20,7 +20,7 @@ smartrics.iotics.nifi nifi-iotics - 1.0-SNAPSHOT + 1.0 nifi-iotics-hostservice diff --git a/nifi-iotics-nar/pom.xml b/nifi-iotics-nar/pom.xml index 6e99a88..7735d85 100644 --- a/nifi-iotics-nar/pom.xml +++ b/nifi-iotics-nar/pom.xml @@ -19,29 +19,29 @@ smartrics.iotics.nifi nifi-iotics - 1.0-SNAPSHOT + 1.0 nifi-iotics-nar - 1.0-SNAPSHOT + 1.0 nar ${project.groupId}:${project.artifactId} 2.0.0-M2 - 1.0-SNAPSHOT + 1.1 smartrics.iotics.nifi nifi-iotics-processors - 1.0-SNAPSHOT + 1.0 smartrics.iotics.nifi nifi-iotics-hostservice - ${iotics.nifi.version} + 1.0 org.apache.nifi diff --git a/nifi-iotics-processors/pom.xml b/nifi-iotics-processors/pom.xml index f2f8b5e..89bc79c 100644 --- a/nifi-iotics-processors/pom.xml +++ b/nifi-iotics-processors/pom.xml @@ -20,7 +20,7 @@ smartrics.iotics.nifi nifi-iotics - 1.0-SNAPSHOT + 1.0 nifi-iotics-processors @@ -29,7 +29,6 @@ 2.0.0-M2 - 1.0-SNAPSHOT 1.2 3.2.5 @@ -72,7 +71,7 @@ smartrics.iotics.nifi nifi-iotics-hostservice - ${iotics.nifi.version} + 1.0 smartrics.iotics diff --git a/pom.xml b/pom.xml index 7ea99b6..51e9e15 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ smartrics.iotics.nifi nifi-iotics - 1.0-SNAPSHOT + 1.0 pom ${project.groupId}:${project.artifactId} @@ -66,7 +66,16 @@ - + + + org.codehaus.mojo + versions-maven-plugin + 2.16.2 + + false + + +