Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

#set the released version to 1.0.7
#set the tag to kernel-1.0.7
#set the the new version to 1.0.68-SNAPSHOT

Should the build fail rerun the following mvn goals to restart the build:

...

The release plugin will generate a 1.0.7 tag. Check it out and make sure it works.

Refresh Maven Repo with 1.0.7, 1.0.

...

8-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.0.x branch (1.0.68-SNAPSHOT) and perform

No Format
mvn deploy

...