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 2019/12/11 01:50:30 UTC

[directory-fortress-core] annotated tag 2.0.4 created (now b37fcff)

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

elecharny pushed a change to annotated tag 2.0.4
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git.


      at b37fcff  (tag)
 tagging ce6feea181cdbf59e967e1e759bcc192301138a6 (commit)
 replaces 2.0.3
      by emmanuel lecharny
      on Wed Dec 11 02:50:27 2019 +0100

- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag 2.0.4
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 9146f04  [maven-release-plugin] prepare release 2.0.4
     new dde56ad  [maven-release-plugin] rollback the release of 2.0.4
     new ebbe834  Fix the pom to pass the release
     new ce6feea  Some more https stupidity...

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[directory-fortress-core] 01/04: [maven-release-plugin] prepare release 2.0.4

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to annotated tag 2.0.4
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git

commit 9146f040ed5da4c0d30dfcbf77a982bf2fcea33b
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Wed Dec 11 02:40:58 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 43d7f59..ff9d310 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.project</groupId>
@@ -30,7 +30,7 @@
   <artifactId>fortress-core</artifactId>
   <packaging>jar</packaging>
   <name>Apache Fortress Core</name>
-  <version>2.0.4-SNAPSHOT</version>
+  <version>2.0.4</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Apache Fortress is a standards-based Access Management SDK that implements ANSI RBAC INCITS 359.
@@ -48,7 +48,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-core.git</connection>
     <developerConnection>scm:git: https://gitbox.apache.org/repos/asf/directory-fortress-core.git</developerConnection>
     <url>https://github.com/apache/directory-fortress-core/tree/{project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>2.0.4</tag>
   </scm>
 
   <issueManagement>


[directory-fortress-core] 02/04: [maven-release-plugin] rollback the release of 2.0.4

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to annotated tag 2.0.4
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git

commit dde56adf8bffb2c391a4a1cf1770411a7c44b0d2
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Wed Dec 11 02:44:41 2019 +0100

    [maven-release-plugin] rollback the release of 2.0.4
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff9d310..43d7f59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.project</groupId>
@@ -30,7 +30,7 @@
   <artifactId>fortress-core</artifactId>
   <packaging>jar</packaging>
   <name>Apache Fortress Core</name>
-  <version>2.0.4</version>
+  <version>2.0.4-SNAPSHOT</version>
   <inceptionYear>2007</inceptionYear>
   <description>
     Apache Fortress is a standards-based Access Management SDK that implements ANSI RBAC INCITS 359.
@@ -48,7 +48,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-core.git</connection>
     <developerConnection>scm:git: https://gitbox.apache.org/repos/asf/directory-fortress-core.git</developerConnection>
     <url>https://github.com/apache/directory-fortress-core/tree/{project.scm.tag}</url>
-    <tag>2.0.4</tag>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>


[directory-fortress-core] 04/04: Some more https stupidity...

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to annotated tag 2.0.4
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git

commit ce6feea181cdbf59e967e1e759bcc192301138a6
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Wed Dec 11 02:49:40 2019 +0100

    Some more https stupidity...
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69a012e..945621f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.project</groupId>


[directory-fortress-core] 03/04: Fix the pom to pass the release

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to annotated tag 2.0.4
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git

commit ebbe8349f829fbf34a4e669333f778200742d46a
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Wed Dec 11 02:47:37 2019 +0100

    Fix the pom to pass the release
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 43d7f59..69a012e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.project</groupId>
@@ -46,7 +46,7 @@
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-core.git</connection>
-    <developerConnection>scm:git: https://gitbox.apache.org/repos/asf/directory-fortress-core.git</developerConnection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-core.git</developerConnection>
     <url>https://github.com/apache/directory-fortress-core/tree/{project.scm.tag}</url>
     <tag>master</tag>
   </scm>