You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2013/05/12 00:14:38 UTC

svn commit: r1481435 - in /openwebbeans/build-tools/trunk: pom.xml src/main/resources/openwebbeans/owb-checks-default.xml

Author: struberg
Date: Sat May 11 22:14:37 2013
New Revision: 1481435

URL: http://svn.apache.org/r1481435
Log:
redo the release with the fix 

Modified:
    openwebbeans/build-tools/trunk/pom.xml
    openwebbeans/build-tools/trunk/src/main/resources/openwebbeans/owb-checks-default.xml

Modified: openwebbeans/build-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/build-tools/trunk/pom.xml?rev=1481435&r1=1481434&r2=1481435&view=diff
==============================================================================
--- openwebbeans/build-tools/trunk/pom.xml (original)
+++ openwebbeans/build-tools/trunk/pom.xml Sat May 11 22:14:37 2013
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.openwebbeans.build-tools</groupId>
     <artifactId>checkstyle-rules</artifactId>
-    <version>1.4-SNAPSHOT</version>
+    <version>1.3-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <scm>

Modified: openwebbeans/build-tools/trunk/src/main/resources/openwebbeans/owb-checks-default.xml
URL: http://svn.apache.org/viewvc/openwebbeans/build-tools/trunk/src/main/resources/openwebbeans/owb-checks-default.xml?rev=1481435&r1=1481434&r2=1481435&view=diff
==============================================================================
--- openwebbeans/build-tools/trunk/src/main/resources/openwebbeans/owb-checks-default.xml (original)
+++ openwebbeans/build-tools/trunk/src/main/resources/openwebbeans/owb-checks-default.xml Sat May 11 22:14:37 2013
@@ -146,7 +146,6 @@
 
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
-        <module name="DoubleCheckedLocking"/>
         <module name="EmptyStatement"/>
         <module name="EqualsHashCode"/>
         <module name="InnerAssignment"/>