Use a release version of plexus i18n

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-05-30 21:10:56 +00:00
parent 4e6b33d359
commit 2e3a99cd03
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<dependency> <dependency>
<groupId>plexus</groupId> <groupId>plexus</groupId>
<artifactId>plexus-i18n</artifactId> <artifactId>plexus-i18n</artifactId>
<version>1.0-beta-5-SNAPSHOT</version> <version>1.0-beta-4</version>
</dependency> </dependency>
<!-- TODO: only here for classloader issues. It used to work when the script classes were inside the component factory... --> <!-- TODO: only here for classloader issues. It used to work when the script classes were inside the component factory... -->
<dependency> <dependency>