You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/04/11 23:19:29 UTC

svn commit: r1467093 - /accumulo/branches/1.5/pom.xml

Author: ctubbsii
Date: Thu Apr 11 21:19:28 2013
New Revision: 1467093

URL: http://svn.apache.org/r1467093
Log:
ACCUMULO-1107 Fix typo introduced in previous commit

Modified:
    accumulo/branches/1.5/pom.xml

Modified: accumulo/branches/1.5/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/pom.xml?rev=1467093&r1=1467092&r2=1467093&view=diff
==============================================================================
--- accumulo/branches/1.5/pom.xml (original)
+++ accumulo/branches/1.5/pom.xml Thu Apr 11 21:19:28 2013
@@ -842,7 +842,7 @@
       <id>apache-release</id>
       <activation>
         <property>
-          <name>skipJars</name>
+          <name>skipTests</name>
           <value>!false</value>
         </property>
       </activation>