brett 2005/04/07 21:37:33
Modified: maven-core-it/it0015 Tag: MAVEN-2_0-ALPHA_1-branch pom.xml
maven-plugin-tools/maven-plugin-tools-marmalade Tag:
MAVEN-2_0-ALPHA_1-branch pom.xml
Log:
fix mmld deps
Revision Changes Path
No revision
No revision
1.8.2.1 +1 -7 maven-components/maven-core-it/it0015/pom.xml
Index: pom.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-core-it/it0015/pom.xml,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -r1.8 -r1.8.2.1
--- pom.xml 23 Mar 2005 06:52:53 -0000 1.8
+++ pom.xml 8 Apr 2005 04:37:33 -0000 1.8.2.1
@@ -9,22 +9,16 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
- <type>jar</type>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-script-marmalade</artifactId>
<version>2.0-SNAPSHOT</version>
- <type>jar</type>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>marmalade</groupId>
<artifactId>marmalade-core</artifactId>
- <version>1.0-alpha2-SNAPSHOT</version>
- <type>jar</type>
- <scope>compile</scope>
+ <version>1.0-alpha-2</version>
</dependency>
</dependencies>
<build>
No revision
No revision
1.13.2.1 +1 -1
maven-components/maven-plugin-tools/maven-plugin-tools-marmalade/pom.xml
Index: pom.xml
===================================================================
RCS file:
/home/cvs/maven-components/maven-plugin-tools/maven-plugin-tools-marmalade/pom.xml,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -r1.13 -r1.13.2.1
--- pom.xml 5 Apr 2005 04:11:03 -0000 1.13
+++ pom.xml 8 Apr 2005 04:37:33 -0000 1.13.2.1
@@ -13,7 +13,7 @@
<dependency>
<groupId>marmalade</groupId>
<artifactId>marmalade-core</artifactId>
- <version>1.0-alpha2</version>
+ <version>1.0-alpha-2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>