You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2016/09/15 03:59:38 UTC

svn commit: r1760822 - /myfaces/trinidad/trunk/pom.xml

Author: lu4242
Date: Thu Sep 15 03:59:38 2016
New Revision: 1760822

URL: http://svn.apache.org/viewvc?rev=1760822&view=rev
Log:
fix some dependencies

Modified:
    myfaces/trinidad/trunk/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1760822&r1=1760821&r2=1760822&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Thu Sep 15 03:59:38 2016
@@ -622,6 +622,24 @@ Create A Branch (http://maven.apache.org
           <version>2.8</version>
         </plugin>
 
+		<!-- Begin dependency fix for .md5 and .sha1 -->
+		<plugin>
+		  <groupId>org.apache.maven.plugins</groupId>
+		  <artifactId>maven-release-plugin</artifactId>
+		  <version>2.5.3</version>
+		</plugin>
+		<plugin>
+		  <groupId>org.apache.maven.plugins</groupId>
+		  <artifactId>maven-gpg-plugin</artifactId>
+		  <version>1.6</version>
+		</plugin>
+		<plugin>
+		  <groupId>org.apache.maven.plugins</groupId>
+		  <artifactId>maven-deploy-plugin</artifactId>
+		  <version>2.8.2</version>
+		</plugin>
+		<!-- End -->		
+		
       </plugins>
     </pluginManagement>