[maven-scm-plugin] prepare release 1.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c81a5563ed
commit
25ffcbf759
@ -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>
|
||||
@ -50,6 +50,11 @@
|
||||
<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>
|
||||
<developer>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user