You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Jukka Zitting <ju...@gmail.com> on 2009/09/03 18:31:59 UTC

Releasing org.apache.jackrabbit:parent:4 POM

Hi,

I'd like to roll out the JCRSITE-17 fix that should prevent many of
the RAT plugin troubles many of you have been facing. To do that we
need to release a new version of the top-level Jackrabbit parent POM
[2]. Do we have some other parent POM changes that could/should be
included?

[1] https://issues.apache.org/jira/browse/JCRSITE-17
[2] https://svn.apache.org/repos/asf/jackrabbit/parent/trunk/pom.xml

BR,

Jukka Zitting

Re: Releasing org.apache.jackrabbit:parent:4 POM

Posted by Marcel Reutegger <ma...@gmx.net>.
Hi,

2009/9/3 Jukka Zitting <ju...@gmail.com>:
> Do we have some other parent POM changes that could/should be
> included?

I'd like to fix the versions for the IDE plugins that we are using:

Index: pom.xml
===================================================================
--- pom.xml	(revision 791182)
+++ pom.xml	(working copy)
@@ -107,6 +107,14 @@
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.6</version>
         </plugin>
+        <plugin>
+          <artifactId>maven-idea-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-eclipse-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>


regards
 marcel