You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/08/24 18:11:54 UTC

svn commit: r569438 - /directory/project/trunk/pom.xml

Author: akarasulu
Date: Fri Aug 24 09:11:54 2007
New Revision: 569438

URL: http://svn.apache.org/viewvc?rev=569438&view=rev
Log:
[maven-release-plugin] prepare release project-y

Modified:
    directory/project/trunk/pom.xml

Modified: directory/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/project/trunk/pom.xml?rev=569438&r1=569437&r2=569438&view=diff
==============================================================================
--- directory/project/trunk/pom.xml (original)
+++ directory/project/trunk/pom.xml Fri Aug 24 09:11:54 2007
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<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>
 
   <parent>
@@ -10,16 +9,16 @@
   </parent>
 
   <groupId>org.apache.directory.project</groupId>
-  <version>8-SNAPSHOT</version>
+  <version>y</version>
   <artifactId>project</artifactId>
   <name>Apache Directory Project</name>
   <inceptionYear>2003</inceptionYear>
   <packaging>pom</packaging>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/project/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/project/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/project/releases/project-y</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/project/releases/project-y</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/project/releases/project-y</url>
   </scm>
 
   <!-- =======================  WARNING ========================== -->