I've made the latest Stripes 1.6 build available for Maven users.
Previously, I had named it 1.6-SNAPSHOT. That is appropriate for
snapshots of the trunk, but it bothers me because the snapshot can
change at any time and which build you are using is not immmediately
obvious.

This time, I've given it a "fixed" name according to the Subversion
build number. That way:

* you know exactly which build you are using

* you can checkout that build from Subversion and know that the source
will match what you are using

* the Stripes version that you are using will not change unless you
decide to "upgrade" the build number explicitly.

To use the build, add this to your Maven pom.xml file:

<project ...>

  <dependencies>
    <dependency>
      <groupId>net.sourceforge.stripes</groupId>
      <artifactId>stripes</artifactId>
      <version>1.6-build-1257</version>
    </dependency>
  </dependencies>

  <repositories>
    <repository>
      <id>Freddy's Repo</id>
      <url>http://www.fdaoud.com/maven2</url>
    </repository>
  </repositories>

</project>

I will announce when newer builds are added to the repository.

Cheers,
Freddy


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to