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

哪个maven仓库有master分支的apollo-core 2.2.0-snapshot 版本 #4982

Closed
jackie-coming opened this issue Sep 23, 2023 · 5 comments
Closed
Labels

Comments

@jackie-coming
Copy link

哪个maven仓库有master分支的apollo-core 2.2.0-snapshot 版本
image

@jackie-coming
Copy link
Author

from where can i get the pom apollo 2.2.0-snapshot

@nobodyiam
Copy link
Member

You may reference this

apollo/pom.xml

Lines 615 to 628 in 5e49df6

<repositories>
<!-- for apollo-core and apollo-openapi snapshot versions -->
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>

@jackie-coming
Copy link
Author

thanks

@stale
Copy link

stale bot commented Oct 28, 2023

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 28, 2023
Copy link

stale bot commented Nov 5, 2023

This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.

@stale stale bot closed this as completed Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@nobodyiam @jackie-coming and others