You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 01:48:43 UTC

svn commit: r190666 - in /maven/maven-1/plugins/trunk/idea: project.xml xdocs/changes.xml

Author: brett
Date: Tue Jun 14 16:48:42 2005
New Revision: 190666

URL: http://svn.apache.org/viewcvs?rev=190666&view=rev
Log:
[maven-scm-plugin] prepare release 1.6

Modified:
    maven/maven-1/plugins/trunk/idea/project.xml
    maven/maven-1/plugins/trunk/idea/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/idea/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/project.xml?rev=190666&r1=190665&r2=190666&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/project.xml (original)
+++ maven/maven-1/plugins/trunk/idea/project.xml Tue Jun 14 16:48:42 2005
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-idea-plugin</id>
   <name>Maven IDEA Plug-in</name>
-  <currentVersion>1.6-SNAPSHOT</currentVersion>
+  <currentVersion>1.6</currentVersion>
   <shortDescription>IDEA Plugin for Maven</shortDescription>
   <description>IDEA Plugin for Maven.</description>
   <url>http://maven.apache.org/reference/plugins/idea/</url>
@@ -49,6 +49,11 @@
       <id>1.5</id>
       <name>1.5</name>
       <tag>MAVEN_IDEA_1_5</tag>
+    </version>
+    <version>
+      <id>1.6</id>
+      <name>1.6</name>
+      <tag>maven-idea-plugin-1.6</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/idea/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/xdocs/changes.xml?rev=190666&r1=190665&r2=190666&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/idea/xdocs/changes.xml Tue Jun 14 16:48:42 2005
@@ -24,12 +24,14 @@
     <author email="michal.maczka@dimatic.com">Michal Maczka</author>
   </properties>
   <body>
-    <release version="1.6-SNAPSHOT" date="in SVN">
+    <release version="1.6" date="2005-06-15">
       <action dev="brett" type="update" issue="MPIDEA-25">Use relative paths for projects and modules for projects easier to check into SCM</action>
       <action dev="brett" type="update" issue="MPIDEA-7" due-to="David Jencks">Make projects within the reactor set IDEA module dependencies, but keep all others as JAR dependencies</action>
       <action dev="brett" type="add" issue="MPIDEA-10" due-to="David Jencks">Add a property for specifying generated source directories to include in the module</action>
       <action dev="brett" type="update" issue="MPIDEA-19">Set source level properties based on the compile source level</action>
-      <action dev="brett" type="add" issue="MPIDEA-19" due-to="Jose Peleteiro">Add <code>maven.idea.jdk</code> property so that the JDK can be explicitly specified if it does not use the IDEA default</action>
+      <action dev="brett" type="add" issue="MPIDEA-19" due-to="Jose Peleteiro">Add
+        <code>maven.idea.jdk</code>property so that the JDK can be explicitly specified if it does not use the IDEA default
+      </action>
       <action dev="brett" type="update" issue="MPIDEA-9" due-to="Eirik Bjorsnos">Deployment descriptor for ejb.jar hard-coded</action>
       <action dev="brett" type="fix" issue="MPIDEA-15" due-to="Geoffrey De Smet">v4/module.jelly generates incorrect references to $MODULE_DIR$</action>
       <action dev="brett" type="add" issue="MPIDEA-28" due-to="Geoffrey De Smet">Generate a module for the multiproject itself</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org