Skip to content

Commit

Permalink
Update version and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anmunoz committed Dec 12, 2021
1 parent dcfcbbd commit c5f8f4c
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions nifi-ngsi-bundle/nifi-ngsi-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>

<artifactId>nifi-ngsi-nar</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
<packaging>nar</packaging>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-processors</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion nifi-ngsi-bundle/nifi-ngsi-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>

<artifactId>nifi-ngsi-processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-ngsi-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions nifi-ngsi-cassandra/nifi-ngsi-cassandra-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>nifi-ngsi-cassandra</groupId>
<artifactId>nifi-ngsi-cassandra-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>

<artifactId>nifi-ngsi-cassandra-nar</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
<packaging>nar</packaging>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>nifi-ngsi-cassandra</groupId>
<artifactId>nifi-ngsi-cassandra-processors</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-ngsi-cassandra/nifi-ngsi-cassandra-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>nifi-ngsi-cassandra</groupId>
<artifactId>nifi-ngsi-cassandra-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>
<properties>
<nifi.version>1.13.0</nifi.version>
Expand Down
2 changes: 1 addition & 1 deletion nifi-ngsi-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>nifi-ngsi-cassandra</groupId>
<artifactId>nifi-ngsi-cassandra-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
<packaging>pom</packaging>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions nifi-ngsi-dynamo/nifi-ngsi-dynamo-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-dynamodb-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>

<artifactId>nifi-ngsi-dynamo-nar</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
<packaging>nar</packaging>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-dynamo-processors</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-ngsi-dynamo/nifi-ngsi-dynamo-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-dynamodb-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
</parent>

<artifactId>nifi-ngsi-dynamo-processors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-ngsi-dynamo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.apache.nifi</groupId>
<artifactId>nifi-ngsi-dynamodb-bundle</artifactId>
<version>1.3.6</version>
<version>1.3.7</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions nifi-ngsi-resources/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ENV NIFI_TOOLKIT_HOME ${NIFI_BASE_DIR}/nifi-toolkit-current
ENV NIFI_PID_DIR=${NIFI_HOME}/run
ENV NIFI_LOG_DIR=${NIFI_HOME}/logs

ENV DRACO_RELEASE=1.3.6
ENV NIFI_NGSI_NAR_VERSION=1.3.6
ENV DRACO_RELEASE=1.3.7
ENV NIFI_NGSI_NAR_VERSION=1.3.7

ADD sh/ ${NIFI_BASE_DIR}/scripts/

Expand Down

0 comments on commit c5f8f4c

Please sign in to comment.