protobuf-codec
protobuf-codec copied to clipboard
Metadata checksum file mismatches for 1.2
Hi,
I'm observing the following:
$ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom | sha1sum
721f8f5aa2c4caecc915b2959d54473ff2c5fbfe -
$ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom.sha1; echo
f0066bce39d3efeb71fa09d680ccb5be22d6d729
$
This makes Maven a bit unhappy. Is there reason for concern regarding the integrity of the artifacts, or are the checksum files just out-of-date? Can this be rectified?
Hi Arne,
There is no reason for concern, it is just an error. Will get it addressed soon.
Regards, Siju
On Mon, May 21, 2012 at 12:58 PM, Arne Georg Gleditsch [email protected] wrote:
Hi,
I'm observing the following:
$ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom | sha1sum 721f8f5aa2c4caecc915b2959d54473ff2c5fbfe - $ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom.sha1; echo f0066bce39d3efeb71fa09d680ccb5be22d6d729 $
This makes Maven a bit unhappy. Is there reason for concern regarding the integrity of the artifacts, or are the checksum files just out-of-date? Can this be rectified?
Reply to this email directly or view it on GitHub: https://github.com/sijuv/protobuf-codec/issues/3
Great, thanks.