Changeset: f717599adafb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f717599adafb
Modified Files:
        java/pom.xml
Branch: Dec2011
Log Message:

Add pom.xml file as used for clojars


diffs (27 lines):

diff --git a/java/pom.xml b/java/pom.xml
new file mode 100644
--- /dev/null
+++ b/java/pom.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+       http://maven.apache.org/xsd/maven-4.0.0.xsd";
+       xmlns="http://maven.apache.org/POM/4.0.0";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>monetdb</groupId>
+       <artifactId>monetdb-jdbc</artifactId>
+       <version>2.0</version>
+       <name>monetdb-jdbc</name>
+       <description>MonetDB JDBC driver</description>
+       <repositories>
+               <repository>
+                       <id>central</id>
+                       <url>http://repo1.maven.org/maven2</url>
+               </repository>
+               <repository>
+                       <id>clojars</id>
+                       <url>http://clojars.org/repo/</url>
+               </repository>
+       </repositories>
+</project>
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to