You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2019/07/31 09:02:56 UTC

svn commit: r1864038 - /jackrabbit/commons/filevault/trunk/parent/pom.xml

Author: kwin
Date: Wed Jul 31 09:02:56 2019
New Revision: 1864038

URL: http://svn.apache.org/viewvc?rev=1864038&view=rev
Log:
explicitly manage plugin versions for m-project-info-report-p and
m-scm-publish-p

Modified:
    jackrabbit/commons/filevault/trunk/parent/pom.xml

Modified: jackrabbit/commons/filevault/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/parent/pom.xml?rev=1864038&r1=1864037&r2=1864038&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/parent/pom.xml (original)
+++ jackrabbit/commons/filevault/trunk/parent/pom.xml Wed Jul 31 09:02:56 2019
@@ -221,6 +221,16 @@
                         </dependency>
                     </dependencies>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-project-info-reports-plugin</artifactId>
+                    <version>3.0.0</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-scm-publish-plugin</artifactId>
+                    <version>3.0.0</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>