You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/01/26 11:40:06 UTC

svn commit: r1561477 - /maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Author: hboutemy
Date: Sun Jan 26 10:40:05 2014
New Revision: 1561477

URL: http://svn.apache.org/r1561477
Log:
use actual version

Modified:
    maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Modified: maven/plugins/trunk/maven-scm-publish-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/pom.xml?rev=1561477&r1=1561476&r2=1561477&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Sun Jan 26 10:40:05 2014
@@ -208,5 +208,17 @@ under the License.
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>reporting</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-scm-publish-plugin</artifactId>
+            <version>${project.version}</version>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 </project>