You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by cz...@apache.org on 2006/01/21 19:14:36 UTC

svn commit: r371095 - in /excalibur/trunk: components/sourceresolve/pom.xml components/store/pom.xml fortress/container-api/pom.xml fortress/meta/pom.xml

Author: cziegeler
Date: Sat Jan 21 10:14:27 2006
New Revision: 371095

URL: http://svn.apache.org/viewcvs?rev=371095&view=rev
Log:
Update poms for m2

Modified:
    excalibur/trunk/components/sourceresolve/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/fortress/container-api/pom.xml
    excalibur/trunk/fortress/meta/pom.xml

Modified: excalibur/trunk/components/sourceresolve/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/sourceresolve/pom.xml?rev=371095&r1=371094&r2=371095&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/pom.xml (original)
+++ excalibur/trunk/components/sourceresolve/pom.xml Sat Jan 21 10:14:27 2006
@@ -25,7 +25,7 @@
     <name>Excalibur Sourceresolve</name>
     <groupId>org.apache.excalibur.components.sourceresolve</groupId>
     <artifactId>excalibur-sourceresolve</artifactId>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
     <inceptionYear>1997</inceptionYear>
     <description>
         A very common problem is resolving a source, which means finding a source using a URI. The source resolver of
@@ -47,12 +47,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
             <version>2.0.2</version>
@@ -65,13 +59,22 @@
             </dependency>
         -->
         <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>1.0.4</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build></build>
+    <build>
+        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    </build>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/components/sourceresolve</connection>
         <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/components/sourceresolve</url>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/store/pom.xml?rev=371095&r1=371094&r2=371095&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Sat Jan 21 10:14:27 2006
@@ -26,7 +26,7 @@
     <artifactId>excalibur-store</artifactId>
     <name>Excalibur Store</name>
     <inceptionYear>1997</inceptionYear>
-    <version>2.1</version>
+    <version>2.2-SNAPSHOT</version>
     <description>
         The Store Package provides a way to store named objects without taking care about where and how they are stored.
         You can choose between different implementations that store the data e.g. in memory or on the file system etc.
@@ -68,6 +68,8 @@
         </dependency>
     </dependencies>
     <build>
+        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
         <!--
             <plugins>
             <plugin>

Modified: excalibur/trunk/fortress/container-api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/container-api/pom.xml?rev=371095&r1=371094&r2=371095&view=diff
==============================================================================
--- excalibur/trunk/fortress/container-api/pom.xml (original)
+++ excalibur/trunk/fortress/container-api/pom.xml Sat Jan 21 10:14:27 2006
@@ -43,7 +43,10 @@
             <version>1.0.3</version>
         </dependency>
     </dependencies>
-    <build></build>
+    <build>
+        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    </build>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/container-api</connection>
         <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/container-api</url>

Modified: excalibur/trunk/fortress/meta/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/meta/pom.xml?rev=371095&r1=371094&r2=371095&view=diff
==============================================================================
--- excalibur/trunk/fortress/meta/pom.xml (original)
+++ excalibur/trunk/fortress/meta/pom.xml Sat Jan 21 10:14:27 2006
@@ -44,7 +44,10 @@
             <version>1.5</version>
         </dependency>
     </dependencies>
-    <build></build>
+    <build>
+        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
+    </build>
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/fortress/meta</connection>
         <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/fortress/meta</url>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org