Versions Compared

Key

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

Releases

1.1.

...

1

The 1.1.0 1 release is our latest release. For more information please see the release notes and the migration guide.

1.0.

...

4

The 1.0.3 4 release is our latest patch release for 1.0. For more information please see the release notes.

Verifying Releases

When downloading from a mirror please check the MD5 and SHA1 checksums as well as verifying the OpenPGP compatible signature available from the main Apache site. The KEYS file contains the public keys used for signing release. It is recommended that a web of trust is used to confirm the identity of these keys.

You can check the OpenPGP signature with:

Code Block

gpg --verify apache-fediz-*.zip.asc

You can check the MD5 checksum with:

Code Block

md5sum --check apache-fediz-*.zip.md5

You can check the SHA1 checksum with:

Code Block

sha1sum --check apache-fediz-*.zip.sha1

...

Info
titleWarning about snapshots

These are snapshot builds - untested builds provided for your convenience. They have not been tested, and are not official releases of the Apache CXF Fediz project or the Apache Software Foundation.

1.1.1 2 https://repository.apache.org/content/groups/snapshots/org/apache/cxf/fediz/apache-fediz/1.1.1-SNAPSHOT/1.0.4 https://repository.apache.org/content/groups/snapshots/org/apache/cxf/fediz/apache-fediz/1.0.42-SNAPSHOT/

Maven 2 Repositories

If you use Maven 2 for building your applications, Apache CXF Fediz artifacts are available from the following repository URLS:

...