Author: linus
Date: 2011-05-07 10:02:00-0700
New Revision: 19377

Added:
   trunk/src/argouml-core-diagrams-activity2/pom.xml
   trunk/src/argouml-core-diagrams-class2/pom.xml
   trunk/src/argouml-core-diagrams-sequence2/pom.xml
   trunk/src/argouml-core-diagrams-state2/pom.xml
   trunk/src/argouml-core-diagrams-structure2/pom.xml
   trunk/src/argouml-core-notation/pom.xml
   trunk/src/argouml-core-transformer/pom.xml
   trunk/src/argouml-core-umlpropertypanels/pom.xml
Modified:
   trunk/pom.xml
   trunk/src/argouml-app/pom.xml
   trunk/src/argouml-core-diagrams-class2/   (props changed)
   trunk/src/argouml-core-diagrams-sequence2/   (props changed)
   trunk/src/argouml-core-diagrams-state2/   (props changed)
   trunk/src/argouml-core-diagrams-structure2/   (props changed)
   trunk/src/argouml-core-model-euml/pom.xml
   trunk/src/argouml-core-model-mdr/pom.xml
   trunk/src/argouml-core-model/pom.xml
   trunk/src/argouml-core-notation/   (props changed)
   trunk/src/argouml-core-umlpropertypanels/   (props changed)
   trunk/tools/maven/parentpom.xml

Log:
Added poms for more subproject.
Updated versions.

Modified: trunk/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=diff&pathrev=19377&r1=19376&r2=19377
==============================================================================
--- trunk/pom.xml       (original)
+++ trunk/pom.xml       2011-05-07 10:02:00-0700
@@ -17,6 +17,14 @@
     <module>src/argouml-core-model</module>
     <module>src/argouml-core-model-mdr</module>
     <module>src/argouml-core-model-euml</module>
+    <module>src/argouml-core-notation</module>
+    <module>src/argouml-core-transformer</module>
+    <module>src/argouml-core-umlpropertypanels</module>
+    <module>src/argouml-core-diagrams-activity2</module>
+    <module>src/argouml-core-diagrams-class2</module>
+    <module>src/argouml-core-diagrams-sequence2</module>
+    <module>src/argouml-core-diagrams-state2</module>
+    <module>src/argouml-core-diagrams-structure2</module>
     <module>src/argouml-app</module>
   </modules>
 

Modified: trunk/src/argouml-app/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/pom.xml?view=diff&pathrev=19377&r1=19376&r2=19377
==============================================================================
--- trunk/src/argouml-app/pom.xml       (original)
+++ trunk/src/argouml-app/pom.xml       2011-05-07 10:02:00-0700
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.argouml</groupId>
     <artifactId>parentpom</artifactId>
-    <version>0.1</version>
+    <version>0.2</version>
     <relativePath>../../tools/maven/parentpom.xml</relativePath>
   </parent>
 
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.6-5</version>
+      <version>1.2.6-6</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>
@@ -136,7 +136,7 @@
     <dependency>
       <groupId>easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>1.2_Java1.5</version>
+      <version>2.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Added: trunk/src/argouml-core-diagrams-activity2/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-activity2/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-activity2/pom.xml   2011-05-07 10:02:00-0700
@@ -0,0 +1,76 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-diagrams-activity2</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-app</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-notation</artifactId>
+      <version>0.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.tigris.gef</groupId>
+      <artifactId>gef</artifactId>
+      <version>0.13.3-1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.2-6</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+  </dependencies>
+
+  <name>argouml-core-diagrams-activity2</name>
+  <description>
+Activity diagrams.
+  </description>
+
+</project>

Added: trunk/src/argouml-core-diagrams-class2/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-class2/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-class2/pom.xml      2011-05-07 10:02:00-0700
@@ -0,0 +1,62 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-diagrams-class2</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.tigris.gef</groupId>
+      <artifactId>gef</artifactId>
+      <version>0.13.3-1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.2-6</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+  </dependencies>
+
+  <name>argouml-core-diagrams-class2</name>
+  <description>
+Class diagrams.
+  </description>
+
+</project>

Added: trunk/src/argouml-core-diagrams-sequence2/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-sequence2/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-sequence2/pom.xml   2011-05-07 10:02:00-0700
@@ -0,0 +1,143 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-diagrams-sequence2</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-app</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.tigris.gef</groupId>
+      <artifactId>gef</artifactId>
+      <version>0.13.3-1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.2-6</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+    <!-- MDR things -->
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model-mdr</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>java-interfaces</artifactId>
+      <version>0.33.1</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>jmi</groupId>
+      <artifactId>jmi</artifactId>
+      <version>1.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jmi</groupId>
+      <artifactId>mof</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>jmiutils</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>mdrapi</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>openide-util</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.netbeans.mdr</groupId>
+      <artifactId>nbmdr</artifactId>
+      <version>0.0-5</version>
+      <type>jar</type>
+      <scope>test</scope>
+    </dependency>
+
+    <!-- Other test stuff -->
+    <dependency>
+      <groupId>easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>2.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>jdepend</groupId>
+      <artifactId>jdepend</artifactId>
+      <version>2.9.1</version>
+      <scope>test</scope>
+    </dependency>
+
+
+  </dependencies>
+
+  <name>argouml-core-diagrams-sequence2</name>
+  <description>
+Sequence diagrams.
+  </description>
+
+</project>

Added: trunk/src/argouml-core-diagrams-state2/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-state2/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-state2/pom.xml      2011-05-07 10:02:00-0700
@@ -0,0 +1,76 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-diagrams-state2</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-app</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-notation</artifactId>
+      <version>0.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.tigris.gef</groupId>
+      <artifactId>gef</artifactId>
+      <version>0.13.3-1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.2-6</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+  </dependencies>
+
+  <name>argouml-core-diagrams-state2</name>
+  <description>
+State diagrams.
+  </description>
+
+</project>

Added: trunk/src/argouml-core-diagrams-structure2/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-structure2/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-diagrams-structure2/pom.xml  2011-05-07 10:02:00-0700
@@ -0,0 +1,76 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-diagrams-structure2</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-app</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-notation</artifactId>
+      <version>0.1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.tigris.gef</groupId>
+      <artifactId>gef</artifactId>
+      <version>0.13.3-1</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.2-6</version>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+  </dependencies>
+
+  <name>argouml-core-diagrams-structure2</name>
+  <description>
+Structure diagrams.
+  </description>
+
+</project>

Modified: trunk/src/argouml-core-model-euml/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-euml/pom.xml?view=diff&pathrev=19377&r1=19376&r2=19377
==============================================================================
--- trunk/src/argouml-core-model-euml/pom.xml   (original)
+++ trunk/src/argouml-core-model-euml/pom.xml   2011-05-07 10:02:00-0700
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.argouml</groupId>
     <artifactId>parentpom</artifactId>
-    <version>0.1</version>
+    <version>0.2</version>
     <relativePath>../../tools/maven/parentpom.xml</relativePath>
   </parent>
 
@@ -140,7 +140,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.6-5</version>
+      <version>1.2.6-6</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>

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=19377&r1=19376&r2=19377
==============================================================================
--- trunk/src/argouml-core-model-mdr/pom.xml    (original)
+++ trunk/src/argouml-core-model-mdr/pom.xml    2011-05-07 10:02:00-0700
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.argouml</groupId>
     <artifactId>parentpom</artifactId>
-    <version>0.1</version>
+    <version>0.2</version>
     <relativePath>../../tools/maven/parentpom.xml</relativePath>
   </parent>
 
@@ -77,7 +77,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.6-5</version>
+      <version>1.2.6-6</version>
       <type>jar</type>
       <scope>compile</scope>
     </dependency>

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=19377&r1=19376&r2=19377
==============================================================================
--- trunk/src/argouml-core-model/pom.xml        (original)
+++ trunk/src/argouml-core-model/pom.xml        2011-05-07 10:02:00-0700
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.argouml</groupId>
     <artifactId>parentpom</artifactId>
-    <version>0.1</version>
+    <version>0.2</version>
     <relativePath>../../tools/maven/parentpom.xml</relativePath>
   </parent>
 
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.6-5</version>
+      <version>1.2.6-6</version>
       <type>jar</type>
       <scope>test</scope>
       <optional>true</optional>

Added: trunk/src/argouml-core-notation/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-notation/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-notation/pom.xml     2011-05-07 10:02:00-0700
@@ -0,0 +1,55 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-notation</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-app</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+  </dependencies>
+
+  <name>argouml-core-notation</name>
+  <description>
+Notation.
+  </description>
+
+</project>

Added: trunk/src/argouml-core-transformer/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-transformer/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-transformer/pom.xml  2011-05-07 10:02:00-0700
@@ -0,0 +1,55 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-transformer</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-app</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+  </dependencies>
+
+  <name>argouml-core-transformer</name>
+  <description>
+Transformer.
+  </description>
+
+</project>

Added: trunk/src/argouml-core-umlpropertypanels/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/pom.xml?view=markup&pathrev=19377
==============================================================================
--- (empty file)
+++ trunk/src/argouml-core-umlpropertypanels/pom.xml    2011-05-07 10:02:00-0700
@@ -0,0 +1,55 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                      http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <parent>
+    <groupId>org.argouml</groupId>
+    <artifactId>parentpom</artifactId>
+    <version>0.2</version>
+    <relativePath>../../tools/maven/parentpom.xml</relativePath>
+  </parent>
+
+  <artifactId>argouml-core-umlpropertypanels</artifactId>
+  <version>0.1</version>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-app</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.argouml</groupId>
+      <artifactId>argouml-core-model</artifactId>
+      <version>0.2-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.6-6</version>
+      <type>jar</type>
+      <scope>compile</scope>
+    </dependency>
+
+  </dependencies>
+
+  <name>argouml-core-umlpropertypanels</name>
+  <description>
+Property panels.
+  </description>
+
+</project>

Modified: trunk/tools/maven/parentpom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=19377&r1=19376&r2=19377
==============================================================================
--- trunk/tools/maven/parentpom.xml     (original)
+++ trunk/tools/maven/parentpom.xml     2011-05-07 10:02:00-0700
@@ -10,14 +10,14 @@
 
   <groupId>org.argouml</groupId>
   <artifactId>parentpom</artifactId>
-  <version>0.1</version>
+  <version>0.2</version>
   <packaging>pom</packaging>
 
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.8.1</version>
+      <version>4.8.2</version>
       <type>jar</type>
       <scope>test</scope>
       <optional>true</optional>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2732383

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to