Author: theute
Date: 2011-09-28 00:09:11 -0400 (Wed, 28 Sep 2011)
New Revision: 7543
Modified:
epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml
Log:
Upgrading japex to work with Maven 3
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml 2011-09-28
01:26:38 UTC (rev 7542)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/controller/pom.xml 2011-09-28
04:09:11 UTC (rev 7543)
@@ -93,12 +93,13 @@
</exclusions>
</dependency>
</dependencies>
+
<build>
<plugins>
<plugin>
<groupId>com.sun.japex</groupId>
<artifactId>japex-maven-plugin</artifactId>
- <version>1.2.3</version>
+ <version>1.2.4</version>
<executions>
<execution>
<id>japex</id>
@@ -143,7 +144,6 @@
</plugin>
</plugins>
</build>
-
<profiles>
<profile>
Show replies by date