File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
buildSrc/src/main/java/org/springframework/gradle/maven Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public void execute(MavenPublishPlugin mavenPublish) {
30
30
}
31
31
32
32
private void customizePom (MavenPom pom , Project project ) {
33
- pom .getUrl ().set ("https://spring.io/projects/spring-security " );
33
+ pom .getUrl ().set ("https://spring.io/projects/spring-ldap " );
34
34
pom .getName ().set (project .provider (project ::getName ));
35
35
pom .getDescription ().set (project .provider (project ::getDescription ));
36
36
pom .organization (this ::customizeOrganization );
@@ -62,14 +62,14 @@ private void customizeDevelopers(MavenPomDeveloperSpec developers) {
62
62
}
63
63
64
64
private void customizeScm (MavenPomScm scm ) {
65
- scm .getConnection ().set ("scm:git:git://github.com/spring-projects/spring-security .git" );
66
- scm .
getDeveloperConnection ().
set (
"scm:git:ssh://[email protected] /spring-projects/spring-security .git" );
67
- scm .getUrl ().set ("https://github.com/spring-projects/spring-security " );
65
+ scm .getConnection ().set ("scm:git:git://github.com/spring-projects/spring-ldap .git" );
66
+ scm .
getDeveloperConnection ().
set (
"scm:git:ssh://[email protected] /spring-projects/spring-ldap .git" );
67
+ scm .getUrl ().set ("https://github.com/spring-projects/spring-ldap " );
68
68
}
69
69
70
70
private void customizeIssueManagement (MavenPomIssueManagement issueManagement ) {
71
71
issueManagement .getSystem ().set ("GitHub" );
72
- issueManagement .getUrl ().set ("https://github.com/spring-projects/spring-security /issues" );
72
+ issueManagement .getUrl ().set ("https://github.com/spring-projects/spring-ldap /issues" );
73
73
}
74
74
75
75
private void customizeJavaPlugin (Project project ) {
You can’t perform that action at this time.
0 commit comments