svn commit: r19014 - trunk/src: argouml-app argouml-core-model argouml-core-model-mdr
[email protected] Sat, 29 Jan 2011 09:29:10 -0800 (PST)
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: linus
Date: 2011-01-29 09:29:10-0800
New Revision: 19014
Modified:
trunk/src/argouml-app/pom.xml
trunk/src/argouml-core-model-mdr/pom.xml
trunk/src/argouml-core-model/pom.xml
Log:
Update the pom.xml files to work against the 0.32 version.
Modified: trunk/src/argouml-app/pom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/pom.xml?view=diff&pathrev=19014&r1=19013&r2=19014
==============================================================================
--- trunk/src/argouml-app/pom.xml (original)
+++ trunk/src/argouml-app/pom.xml 2011-01-29 09:29:10-0800
@@ -70,6 +70,15 @@
<version>0.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.argouml</groupId>
+ <artifactId>java-interfaces</artifactId>
+ <version>0.32</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>jmi</groupId>
<artifactId>jmi</artifactId>
@@ -85,13 +94,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.argouml</groupId>
- <artifactId>java-interfaces</artifactId>
- <version>0.30.0</version>
- <type>jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.netbeans.mdr</groupId>
<artifactId>jmiutils</artifactId>
<version>0.0-5</version>
Modified: trunk/src/argouml-core-model-mdr/pom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/pom.xml?view=diff&pathrev=19014&r1=19013&r2=19014
==============================================================================
--- trunk/src/argouml-core-model-mdr/pom.xml (original)
+++ trunk/src/argouml-core-model-mdr/pom.xml 2011-01-29 09:29:10-0800
@@ -31,6 +31,15 @@
</dependency>
<dependency>
+ <groupId>org.argouml</groupId>
+ <artifactId>java-interfaces</artifactId>
+ <version>0.32</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+
+
+ <dependency>
<groupId>jmi</groupId>
<artifactId>jmi</artifactId>
<version>1.0-5</version>
@@ -45,13 +54,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.argouml</groupId>
- <artifactId>java-interfaces</artifactId>
- <version>0.30.0</version>
- <type>jar</type>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>org.netbeans.mdr</groupId>
<artifactId>jmiutils</artifactId>
<version>0.0-5</version>
Modified: trunk/src/argouml-core-model/pom.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/pom.xml?view=diff&pathrev=19014&r1=19013&r2=19014
==============================================================================
--- trunk/src/argouml-core-model/pom.xml (original)
+++ trunk/src/argouml-core-model/pom.xml 2011-01-29 09:29:10-0800
@@ -24,25 +24,35 @@
<dependencies>
<dependency>
- <groupId>jmi</groupId>
- <artifactId>jmi</artifactId>
- <version>1.0-5</version>
+ <groupId>org.argouml</groupId>
+ <artifactId>argouml-mdr</artifactId>
+ <version>0.32</version>
+ <type>jar</type>
+ <scope>test</scope>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.argouml</groupId>
+ <artifactId>java-interfaces</artifactId>
+ <version>0.32</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
</dependency>
+
<dependency>
<groupId>jmi</groupId>
- <artifactId>mof</artifactId>
- <version>0.0-5</version>
+ <artifactId>jmi</artifactId>
+ <version>1.0-5</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
- <groupId>org.argouml</groupId>
- <artifactId>java-interfaces</artifactId>
- <version>0.30.0</version>
+ <groupId>jmi</groupId>
+ <artifactId>mof</artifactId>
+ <version>0.0-5</version>
<type>jar</type>
<scope>test</scope>
<optional>true</optional>
@@ -79,14 +89,7 @@
<scope>test</scope>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.argouml</groupId>
- <artifactId>argouml-mdr</artifactId>
- <version>0.31.5</version>
- <type>jar</type>
- <scope>test</scope>
- <optional>true</optional>
- </dependency>
+
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2701427
To unsubscribe from this discussion, e-mail: [[email protected] ].