You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mc...@apache.org on 2011/10/28 18:22:31 UTC

svn commit: r1190425 - /commons/proper/ognl/trunk/pom.xml

Author: mcucchiara
Date: Fri Oct 28 16:22:31 2011
New Revision: 1190425

URL: http://svn.apache.org/viewvc?rev=1190425&view=rev
Log:
Removed jub.customkey declaration

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1190425&r1=1190424&r2=1190425&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Fri Oct 28 16:22:31 2011
@@ -466,7 +466,6 @@ limitations under the License.
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <systemPropertyVariables>
-                <jub.customkey>TODO</jub.customkey>
                 <jub.consumers>CONSOLE,XML,H2</jub.consumers>
                 <jub.db.file>${project.build.directory}/benchmarks/database</jub.db.file>
                 <jub.xml.file>${project.build.directory}/benchmarks.xml</jub.xml.file>