You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2021/12/12 04:20:13 UTC

[directory-fortress-realm] branch master updated: [maven-release-plugin] prepare release 2.0.7

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 16f4c95  [maven-release-plugin] prepare release 2.0.7
16f4c95 is described below

commit 16f4c95c8592b89c3f7b2d7776bdc8ae3060a511
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Sat Dec 11 22:20:03 2021 -0600

    [maven-release-plugin] prepare release 2.0.7
---
 impl/pom.xml  | 2 +-
 pom.xml       | 4 ++--
 proxy/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 0935a3d..3fa7754 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
   </parent>
   <artifactId>fortress-realm-impl</artifactId>
   <name>Apache Fortress Realm Implementation</name>
diff --git a/pom.xml b/pom.xml
index 47e9ebd..19b2318 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>fortress-realm</artifactId>
   <packaging>pom</packaging>
   <name>Apache Fortress Realm</name>
-  <version>2.0.7-SNAPSHOT</version>
+  <version>2.0.7</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Apache Fortress Realm provides standards-based Role-Based Access Control security provider to Apache Tomcat.
@@ -49,7 +49,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</developerConnection>
     <url>https://github.com/apache/directory-fortress-realm/tree/{project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>2.0.7</tag>
   </scm>
 
   <issueManagement>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index b12f153..09a8c49 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.fortress</groupId>
     <artifactId>fortress-realm</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.7</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>