[maven-scm-plugin] prepare release 1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -17,13 +18,12 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jdeveloper-plugin</id>
|
||||
<name>Maven JDeveloper Plug-in</name>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.3</currentVersion>
|
||||
<inceptionYear>2002</inceptionYear>
|
||||
<description>A plugin to generate various files for Oracle's JDeveloper IDE and ease the use of Maven within that environment</description>
|
||||
<shortDescription>JDeveloper Plugin for Maven</shortDescription>
|
||||
@@ -58,4 +58,11 @@
|
||||
</properties>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.3</id>
|
||||
<name>1.3</name>
|
||||
<tag>MAVEN_JDEVELOPER_1_3</tag>
|
||||
</version>
|
||||
</versions>
|
||||
</project>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -22,31 +23,17 @@
|
||||
<title>Changes</title>
|
||||
<author email="toby-wan-kenobi@web.de">Tobias Radmeacher</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.3" date="In CVS">
|
||||
<action dev="evenisse" type="fix" issue="MPJDEVELOPER-1">
|
||||
Fix JPR file generation.
|
||||
</action>
|
||||
<release version="1.3" date="2004-03-11">
|
||||
<action dev="evenisse" type="fix" issue="MPJDEVELOPER-1">Fix JPR file generation.</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-09-29">
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-09-29"></release>
|
||||
<release version="1.1" date="Unknown">
|
||||
<action dev="dion" type="fix">
|
||||
Align dependencies with plugin code
|
||||
</action>
|
||||
<action dev="dion" type="fix">Align dependencies with plugin code</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="2003-02-12">
|
||||
<action dev="tradem" type="add">
|
||||
Created plugin
|
||||
</action>
|
||||
<action dev="tradem" type="add">
|
||||
Added documenation
|
||||
</action>
|
||||
</release>
|
||||
<action dev="tradem" type="add">Created plugin</action>
|
||||
<action dev="tradem" type="add">Added documenation</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user