You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ro...@apache.org on 2010/11/05 23:09:34 UTC

svn commit: r1031844 - /incubator/wink/branches/wink-1.1.2-incubating/pom.xml

Author: rott
Date: Fri Nov  5 22:09:34 2010
New Revision: 1031844

URL: http://svn.apache.org/viewvc?rev=1031844&view=rev
Log:
prep for release:perform

Modified:
    incubator/wink/branches/wink-1.1.2-incubating/pom.xml

Modified: incubator/wink/branches/wink-1.1.2-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating/pom.xml?rev=1031844&r1=1031843&r2=1031844&view=diff
==============================================================================
--- incubator/wink/branches/wink-1.1.2-incubating/pom.xml (original)
+++ incubator/wink/branches/wink-1.1.2-incubating/pom.xml Fri Nov  5 22:09:34 2010
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.wink</groupId>
     <artifactId>wink</artifactId>
-    <version>1.1.2-incubating-SNAPSHOT</version>
+    <version>1.1.2-incubating</version>
     <packaging>pom</packaging>
     <name>Apache Wink</name>
     <parent>
@@ -53,9 +53,9 @@
         <module>wink-assembly</module>
     </modules>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/wink/tags/wink-1.1.2-incubating</url>
     </scm>
     <build>
         <plugins>