Update of /var/cvs/contributions/aselect
In directory james.mmbase.org:/tmp/cvs-serv3663
Modified Files:
pom.xml
Log Message:
Fixed
See also: http://cvs.mmbase.org/viewcvs/contributions/aselect
Index: pom.xml
===================================================================
RCS file: /var/cvs/contributions/aselect/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- pom.xml 20 Feb 2009 16:10:14 -0000 1.1
+++ pom.xml 3 Apr 2009 15:27:45 -0000 1.2
@@ -1,16 +1,18 @@
<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
+
<parent>
<groupId>org.mmbase</groupId>
<artifactId>mmbase-application-parent</artifactId>
- <version>1.9</version>
+ <version>1.9-SNAPSHOT</version>
</parent>
-
<artifactId>mmbase-aselect</artifactId>
<name>MMBase ASelect</name>
- <version>${mmbase.version}</version>
+ <!--
+ <version>1.0</version>
+ -->
<packaging>war</packaging>
<description>
@@ -27,7 +29,6 @@
</description>
-
<dependencies>
<dependency>
<groupId>org.aselect</groupId>
@@ -54,6 +55,10 @@
<id>mmbase</id>
<url>http://www.mmbase.org/maven2</url>
</repository>
+ <repository>
+ <id>snapshots</id>
+ <url>http://www.mmbase.org/snapshots</url>
+ </repository>
</repositories>
</project>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs