Hi,
i noticed that the Maven POM from release 2.4.0 contains incorrect project information:
Projekt URL, SCM and issue management point to spring-security. (copy&paste bug?)
<url>https://spring.io/projects/spring-security</url>
...
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-security.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-security.git</developerConnection>
<url>https://github.com/spring-projects/spring-security</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spring-projects/spring-security/issues</url>
</issueManagement>
see https://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap-core/2.4.0/spring-ldap-core-2.4.0.pom
Cheers,
Markus
Hi,
i noticed that the Maven POM from release 2.4.0 contains incorrect project information:
Projekt URL, SCM and issue management point to spring-security. (copy&paste bug?)
see https://repo1.maven.org/maven2/org/springframework/ldap/spring-ldap-core/2.4.0/spring-ldap-core-2.4.0.pom
Cheers,
Markus