[libsequence-library-java] 03/06: Updated debian/pom.xml
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Nov 4 15:52:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libsequence-library-java.
commit e85cc8166f07f07ccb7a7e79281c697a8cbfa132
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 4 16:37:40 2015 +0100
Updated debian/pom.xml
---
debian/changelog | 4 +++-
debian/pom.xml | 35 ++++++++++++++++++++++++-----------
2 files changed, 27 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8acb0fb..7ee7f07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-libsequence-library-java (1.0.2-3) UNRELEASED; urgency=medium
+libsequence-library-java (1.0.3-1) UNRELEASED; urgency=medium
* Team upload.
+ * New upstream release
+ - Updated debian/pom.xml
* Added debian/orig-tar.sh to checkout and package the new releases
-- Emmanuel Bourg <ebourg at apache.org> Wed, 04 Nov 2015 16:34:08 +0100
diff --git a/debian/pom.xml b/debian/pom.xml
index d82b70a..7283426 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -1,21 +1,34 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<?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>de.regnis.q.sequence</groupId>
<artifactId>sequence-library</artifactId>
- <version>1.0.2</version>
-
- <build>
- <sourceDirectory>src/main/java</sourceDirectory>
- <testSourceDirectory>src/test/java</testSourceDirectory>
- </build>
-
+ <version>1.0.3</version>
+ <name>Sequence Library</name>
+ <description>Textual Diff and Merge Library</description>
+ <url>http://svn.svnkit.com/repos/3rdparty/de.regnigs.q.sequence</url>
+ <licenses>
+ <license>
+ <name>Sequence Library License</name>
+ <url>http://www.svnkit.com/SEQUENCE-LICENSE.txt</url>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <id>syntevo</id>
+ <name>SyntEvo GmbH</name>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:svn:http://svn.svnkit.com/repos/3rdparty/de.regnigs.q.sequence</connection>
+ <url>http://svn.svnkit.com/repos/3rdparty/de.regnigs.q.sequence</url>
+ </scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.x</version>
+ <version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libsequence-library-java.git
More information about the pkg-java-commits
mailing list