[libpostgresql-jdbc-java] 62/128: modified build for maven and 9.3

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:18:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag REL9_3_1100
in repository libpostgresql-jdbc-java.

commit d4f6d9c7303e7b9eed871b7026481d5d84faf9cb
Author: Dave Cramer <dave.cramer at credativ.ca>
Date:   Fri May 10 07:07:19 2013 -0400

    modified build for maven and 9.3
---
 lib/maven-ant-tasks-2.1.3.jar | Bin 0 -> 1316000 bytes
 src/pom/pom.xml               |  45 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/lib/maven-ant-tasks-2.1.3.jar b/lib/maven-ant-tasks-2.1.3.jar
new file mode 100644
index 0000000..bec446f
Binary files /dev/null and b/lib/maven-ant-tasks-2.1.3.jar differ
diff --git a/src/pom/pom.xml b/src/pom/pom.xml
new file mode 100644
index 0000000..e43373e
--- /dev/null
+++ b/src/pom/pom.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>@maven.group.id@</groupId>
+    <artifactId>@maven.artifact.id@</artifactId>
+    <packaging>jar</packaging>
+    <name>PostgreSQL JDBC Driver</name>
+    <version>@maven.artifact.version@</version>
+    <description>@maven.artifact.description@</description>
+    <url>http://jdbc.postgresql.org</url>
+    <developers>
+        <developer>
+            <id>davecramer</id>
+            <name>Dave Cramer</name>
+        </developer>
+        <developer>
+            <id>jurka</id>
+            <name>Kris Jurka</name>
+        </developer>
+        <developer>
+            <id>oliver</id>
+            <name>Oliver Jowett</name>
+        </developer>
+    </developers>
+    <licenses>
+        <license>
+            <name>BSD License</name>
+            <url>http://jdbc.postgresql.org/license.html</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    <scm>
+        <connection>scm:git:git at github.com:pgjdbc/pgjdbc.git</connection>
+        <developerConnection>scm:git:git at github.com:pgjdbc/pgjdbc.git</developerConnection>
+        <url>git at github.com:pgjdbc/pgjdbc.git</url>
+    </scm>
+    <distributionManagement>
+      <repository>
+        <uniqueVersion>false</uniqueVersion>
+        <id>org.postgresql</id>
+        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        <layout>legacy</layout>
+      </repository>
+    </distributionManagement>
+</project>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list