Skip to content
Commits on Source (8)
plexus-io (3.0.1-1) unstable; urgency=medium
* Team upload.
* New upstream release
* Removed Damien Raude-Morvan from the uploaders (Closes: #889438)
* Ensure the Java 8 compatibility when built with Java 9 or later
* Standards-Version updated to 4.1.5
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 30 Jul 2018 16:08:06 +0200
plexus-io (3.0.0-1) unstable; urgency=medium
* Team upload.
......
......@@ -5,10 +5,9 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders:
Torsten Werner <twerner@debian.org>,
Ludovic Claude <ludovic.claude@laposte.net>,
Damien Raude-Morvan <drazzib@debian.org>,
tony mancill <tmancill@debian.org>
Build-Depends:
debhelper (>= 10),
debhelper (>= 11~),
default-jdk,
junit4,
libcommons-io-java,
......@@ -17,9 +16,9 @@ Build-Depends:
libplexus-container-default1.5-java,
libplexus-utils2-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-io.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-io.git
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/java-team/plexus-io.git
Vcs-Browser: https://salsa.debian.org/java-team/plexus-io
Homepage: https://github.com/codehaus-plexus/plexus-io
Package: libplexus-io-java
......
......@@ -3,15 +3,16 @@ Upstream-Name: plexus-io
Source: https://github.com/codehaus-plexus/plexus-io
Files: *
Copyright: 2007-2014 The Codehaus Foundation
Copyright: 2007-2018, The Codehaus Foundation
License: Apache-2.0
Files: debian/*
Copyright: 2008 Torsten Werner<twerner@debian.org>
2009 Ludovic Claude <ludovic.claude@laposte.net>
2009 Michael Koch <konqueror@gmx.de>
2011 Damien Raude-Morvan <drazzib@debian.org>
2017 tony mancill <tmancill@debian.org>
Copyright: 2008, Torsten Werner<twerner@debian.org>
2009, Ludovic Claude <ludovic.claude@laposte.net>
2009, Michael Koch <konqueror@gmx.de>
2011, Damien Raude-Morvan <drazzib@debian.org>
2017, tony mancill <tmancill@debian.org>
2017-2018, Emmanuel Bourg <ebourg@apache.org>
License: Apache-2.0
License: Apache-2.0
......
maven.compiler.release=8
......@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download
......@@ -8,7 +8,7 @@
</parent>
<artifactId>plexus-io</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<name>Plexus IO Components</name>
......@@ -16,7 +16,7 @@
<connection>scm:git:git@github.com:codehaus-plexus/plexus-io.git</connection>
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-io.git</developerConnection>
<url>http://github.com/codehaus-plexus/plexus-io</url>
<tag>plexus-io-3.0.0</tag>
<tag>plexus-io-3.0.1</tag>
</scm>
<issueManagement>
<system>jira</system>
......@@ -38,7 +38,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.24</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
......@@ -55,7 +55,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
......