You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2015/09/25 09:00:46 UTC

svn commit: r1705227 - in /maven/plugins/trunk/maven-changelog-plugin: ./ pom.xml

Author: dennisl
Date: Fri Sep 25 07:00:46 2015
New Revision: 1705227

URL: http://svn.apache.org/viewvc?rev=1705227&view=rev
Log:
Ignore IDEA-directory.

Modified:
    maven/plugins/trunk/maven-changelog-plugin/   (props changed)
    maven/plugins/trunk/maven-changelog-plugin/pom.xml

Propchange: maven/plugins/trunk/maven-changelog-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Sep 25 07:00:46 2015
@@ -6,3 +6,4 @@ target
 .classpath
 bin
 .settings
+.idea

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?rev=1705227&r1=1705226&r2=1705227&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Fri Sep 25 07:00:46 2015
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>28-SNAPSHOT</version>
+    <version>27</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>