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

Where is the v0.3.7-SNAPSHOT? #35

Closed
conanzxn opened this issue Jan 21, 2015 · 1 comment
Closed

Where is the v0.3.7-SNAPSHOT? #35

conanzxn opened this issue Jan 21, 2015 · 1 comment

Comments

@conanzxn
Copy link

It seems there is no label named 0.3.7-SNAPSHOT. Where can I find it?

@hekailiang
Copy link
Owner

https://oss.sonatype.org/content/repositories/snapshots/org/squirrelframework/squirrel-foundation/0.3.7-SNAPSHOT/

If you use maven, make sure the snapshot repository is properly configured, e.g.

<repository>
  <id>sonatype-snapshots</id>
    <url>http://oss.sonatype.org/content/repositories/snapshots/</url>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
</repository>

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