Author: hfnukal
Date: 2012-04-18 10:00:18 -0400 (Wed, 18 Apr 2012)
New Revision: 8699
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml
Log:
Bug 813408 - GateIn Management CLI does not work when bcprov-jdk16-1.46.jar is signed
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2012-04-18
07:49:08 UTC (rev 8698)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/mead-tools/gatein-management/pom.xml 2012-04-18
14:00:18 UTC (rev 8699)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal.mead</groupId>
<artifactId>mead.parent</artifactId>
- <version>5.2.1.GA-SNAPSHOT</version>
+ <version>5.2.1.CR02</version>
<relativePath>../mead.parent/pom.xml</relativePath>
</parent>
@@ -28,6 +28,6 @@
<mead.build.profiles></mead.build.profiles>
<mead.build.properties></mead.build.properties>
<mead.patch.path></mead.patch.path>
- <mead.parameters>-Dmavensign.sign.skip=wstx.jar,bcprov-jdk15-1.40.jar,bcmail-jdk15-1.45.jar,bcprov-jdk15-1.45.jar,*.war,*.ear</mead.parameters>
+ <mead.parameters>-Dmavensign.sign.skip=wstx.jar,bcprov-jdk16-1.46.jar,bcprov-jdk15-1.40.jar,bcmail-jdk15-1.45.jar,bcprov-jdk15-1.45.jar,*.war,*.ear</mead.parameters>
</properties>
</project>