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

Wrong scm data in the maven pom.xml #1897

Closed
rpaasche opened this issue Aug 18, 2021 · 2 comments
Closed

Wrong scm data in the maven pom.xml #1897

rpaasche opened this issue Aug 18, 2021 · 2 comments
Assignees
Labels
in: build An issue in the build type: bug A general bug
Milestone

Comments

@rpaasche
Copy link

Current pom.xml containse wrong scm block
https://repo1.maven.org/maven2/org/springframework/session/spring-session-core/2.5.2/spring-session-core-2.5.2.pom
https://repo1.maven.org/maven2/org/springframework/session/spring-session-jdbc/2.5.1/spring-session-jdbc-2.5.1.pom

<scm>
   <connection>scm:git:git://github.com/spring-projects/spring-security</connection>
   <developerConnection>scm:git:git://github.com/spring-projects/spring-security</developerConnection>
  <url>https://github.com/spring-projects/spring-security</url>
</scm>

The URLs should direct to https://github.com/spring-projects/spring-session

Even .github/ISSUE_TEMPLATE/config.yml containse the stackoverflow URL for spring-security .

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Aug 18, 2021
@eleftherias eleftherias self-assigned this Aug 18, 2021
@eleftherias eleftherias added in: build An issue in the build type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Aug 18, 2021
@eleftherias
Copy link
Contributor

Thanks for the report @rpaasche.
I've fixed the Stack Overflow URL in the GitHub issue template via 585d369.

I'm currently looking into the POM issue.

@vpavic
Copy link
Contributor

vpavic commented Aug 18, 2021

See spring-gradle-plugins/spring-build-conventions#17.

@eleftherias eleftherias added this to the 2.6.0 milestone Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: build An issue in the build type: bug A general bug
Projects
None yet
Development

No branches or pull requests

4 participants