You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/11/20 00:33:43 UTC

svn commit: r882360 - /incubator/empire-db/trunk/pom.xml

Author: francisdb
Date: Thu Nov 19 23:33:43 2009
New Revision: 882360

URL: http://svn.apache.org/viewvc?rev=882360&view=rev
Log:
reenable the java 5 enforcer for CI builds

Modified:
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=882360&r1=882359&r2=882360&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Thu Nov 19 23:33:43 2009
@@ -107,7 +107,7 @@
 						</executions>
 					</plugin>
 					<!-- enable enforcer for java 1.5 -->
-					<!-- plugin>
+					<plugin>
 						<groupId>org.apache.maven.plugins</groupId>
 						<artifactId>maven-enforcer-plugin</artifactId>
 						<executions>
@@ -118,7 +118,7 @@
 								</goals>
 							</execution>
 						</executions>
-					</plugin-->
+					</plugin>
 				</plugins>
 			</build>
 		</profile>