[disruptor] 02/05: Updated debian/pom.xml
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 29 20:29:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository disruptor.
commit d99ae424d9683091188d064fef677fafab8aa288
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Apr 29 22:23:27 2015 +0200
Updated debian/pom.xml
---
debian/changelog | 7 +++++++
debian/pom.xml | 14 +++++++-------
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 488e10c..0e35c40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+disruptor (3.3.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * Updated debian/pom.xml
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 29 Apr 2015 22:22:22 +0200
+
disruptor (3.3.0-2) unstable; urgency=medium
* New upstream release
diff --git a/debian/pom.xml b/debian/pom.xml
index 9ab3ea4..5c8b36f 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
- <version>3.3.0</version>
+ <version>3.3.2</version>
<name>Disruptor Framework</name>
<description>Disruptor - Concurrent Programming Framework</description>
<url>http://lmax-exchange.github.com/disruptor</url>
@@ -34,16 +34,16 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-legacy</artifactId>
- <version>2.5.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jmock</groupId>
+ <artifactId>jmock-legacy</artifactId>
+ <version>2.5.1</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/disruptor.git
More information about the pkg-java-commits
mailing list