You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/06/16 12:52:42 UTC

svn commit: r1798924 - /myfaces/tobago/branches/tobago-2.0.x/pom.xml

Author: lofwyr
Date: Fri Jun 16 12:52:42 2017
New Revision: 1798924

URL: http://svn.apache.org/viewvc?rev=1798924&view=rev
Log:
[maven-release-plugin] rollback the release of tobago-2.1.0

Modified:
    myfaces/tobago/branches/tobago-2.0.x/pom.xml

Modified: myfaces/tobago/branches/tobago-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-2.0.x/pom.xml?rev=1798924&r1=1798923&r2=1798924&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-2.0.x/pom.xml (original)
+++ myfaces/tobago/branches/tobago-2.0.x/pom.xml Fri Jun 16 12:52:42 2017
@@ -26,7 +26,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>2.1.0</version>
+  <version>2.0.11-SNAPSHOT</version>
   <description>The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.</description>
   <prerequisites>
     <maven>3.0.4</maven>
@@ -578,9 +578,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-2.1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/tags/tobago-2.1.0</developerConnection>
-    <url>http://svn.eu.apache.org/viewvc/myfaces/tobago/tags/tobago-2.1.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x</developerConnection>
+    <url>http://svn.eu.apache.org/viewvc/myfaces/tobago/branches/tobago-2.0.x</url>
   </scm>
 
   <build>
@@ -1535,7 +1535,9 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jsf.target>2.0</jsf.target>
     <required.maven.version>2.2.1</required.maven.version>
-    <checkstyle-rules.version>8</checkstyle-rules.version>
+    <checkstyle-rules.version>7</checkstyle-rules.version>
+    <!-- TODO: change to 8 after it is released -->
+    <!--<checkstyle-rules.version>8-SNAPSHOT</checkstyle-rules.version>-->
     <tobago.basedir>${project.basedir}</tobago.basedir>
   </properties>
 </project>