This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository easymock.
commit b4c96fcd815c33d78ef94823e6a325eb1b2a7e22 Author: Markus Koschany <[email protected]> Date: Tue Nov 25 18:04:36 2014 +0100 Update pom.xml for new release. --- debian/pom.xml | 37 +++++++------------------------------ 1 file changed, 7 insertions(+), 30 deletions(-) diff --git a/debian/pom.xml b/debian/pom.xml index 7f674e0..3fdf24e 100644 --- a/debian/pom.xml +++ b/debian/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.easymock</groupId> <artifactId>easymock-parent</artifactId> - <version>3.2</version> + <version>3.3</version> </parent> <artifactId>easymock</artifactId> @@ -15,9 +15,7 @@ <name>EasyMock</name> <description>EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly</description> <inceptionYear>2001</inceptionYear> - <organization> - <name>OFFIS, Tammo Freese, Henri Tremblay</name> - </organization> + <developers> <developer> <id>tammo</id> @@ -27,10 +25,11 @@ <developer> <id>henri</id> <name>Henri Tremblay</name> - <url>http://henritremblay.blogspot.fr/</url> - <timezone>+1</timezone> + <url>http://blog.tremblay.pro/</url> + <timezone>-5</timezone> </developer> </developers> + <dependencies> <!-- Used for class mocking --> <dependency> @@ -42,13 +41,13 @@ <dependency> <groupId>org.objenesis</groupId> <artifactId>objenesis</artifactId> - <version>1.3</version> + <version>2.1</version> </dependency> <!-- Used for class mocking on Android (cglib replacement) --> <dependency> <groupId>com.google.dexmaker</groupId> <artifactId>dexmaker</artifactId> - <version>1.0</version> + <version>1.1</version> <optional>true</optional> </dependency> <dependency> @@ -103,28 +102,6 @@ <build> <plugins> <plugin> - <groupId>com.atlassian.maven.plugins</groupId> - <artifactId>maven-clover2-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/org/easymock/tests/IMethods.java</exclude> - <exclude>**/org/easymock/tests/IVarArgs.java</exclude> - <exclude>**/org/easymock/tests/Util.java</exclude> - <exclude>**/org/easymock/samples/*.java</exclude> - </excludes> - </configuration> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>instrument</goal> - <goal>clover</goal> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>com.mycila.maven-license-plugin</groupId> <artifactId>maven-license-plugin</artifactId> </plugin> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

