You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/09/09 03:36:28 UTC

[07/46] directory-kerby git commit: Added the SCM tag, required for the release. Fixed the link to the web site

Added the SCM tag, required for the release. Fixed the link to the web site


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/11444a0f
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/11444a0f
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/11444a0f

Branch: refs/heads/pkinit-support
Commit: 11444a0f0b3f71a6904f4abf66fe10e2700048a5
Parents: fb65539
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Sat Aug 22 12:30:32 2015 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Sat Aug 22 12:30:32 2015 +0200

----------------------------------------------------------------------
 pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/11444a0f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b99c1db..7e056a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,8 @@
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License. See accompanying LICENSE file.
---><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="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>
 
   <groupId>org.apache.kerby</groupId>
@@ -21,9 +22,16 @@
 
   <name>Apache Kerby Project</name>
   <description>Apache Kerby project</description>
-  <url>http://www.kerby.org</url>
+  <url>http://directory.apache.org/kerby</url>
   <inceptionYear>2014</inceptionYear>
 
+  <scm>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-kerby.git</connection>
+    <url>https://github.com/apache/directory-kerby</url>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/directory-kerby.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
   <properties>
     <apacheds.version>2.0.0-M20</apacheds.version>
     <ldap.api.version>1.0.0-M31</ldap.api.version>