Author: linus Date: 2010-12-05 10:55:55-0800 New Revision: 18890 Modified: trunk/pom.xml trunk/src/argouml-core-model-euml/pom.xml trunk/src/argouml-core-model-mdr/pom.xml
Log: Included argouml-app in the maven build. Modified: trunk/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=diff&pathrev=18890&r1=18889&r2=18890 ============================================================================== --- trunk/pom.xml (original) +++ trunk/pom.xml 2010-12-05 10:55:55-0800 @@ -17,5 +17,6 @@ <module>src/argouml-core-model</module> <module>src/argouml-core-model-mdr</module> <module>src/argouml-core-model-euml</module> + <module>src/argouml-app</module> </modules> </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=18890&r1=18889&r2=18890 ============================================================================== --- trunk/src/argouml-core-model-euml/pom.xml (original) +++ trunk/src/argouml-core-model-euml/pom.xml 2010-12-05 10:55:55-0800 @@ -16,6 +16,7 @@ </parent> <artifactId>argouml-core-model-euml</artifactId> + <version>0.2-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 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=18890&r1=18889&r2=18890 ============================================================================== --- trunk/src/argouml-core-model-mdr/pom.xml (original) +++ trunk/src/argouml-core-model-mdr/pom.xml 2010-12-05 10:55:55-0800 @@ -16,6 +16,7 @@ </parent> <artifactId>argouml-core-model-mdr</artifactId> + <version>0.2-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2688018 To unsubscribe from this discussion, e-mail: [[email protected]].
