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

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


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

commit d8fe22af4283685e78947ccddf29a3d1d015c336
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Nov 16 14:25:49 2025 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3cc0870..46bcc2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-ejb-plugin</artifactId>
-  <version>3.3.0</version>
+  <version>3.3.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven EJB Plugin</name>
@@ -41,7 +41,7 @@ under the License.
   <scm>
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git</developerConnection>
-    <tag>maven-ejb-plugin-3.3.0</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-ejb-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -61,7 +61,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.9.6</mavenVersion>
-    
<project.build.outputTimestamp>2025-11-16T13:25:35Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-11-16T13:25:49Z</project.build.outputTimestamp>
     <version.palantirJavaFormat>2.81.0</version.palantirJavaFormat>
   </properties>
 

Reply via email to