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/05/23 08:31:34 UTC

[directory-fortress-enmasse] branch master updated (e68fc45 -> 5d3b366)

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

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


    from e68fc45  Merge pull request #3 from coheigea/https
     new c8f9c46  Switched to https; Fixed the scm part
     new 5d3b366  Switched to https; Fixed the scm part

The 2 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.


Summary of changes:
 pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


[directory-fortress-enmasse] 02/02: Switched to https; Fixed the scm part

Posted by el...@apache.org.
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-fortress-enmasse.git

commit 5d3b366a25449912d6bb97d07898b0fd7d3b6946
Merge: c8f9c46 e68fc45
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu May 23 10:31:18 2019 +0200

    Switched to https; Fixed the scm part

 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --cc pom.xml
index d8d4352,fde9c9b..75a196f
--- a/pom.xml
+++ b/pom.xml
@@@ -43,10 -42,11 +42,10 @@@
    </licenses>
  
    <scm>
-     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-rest.git</connection>
 -    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-fortress-rest.git</connection>
 -    <developerConnection>
 -      scm:git: https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
 -    </developerConnection>
 -    <tag>2.0.3</tag>
++    <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git</connection>
 +    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git</developerConnection>
-     <url>https://github.com/apache/directory-fortress-enmasse/tree/master</url>
++    <url>https://github.com/apache/directory-fortress-enmasse/tree/${project.scm.tag}</url>
 +    <tag>master</tag>
    </scm>
  
    <issueManagement>


[directory-fortress-enmasse] 01/02: Switched to https; Fixed the scm part

Posted by el...@apache.org.
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-fortress-enmasse.git

commit c8f9c466cac1df5f03930598a03690bfe2a9b85c
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu May 23 10:20:54 2019 +0200

    Switched to https; Fixed the scm part
---
 pom.xml | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index c2fa676..d8d4352 100755
--- 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>
@@ -32,22 +32,21 @@
   <packaging>war</packaging>
   <version>2.0.4-SNAPSHOT</version>
   <name>Apache Fortress Rest</name>
-  <url>http://directory.apache.org/fortress/</url>
+  <url>https://directory.apache.org/fortress/</url>
   <description>Apache Fortress Rest provides a service-based implementation of the ANSI INCITS 359 RBAC Specification</description>
 
   <licenses>
     <license>
       <name>Apache License 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
     </license>
   </licenses>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/directory-fortress-rest.git</connection>
-    <developerConnection>
-      scm:git: https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git
-    </developerConnection>
-    <tag>2.0.3</tag>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-rest.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-enmasse.git</developerConnection>
+    <url>https://github.com/apache/directory-fortress-enmasse/tree/master</url>
+    <tag>master</tag>
   </scm>
 
   <issueManagement>
@@ -94,7 +93,7 @@
     <mailingList>
       <name>Apache Directory -- Fortress List</name>
       <post>fortress@directory.apache.org</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/directory-fortress/</archive>
+      <archive>https://mail-archives.apache.org/mod_mbox/directory-fortress/</archive>
     </mailingList>
   </mailingLists>
 
@@ -433,7 +432,7 @@
   <repositories>
     <repository>
       <id>maven2</id>
-      <url>http://repo1.maven.org/maven2</url>
+      <url>https://repo1.maven.org/maven2</url>
     </repository>
   </repositories>