This is an automated email from the ASF dual-hosted git repository. nsabonyi pushed a commit to branch NIFI-11688-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-maven.git
commit 2979c8f20110993b08309d6f1a96a2c8cae7ce5e Author: Nandor Soma Abonyi <[email protected]> AuthorDate: Wed Jun 14 22:31:07 2023 +0200 NIFI-11688-RC1 prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4fdf59c..046a2a8 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-maven-plugin</artifactId> - <version>1.5.1</version> + <version>1.5.2-SNAPSHOT</version> <packaging>maven-plugin</packaging> <description>Apache NiFi Nar Maven Plugin</description> <url>http://nifi.apache.org</url> @@ -64,7 +64,7 @@ <connection>scm:git:git://git.apache.org/nifi-maven.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/nifi-maven.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=nifi-maven.git</url> - <tag>nifi-nar-maven-plugin-1.5.1-rc1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system> @@ -79,7 +79,7 @@ <maven.compiler.target>1.8</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <project.build.outputTimestamp>2023-06-14T20:31:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-06-14T20:31:06Z</project.build.outputTimestamp> <inceptionYear>2014</inceptionYear> <mockito.version>4.11.0</mockito.version> <junit.version>5.9.2</junit.version>
