Latest Release
- Release candidate 2.0rc1 (23/12/11)
- Beta version 2.0 (06/07/11)
- Stable version 1.2.1 (15/07/10)
- Nightly builds available to test
Events
- 10/10/2011 - LDAPCon 2011 (Heidelberg, Germany)
- 13/06/2011 - RMLL (Strasbourg, France)
- 9/07/2010 - RMLL (Bordeaux, France)
Community
Get help, contribute or find professional services ...
Find out more!
Search
Download | Read more... | Get started!
ReleasingQuick notes for developers wanting to release a version of LSC. PrerequisitesMake sure a branch is ready for release. This must involve testing by automated tests and a call for testing by developers and willing users. Update change logUpdate the CHANGES file. It is the same file, so just copy it from one to the other once it's updated. It can be reconstructed from the detail of a version in Redmine, for example: http://tools.lsc-project.org/versions/show/4 TaggingThen, tag a version in SVN: $ svn cp lsc/branches/v1.2/ lsc/tags/1.2.0 Edit the version number in lsc-core pom.xml: $ vi lsc/tags/1.2.0/pom.xml
[...]
<artifactId>lsc-core</artifactId>
<name>Ldap Synchronization Connector</name>
<version>1.2.0</version>
[...]
Last but not least, commit this tag: $ svn commit -m "Tagging 1.2.0 for release" lsc/tags/1.2.0 BuildingBuild with mvn package and copy the files to be distributed from under target/. DistributingWe currently distribute the following files:
|


