You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/09/09 14:39:23 UTC

svn commit: r1760028 - /myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml

Author: lofwyr
Date: Fri Sep  9 14:39:23 2016
New Revision: 1760028

URL: http://svn.apache.org/viewvc?rev=1760028&view=rev
Log:
prepare for release

Modified:
    myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml

Modified: myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml?rev=1760028&r1=1760027&r2=1760028&view=diff
==============================================================================
--- myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml (original)
+++ myfaces/myfaces-site-skins/trunk/myfaces-site-skin/pom.xml Fri Sep  9 14:39:23 2016
@@ -34,7 +34,17 @@
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>myfaces-site-skin</artifactId>
 
-   <scm>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5.2</version>
+      </plugin>
+    </plugins>
+  </build>
+
+  <scm>
        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-site-skins/trunk/myfaces-site-skin</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-site-skins/trunk/myfaces-site-skin</developerConnection>
        <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-site-skins/trunk/myfaces-site-skin</url>