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 2020/05/22 17:15:45 UTC

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

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 dc120ee  [maven-release-plugin] prepare release 2.0.5
dc120ee is described below

commit dc120ee5c9ca81924f9fbb81e93b1391f58f6e57
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Fri May 22 12:15:32 2020 -0500

    [maven-release-plugin] prepare release 2.0.5
---
 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 619a321..94713ff 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
   <artifactId>fortress-realm-impl</artifactId>
   <name>Apache Fortress Realm Implementation</name>
diff --git a/pom.xml b/pom.xml
index 55a1de2..9d166dd 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.5-SNAPSHOT</version>
+  <version>2.0.5</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.5</tag>
   </scm>
 
   <issueManagement>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index 05a5841..ed1a8cb 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.5-SNAPSHOT</version>
+    <version>2.0.5</version>
   </parent>
 
   <artifactId>fortress-realm-proxy</artifactId>