You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by lr...@apache.org on 2013/02/08 06:15:45 UTC

svn commit: r1443838 - /wink/trunk/pom.xml

Author: lresende
Date: Fri Feb  8 05:15:45 2013
New Revision: 1443838

URL: http://svn.apache.org/r1443838
Log:
Remove incubator references from repository configuration

Modified:
    wink/trunk/pom.xml

Modified: wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wink/trunk/pom.xml?rev=1443838&r1=1443837&r2=1443838&view=diff
==============================================================================
--- wink/trunk/pom.xml (original)
+++ wink/trunk/pom.xml Fri Feb  8 05:15:45 2013
@@ -56,9 +56,9 @@
         <module>wink-osgi</module>
     </modules>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wink/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/wink/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/wink/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/wink/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/wink/trunk</url>
     </scm>
     <build>
         <plugins>
@@ -212,7 +212,6 @@
                         <configuration>
                             <resourceBundles>
                                 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-                                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
                             </resourceBundles>
                         </configuration>
                     </execution>
@@ -392,7 +391,7 @@
                     <artifactId>maven-release-plugin</artifactId>
                     <version>2.1</version>					
                     <configuration>
-                        <tagBase>https://svn.apache.org/repos/asf/incubator/wink/tags</tagBase>
+                        <tagBase>https://svn.apache.org/repos/asf/wink/tags</tagBase>
                         <preparationGoals>clean install</preparationGoals>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                     </configuration>