[Building Sakai] Sakai Kernel 1.0.8 Released

David Horwitz david.horwitz at uct.ac.za
Mon May 18 04:31:29 PDT 2009


I've released sakai-kernel-1.0.8 and updated the Sakai maven2 repo with fresh artifacts.  
1.0.8 has been released in support of the upcoming sakai-2.6.0 release.  
The issues addressed by 1.0.8 can be reviewed in Jira at

http://jira.sakaiproject.org/jira/browse/KNL/fixforversion/11493

Issues addressed by earlier releases can also be reviewed in Jira at

http://jira.sakaiproject.org/jira/browse/KNL?report=com.atlassian.jira.plugin.system.project:versions-panel


MAVEN2 REPO

The maven2 repo includes the following new or refreshed artifacts:

https://source.sakaiproject.org/maven2/org/sakaiproject/kernel/

1.0.8

https://source.sakaiproject.org/maven2-snapshots/org/sakaiproject/kernel/

1.0.9-SNAPSHOT
1.1-SNAPSHOT


SVN

The 1.0.8 release has been tagged and the 2.6.x branch /master/pom.xml file 
has been updated to bind to 1.0.9-SNAPSHOT.  
When the next 2.6.0 tag is cut it will bind to K1 1.0.8.


KERNEL (K1) PROJECT INFO

Jira: http://bugs.sakaiproject.org/jira/browse/KNL
Confluence: http://bugs.sakaiproject.org/confluence/display/REL/Kernel+1+(K1)


NOTICE: TRUNK/CONTRIB DEVELOPERS DEVELOPING AGAINST K1

Please refresh your local development environment.

1. MVN: Backup/delete the .m2/repository/org/sakaiproject/kernel of
your repo
2. SVN: perform an svn update on sakai trunk code (this will pick up
Sakai updates that complement the K1 updates)
3. MVN: perform a clean and install on your sakai trunk code to
refresh your .m2 repo with updated kernel 1.1-SNAPSHOT artifacts.
4. Build and deploy to Tomcat.

cd master
mvn clean install
cd ..
mvn clean install sakai:deploy

cheers
David



More information about the sakai-dev mailing list