[Clirr-devel] CVS: clirr/core pom.xml,1.5,1.6
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2008-10-09 21:05:20
|
Update of /cvsroot/clirr/clirr/core In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4706 Modified Files: pom.xml Log Message: removed commons-lang dependency (only used for previously used version of commons-cli, not directly) Index: pom.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pom.xml 6 Oct 2008 21:19:09 -0000 1.5 +++ pom.xml 9 Oct 2008 21:05:07 -0000 1.6 @@ -15,14 +15,14 @@ <groupId>net.sf.clirr</groupId> <artifactId>clirr-core</artifactId> <packaging>jar</packaging> - <name>CLIRR Core</name> + <name>Clirr Core</name> <version>0.7-SNAPSHOT</version> <description> Clirr is a tool that checks Java libraries for binary and source compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public - api. Clirr provides an Ant task that can be configured to break - the build if it detects incompatible api changes. In a continuous + API. Clirr provides an Ant task that can be configured to break + the build if it detects incompatible API changes. In a continuous integration process Clirr can automatically prevent accidental introduction of compatibility problems in Java libraries. </description> @@ -51,11 +51,6 @@ <version>1.1</version> </dependency> <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.4</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> |