You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by cz...@apache.org on 2009/07/06 19:43:29 UTC

svn commit: r791552 - in /commons/proper/sanselan/trunk: README.txt pom.xml

Author: cziegeler
Date: Mon Jul  6 17:43:28 2009
New Revision: 791552

URL: http://svn.apache.org/viewvc?rev=791552&view=rev
Log:
Fix version and svn connection.

Modified:
    commons/proper/sanselan/trunk/README.txt
    commons/proper/sanselan/trunk/pom.xml

Modified: commons/proper/sanselan/trunk/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/sanselan/trunk/README.txt?rev=791552&r1=791551&r2=791552&view=diff
==============================================================================
--- commons/proper/sanselan/trunk/README.txt (original)
+++ commons/proper/sanselan/trunk/README.txt Mon Jul  6 17:43:28 2009
@@ -2,15 +2,6 @@
 Welcome to Apache Sanselan  <http://sanselan.apache.org/>
 =============================================================
 
-Apache Sanselan is an effort undergoing incubation at the Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
-of all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized in a
-manner consistent with other successful ASF projects. While incubation status is
-not necessarily a reflection of the completeness or stability of the code, it
-does indicate that the project has yet to be fully endorsed by the ASF.
-
-
 License (see also LICENSE)
 ==============================
 
@@ -56,19 +47,19 @@
 
 The Sanselan source code is available via Subversion at
 
-   https://svn.apache.org/repos/asf/incubator/sanselan/trunk
+   https://svn.apache.org/repos/asf/commons/proper/sanselan/trunk
 
 and anonymous access is available at
 
-   http://svn.apache.org/repos/asf/incubator/sanselan/trunk
+   http://svn.apache.org/repos/asf/commons/proper/sanselan/trunk
 
 or with ViewVC at
 
-   http://svn.apache.org/viewvc/incubator/sanselan/trunk/
+   http://svn.apache.org/viewvc/commons/proper/sanselan/trunk/
 
 To checkout the main Sanselan source tree, run
 
-   svn checkout http://svn.apache.org/repos/asf/incubator/sanselan/trunk/sanselan
+   svn checkout http://svn.apache.org/repos/asf/commons/proper/sanselan/trunk/sanselan
 
 Once you have a copy of the source code tree, you can use Apache Maven
 

Modified: commons/proper/sanselan/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/sanselan/trunk/pom.xml?rev=791552&r1=791551&r2=791552&view=diff
==============================================================================
--- commons/proper/sanselan/trunk/pom.xml (original)
+++ commons/proper/sanselan/trunk/pom.xml Mon Jul  6 17:43:28 2009
@@ -35,7 +35,7 @@
   <artifactId>sanselan</artifactId>
   <name>Apache Sanselan</name>
   
-  <version>0.98-incubator-SNAPSHOT</version>
+  <version>0.98-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <!--
@@ -49,9 +49,9 @@
   </organization>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sanselan/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sanselan/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/sanselan/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/sanselan/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/sanselan/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/sanselan/trunk</url>
   </scm>
 
   <issueManagement>
@@ -124,7 +124,7 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/incubator/sanselan/tags</tagBase>
+          <tagBase>https://svn.apache.org/repos/asf/commons/proper/sanselan/tags</tagBase>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>
         </configuration>