Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata checksum file mismatches for 1.2 #3

Open
argggh opened this issue May 21, 2012 · 2 comments
Open

Metadata checksum file mismatches for 1.2 #3

argggh opened this issue May 21, 2012 · 2 comments

Comments

@argggh
Copy link

argggh commented May 21, 2012

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?

@sijuv
Copy link
Owner

sijuv commented May 21, 2012

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
reply@reply.github.com
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:
#3

@argggh
Copy link
Author

argggh commented May 23, 2012

Great, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants