Update to maven 1.0 beta 10 across plugins

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113715 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-25 06:10:31 +00:00
parent 2e0864fc44
commit d48983015b
6 changed files with 13 additions and 9 deletions

View File

@@ -87,8 +87,7 @@
<dependency>
<id>maven</id>
<version>b5</version>
<jar>maven.jar</jar>
<version>1.0-beta-10</version>
</dependency>
</dependencies>
</project>

View File

@@ -8,6 +8,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="update">
Upgrade to maven 1.0 beta 10
</action>
<action dev="dion" type="update">
Upgrade to commons-logging 1.0.3
</action>

View File

@@ -120,11 +120,7 @@
</dependency>
<dependency>
<id>maven</id>
<version/>
<jar>maven.jar</jar>
<properties>
<classloader>root.maven</classloader>
</properties>
<version>1.0-beta-10</version>
</dependency>
<dependency>
<id>rhino</id>

View File

@@ -8,6 +8,9 @@
<body>
<release version="1.1" date="in CVS">
<action dev="dion" type="update">
Upgrade to maven 1.0 beta 10
</action>
<action dev="dion" type="update">
Upgrade to log4j 1.2.8
</action>

View File

@@ -48,7 +48,7 @@
<dependency>
<id>dom4j</id>
<version>1.4-dev-8</version>
<version>1.4</version>
<properties>
<classloader>root.maven</classloader>
</properties>
@@ -64,7 +64,7 @@
<dependency>
<id>maven</id>
<version>1.0-beta5</version>
<version>1.0-beta-10</version>
<jar>maven.jar</jar>
</dependency>

View File

@@ -7,6 +7,9 @@
<body>
<releases>
<release version="1.3" date="in CVS">
<action dev="dion" type="update">
Upgrade to maven 1.0 beta 10 and dom4j 1.4
</action>
<action dev="dion" type="update">
Upgrade to dom4j 1.4-dev-8
</action>