Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The release plugin will then branch the current trunk to branches/kernel-1.1.x.
Edit the poms to 1.2-SNAPSHOT and commit.

Finis

Deploy releases to the Maven Repo

...

Check 1.0.3 tag

The release plugin will generate a 1.0.3 tag. Check it out 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. Each release will generate a new tag and both trunk and branch new SNAPSHOTS will each require repo artifacts.
Steps:

1. Checkout and deploy tag (e.g., kernel-Check out 1.0.x branch (1.0.34-SNAPSHOT) and perform

No Format

mvn deploy

2. Deploy the source branch updated SNAPSHOT
3. Deploy the trunk updated SNAPSHOT. Check out kernel trunk (1.1-SHAPSHOT) and perform

No Format

mvn deploy

For each new version (tag, SNAPSHOT) issue the following command from the root folder:

...