This is an automated email from the ASF dual-hosted git repository. pvillard pushed a commit to branch NIFI-13273-RC1 in repository https://gitbox.apache.org/repos/asf/nifi-maven.git
commit 5060edae764fcf5e8c628da677c48ba6b82c5eac Author: Pierre Villard <[email protected]> AuthorDate: Wed May 22 12:54:24 2024 +0200 NIFI-13273-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 9fb9d80..3312196 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <groupId>org.apache.nifi</groupId> <artifactId>nifi-nar-maven-plugin</artifactId> - <version>2.0.0</version> + <version>2.1.0-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-maven-2.0.0-RC1</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system> @@ -75,7 +75,7 @@ <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <project.build.outputTimestamp>2024-05-22T10:54:14Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-05-22T10:54:24Z</project.build.outputTimestamp> <inceptionYear>2014</inceptionYear> <mockito.version>5.12.0</mockito.version> <junit.version>5.10.2</junit.version>
