This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 17f6e0d  [maven-release-plugin] prepare for next development iteration
17f6e0d is described below

commit 17f6e0d1c423d4a78a1321ea3e7d7889c6b3178b
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Feb 15 21:04:02 2023 +0100

    [maven-release-plugin] prepare for next development iteration
---
 maven-plugin-testing-harness/pom.xml | 2 +-
 pom.xml                              | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/maven-plugin-testing-harness/pom.xml 
b/maven-plugin-testing-harness/pom.xml
index afa54e0..0f77f7a 100644
--- a/maven-plugin-testing-harness/pom.xml
+++ b/maven-plugin-testing-harness/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugin-testing</groupId>
     <artifactId>maven-plugin-testing</artifactId>
-    <version>4.0.0-alpha-1</version>
+    <version>4.0.0-alpha-2-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-plugin-testing-harness</artifactId>
diff --git a/pom.xml b/pom.xml
index 4e3e1a4..f61a4eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
   <groupId>org.apache.maven.plugin-testing</groupId>
   <artifactId>maven-plugin-testing</artifactId>
-  <version>4.0.0-alpha-1</version>
+  <version>4.0.0-alpha-2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Maven Plugin Testing</name>
@@ -45,7 +45,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
-    <tag>maven-plugin-testing-4.0.0-alpha-1</tag>
+    <tag>master</tag>
     
<url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -68,7 +68,7 @@ under the License.
     <mavenVersion>4.0.0-alpha-4</mavenVersion>
     <maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
     <javaVersion>8</javaVersion>
-    
<project.build.outputTimestamp>2023-02-15T20:03:47Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-02-15T20:04:02Z</project.build.outputTimestamp>
   </properties>
 
 </project>

Reply via email to