Mercurial > dive4elements > river
changeset 920:a618dd6d80ea
Downgraded Trove to 1.1-beta-5
flys-artifacts/trunk@2266 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 29 Jun 2011 09:00:31 +0000 |
parents | 9e72d1c95b85 |
children | 610d0e0f4f85 |
files | flys-artifacts/ChangeLog flys-artifacts/pom.xml |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Jun 28 15:21:02 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Jun 29 09:00:31 2011 +0000 @@ -1,3 +1,14 @@ +2011-06-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * pom.xml: Downgraded Trove to 1.1-beta-5, because the new + later ones are removed from the maven repos. + + The functionality we need is in 1.1 so this downgrad should + cause no problems. + + Would be nice if we would support the maintainers of trove to + bring there new versions back into the main maven repos. + 2011-06-28 Ingo Weinzierl <ingo@intevation.de> * pom.xml: Repaired the JBoss repository which place has changed.
--- a/flys-artifacts/pom.xml Tue Jun 28 15:21:02 2011 +0000 +++ b/flys-artifacts/pom.xml Wed Jun 29 09:00:31 2011 +0000 @@ -48,7 +48,7 @@ <dependency> <groupId>trove</groupId> <artifactId>trove</artifactId> - <version>2.1.1</version> + <version>1.1-beta-5</version> </dependency> <dependency> <groupId>net.sf.opencsv</groupId>