This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 9f86498 [maven-release-plugin] prepare release utilities-parent-14.0 9f86498 is described below commit 9f86498eaf5dc5041ebc26360cbdcf52e321555b Author: Eric Barboni <sk...@apache.org> AuthorDate: Thu Nov 16 14:55:13 2023 +0100 [maven-release-plugin] prepare release utilities-parent-14.0 --- nb-repository-plugin/pom.xml | 2 +- nb-shared/pom.xml | 2 +- nbm-maven-harness/pom.xml | 2 +- nbm-maven-plugin/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nb-repository-plugin/pom.xml b/nb-repository-plugin/pom.xml index 9860cdd..4c2c936 100644 --- a/nb-repository-plugin/pom.xml +++ b/nb-repository-plugin/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.netbeans.utilities</groupId> <artifactId>utilities-parent</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> </parent> <artifactId>nb-repository-plugin</artifactId> diff --git a/nb-shared/pom.xml b/nb-shared/pom.xml index 7d37c7c..5158605 100644 --- a/nb-shared/pom.xml +++ b/nb-shared/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.netbeans.utilities</groupId> <artifactId>utilities-parent</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> </parent> <artifactId>nb-shared</artifactId> diff --git a/nbm-maven-harness/pom.xml b/nbm-maven-harness/pom.xml index 96cf993..af89363 100644 --- a/nbm-maven-harness/pom.xml +++ b/nbm-maven-harness/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.netbeans.utilities</groupId> <artifactId>utilities-parent</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> </parent> <artifactId>nbm-maven-harness</artifactId> diff --git a/nbm-maven-plugin/pom.xml b/nbm-maven-plugin/pom.xml index 69e676f..146196a 100644 --- a/nbm-maven-plugin/pom.xml +++ b/nbm-maven-plugin/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.netbeans.utilities</groupId> <artifactId>utilities-parent</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> </parent> <artifactId>nbm-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 9b83eaa..afd81de 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.netbeans.utilities</groupId> <artifactId>utilities-parent</artifactId> - <version>14.0-SNAPSHOT</version> + <version>14.0</version> <packaging>pom</packaging> <name>Apache Netbeans Maven Utilities</name> @@ -52,7 +52,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git</developerConnection> <url>https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin</url> - <tag>HEAD</tag> + <tag>utilities-parent-14.0</tag> </scm> <issueManagement> <system>jira</system> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists