Versions Compared

Key

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

...

  • Use Maven 2.0.11 or greater.
  • JDK 1.5 (We try to maintain compatibility)
  • Install princexml 7.1 for manual generation.
  • Each and every release must be SIGNED
  • Your public key should also be cross-signed by other Apache committers (not required, but suggested)
  • Make sure you have all Apache servers defined in your settings.xml

Versioning

Sample versioning:

SNAPSHOT

RELEASE

1.0.0-SNAPSHOT

1.0.0

1.1.0-SNAPSHOT

1.1.0

1.1.1-SNAPSHOT

1.1.1

1.1.2-SNAPSHOT

1.1.2

2.0.0-SHAPSHOT

2.0.0

Prepare

To prepare and perform a release you must be at least at Apache Karaf Committer.

...