BSAF 1.9 Snapshot is in the maven repository now!

  3 posts   Feedicon  
Replies: 2 - Last Post: July 03, 2010 21:16
by: etf
showing 1 - 3 of 3
 
Posted: July 02, 2010 09:24 by etf
I have uploaded current snapshot (almost release) to the maven repository at java.net.

To access the repository from your project, add the following to your settings.xml or pom.xml between the tags <repositories>

<repository>
  <id>maven2-repository.dev.java.net</id>
  <name>Java.net Repository for Maven</name>
  <url>http://download.java.net/maven/2/</url>
  <layout>default</layout>
</repository>


More information at https://maven2-repository.dev.java.net/

The dependency must look like this:
	<dependencies>
...
		<dependency>
			<groupId>org.jdesktop.bsaf</groupId>
			<artifactId>bsaf</artifactId>
			<version>1.9-SNAPSHOT</version>
		</dependency>
...
	</dependencies>
 
Posted: July 03, 2010 11:35 by jede
Great!

Are there any plans or is there a schedule for the final 1.9 release?

Bye, Stefan
 
Posted: July 03, 2010 21:16 by etf
Hi Stefan!

1. We need current code-base to be tested on real-life application. It works well for me, but I want to be sure it stable enough.
2. Javadoc must be reviewed and fixed for all public API classes and interfaces
3. We need new documentation: Getting Started Guide and Reference Guide.

Replies: 2 - Last Post: July 03, 2010 21:16
by: etf
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close