Author: simoneg
Date: Mon Nov 15 20:45:53 2010
New Revision: 1035441
URL: http://svn.apache.org/viewvc?rev=1035441&view=rev
Log:
Wrong parent version
Added basics to use settings
Modified:
labs/magma/trunk/foundation-logging/pom.xml
Modified: labs/magma/trunk/foundation-logging/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/foundation-logging/pom.xml?rev=1035441&r1=1035440&r2=1035441&view=diff
==============================================================================
--- labs/magma/trunk/foundation-logging/pom.xml (original)
+++ labs/magma/trunk/foundation-logging/pom.xml Mon Nov 15 20:45:53 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>magma-parent</artifactId>
<groupId>org.apache.magma</groupId>
- <version>2</version>
+ <version>3</version>
</parent>
<groupId>org.apache.magma</groupId>
<artifactId>foundation-logging</artifactId>
@@ -22,5 +22,10 @@
<artifactId>aspectjrt</artifactId>
<version>1.6.9</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.magma</groupId>
+ <artifactId>foundation-basics</artifactId>
+ <version>0.0.3-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]