Revisions
kernel trunk r57527 (1.1-SNAPSHOT refresh)
kernel-1.0.x r57597 (1.0.3, 1.0.4-SNAPSHOT)
sakai-2.6.x r57646 (testing against)
kernel-1.0.3 tag (r57597)
Current versions
Tag: plugins-1.1
Branch: none
Trunk 1.2-SNAPSHOT (r49677)
New versions
Tag: plugins-1.2.0
Branch: 1.2.1-SNAPSHOT
Trunk 1.3-SNAPSHOT
...
to restart the build.
Note: Beware opening the kernel project in Eclipse. If you do you will have to delete Eclipse metadata files (.classpath, .project) before running mvn release:prepare
.
...
No Format |
---|
mvn release:clean (clean up release) mvn release:branch -DbranchName=kernelplugins-1.12.x |
The release plugin will then branch the current trunk to branches/kernelplugins-1.12.x.
Edit the branch poms to 1.2.1-SNAPSHOT and commit.
Finis
Check
...
the tag
The release plugin will generate a Check out 1.0.3 tag. Check it out 2.0 and make sure it works.
Refresh Maven Repo with 1.0.3, 1.0.4-SNAPSHOT and 1.1-SNAPSHOT artifacts
Each new release will require placement of corresponding kernel artifacts in the Maven2 repo.
Steps:
1. Check out 1.02.x branch (1.02.41-SNAPSHOT) and perform
No Format |
---|
mvn deploy |
2. Check out kernel trunk (1.13-SHAPSHOT) and perform
No Format |
---|
mvn deploy |
...