This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit f65888dc5cd2c60ad22867be00c83a0c3a01c5e2 Author: Joe Witt <[email protected]> AuthorDate: Thu Oct 6 14:25:33 2022 -0700 NIFI-10521 update version references --- minifi/pom.xml | 16 ++++++++-------- nifi-docker/dockerhub/DockerImage.txt | 2 +- nifi-docker/dockerhub/Dockerfile | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/minifi/pom.xml b/minifi/pom.xml index da9722fd47..a2c5fa9f4a 100644 --- a/minifi/pom.xml +++ b/minifi/pom.xml @@ -316,49 +316,49 @@ limitations under the License. <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-record-serialization-services-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-dbcp-service-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-distributed-cache-services-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-proxy-configuration-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-http-context-map-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-oauth2-provider-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-lookup-services-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-registry-nar</artifactId> - <version>1.18.0-SNAPSHOT</version> + <version>1.19.0-SNAPSHOT</version> <type>nar</type> </dependency> <dependency> diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt index e30bf1245f..e7be00e3ba 100644 --- a/nifi-docker/dockerhub/DockerImage.txt +++ b/nifi-docker/dockerhub/DockerImage.txt @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -apache/nifi:1.18.0 +apache/nifi:1.19.0 diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile index 1d54895980..57bb63c3ba 100644 --- a/nifi-docker/dockerhub/Dockerfile +++ b/nifi-docker/dockerhub/Dockerfile @@ -24,7 +24,7 @@ LABEL site="https://nifi.apache.org" ARG UID=1000 ARG GID=1000 -ARG NIFI_VERSION=1.18.0 +ARG NIFI_VERSION=1.19.0 ARG BASE_URL=https://archive.apache.org/dist ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}} ARG DISTRO_PATH=${DISTRO_PATH:-${NIFI_VERSION}}
