Author: linus Date: 2011-05-29 21:32:07-0700 New Revision: 19543 Modified: trunk/tools/maven/parentpom.xml trunk/tools/pom.xml
Log: Correct pom for tools. Modified: trunk/tools/maven/parentpom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=19543&r1=19542&r2=19543 ============================================================================== --- trunk/tools/maven/parentpom.xml (original) +++ trunk/tools/maven/parentpom.xml 2011-05-29 21:32:07-0700 @@ -100,7 +100,7 @@ <dependency> <groupId>org.argouml</groupId> <artifactId>tools</artifactId> - <version>0.1</version> + <version>0.2</version> </dependency> </dependencies> </plugin> Modified: trunk/tools/pom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/pom.xml?view=diff&pathrev=19543&r1=19542&r2=19543 ============================================================================== --- trunk/tools/pom.xml (original) +++ trunk/tools/pom.xml 2011-05-29 21:32:07-0700 @@ -8,13 +8,9 @@ Experimenting with maven for the nightly build. --> - <parent> - <groupId>org.argouml</groupId> - <artifactId>parentpom</artifactId> - <relativePath>maven/parentpom.xml</relativePath> - </parent> - + <groupId>org.argouml</groupId> <artifactId>tools</artifactId> + <version>0.2</version> <build> <resources> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2753006 To unsubscribe from this discussion, e-mail: [[email protected]].
