Skip to content

Commit b29d88c

Browse files
committed
Update: Updated version number
Signed-off-by: Ricardo Ruiz Saiz <dorm.std@gmail.com>
1 parent 4cf2504 commit b29d88c

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

CKAN_API_Handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>nifiCKANProcessors</artifactId>
77
<groupId>net.atos.qrowd</groupId>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

nifi-nifiCKANDatasetBackup-nar/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<parent>
2020
<groupId>net.atos.qrowd</groupId>
2121
<artifactId>nifiCKANProcessors</artifactId>
22-
<version>1.0-SNAPSHOT</version>
22+
<version>1.0.1</version>
2323
</parent>
2424

2525
<artifactId>nifi-nifiCKANDatasetBackup-nar</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<packaging>nar</packaging>
2828
<properties>
2929
<maven.javadoc.skip>true</maven.javadoc.skip>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>net.atos.qrowd</groupId>
3636
<artifactId>nifi-nifiCKANDatasetBackup-processors</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.0.1</version>
3838
</dependency>
3939
</dependencies>
4040

nifi-nifiCKANDatasetBackup-processors/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>net.atos.qrowd</groupId>
2121
<artifactId>nifiCKANProcessors</artifactId>
22-
<version>1.0-SNAPSHOT</version>
22+
<version>1.0.1</version>
2323
</parent>
2424

2525
<artifactId>nifi-nifiCKANDatasetBackup-processors</artifactId>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>net.atos.qrowd</groupId>
3131
<artifactId>CKAN_API_Handler</artifactId>
32-
<version>1.0-SNAPSHOT</version>
32+
<version>1.0.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.apache.nifi</groupId>

nifi-nifiCKANFlowfileUploader-nar/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<parent>
2020
<groupId>net.atos.qrowd</groupId>
2121
<artifactId>nifiCKANProcessors</artifactId>
22-
<version>1.0-SNAPSHOT</version>
22+
<version>1.0.1</version>
2323
</parent>
2424

2525
<artifactId>nifi-nifiCKANFlowfileUploader-nar</artifactId>
26-
<version>1.0-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<packaging>nar</packaging>
2828
<properties>
2929
<maven.javadoc.skip>true</maven.javadoc.skip>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>net.atos.qrowd</groupId>
3636
<artifactId>nifi-nifiCKANFlowfileUploader-processors</artifactId>
37-
<version>1.0-SNAPSHOT</version>
37+
<version>1.0.1</version>
3838
</dependency>
3939
</dependencies>
4040

nifi-nifiCKANFlowfileUploader-processors/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>net.atos.qrowd</groupId>
2121
<artifactId>nifiCKANProcessors</artifactId>
22-
<version>1.0-SNAPSHOT</version>
22+
<version>1.0.1</version>
2323
</parent>
2424

2525
<artifactId>nifi-nifiCKANFlowfileUploader-processors</artifactId>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>net.atos.qrowd</groupId>
3131
<artifactId>CKAN_API_Handler</artifactId>
32-
<version>1.0-SNAPSHOT</version>
32+
<version>1.0.1</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.apache.nifi</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>net.atos.qrowd</groupId>
2929
<artifactId>nifiCKANProcessors</artifactId>
30-
<version>1.0-SNAPSHOT</version>
30+
<version>1.0.1</version>
3131
<packaging>pom</packaging>
3232
<dependencyManagement>
3333
<dependencies>

0 commit comments

Comments
 (0)