You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2022/07/28 14:00:26 UTC

[directory-project] branch master updated: [maven-release-plugin] prepare for next development iteration

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-project.git


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

commit a2fed7b39f1ed260d7832a2e5c4fff5bfbb1716f
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Jul 28 16:00:23 2022 +0200

    [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 bcb4c305..d3a5ed45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
   <artifactId>project</artifactId>
   <packaging>pom</packaging>
   <name>Apache Directory Project</name>
-  <version>46</version>
+  <version>47-SNAPSHOT</version>
   <url>https://directory.apache.org/</url>
 
   <description>
@@ -811,7 +811,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-project.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-project.git</developerConnection>
     <url>https://github.com/apache/directory-project.git/tree/{project.scm.tag}</url>
-    <tag>46</tag>
+    <tag>master</tag>
   </scm>
 
   <prerequisites>
@@ -823,7 +823,7 @@
     <arguments />
 
     <!-- activate Reproducible Builds -->
-    <project.build.outputTimestamp>1659016813</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1659016823</project.build.outputTimestamp>
 
     <!-- ================================================ -->
     <!-- Set default encoding for reports and generated   -->