Skip to content
This repository was archived by the owner on Jul 9, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion si-sts-templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<id>ghillert</id>
<name>Gunnar Hillert</name>
<email>ghillert at vmware dot com</email>
<url>http://blog.hillert.com</url>
<url>https://blog.hillert.com</url>
<roles>
<role>Admin</role>
</roles>
Expand Down
8 changes: 4 additions & 4 deletions si-template-projects/adapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ apply plugin: 'idea'
group = 'SI-TEMPLATE-GROUP-ID'

repositories {
maven { url 'http://repo.springsource.org/libs-milestone' }
maven { url 'http://repo.springsource.org/plugins-release' }
maven { url 'https://repo.springsource.org/libs-milestone' }
maven { url 'https://repo.springsource.org/plugins-release' }
}

sourceCompatibility=1.6
Expand Down Expand Up @@ -48,8 +48,8 @@ sourceSets {
}
}

// See http://www.gradle.org/docs/current/userguide/dependency_management.html#sub:configurations
// and http://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ConfigurationContainer.html
// See https://www.gradle.org/docs/current/userguide/dependency_management.html#sub:configurations
// and https://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ConfigurationContainer.html
configurations {
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo
}
Expand Down
4 changes: 2 additions & 2 deletions si-template-projects/adapter/publish-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ def customizePom(pom, gradleProject) {
url = 'https://github.com/SpringSource/spring-integration-extensions'
organization {
name = 'SpringSource'
url = 'http://springsource.org'
url = 'https://spring.io'
}
licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply from: 'publish-maven.gradle'

repositories {
mavenCentral()
maven { url 'http://repo.springsource.org/libs-milestone' }
maven { url 'https://repo.springsource.org/libs-milestone' }
}

group = "SI-TEMPLATE-GROUP-ID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>

<name>si-template-project-name</name>
<url>http://www.springsource.org/spring-integration</url>
<url>https://www.springsource.org/spring-integration</url>

<prerequisites>
<maven>2.2.1</maven>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ def customizePom(pom, gradleProject) {
generatedPom.project {
name = gradleProject.description
description = gradleProject.description
url = 'http://www.springsource.org/spring-integration'
url = 'https://www.springsource.org/spring-integration'
organization {
name = 'SpringSource'
url = 'http://springsource.org'
url = 'https://spring.io'
}

licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply from: 'publish-maven.gradle'

repositories {
mavenCentral()
maven { url 'http://repo.springsource.org/libs-milestone' }
maven { url 'https://repo.springsource.org/libs-milestone' }
}

group = "SI-TEMPLATE-GROUP-ID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>jar</packaging>

<name>si-template-project-name</name>
<url>http://www.springsource.org/spring-integration</url>
<url>https://www.springsource.org/spring-integration</url>

<prerequisites>
<maven>2.2.1</maven>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ def customizePom(pom, gradleProject) {
generatedPom.project {
name = gradleProject.description
description = gradleProject.description
url = 'http://www.springsource.org/spring-integration'
url = 'https://www.springsource.org/spring-integration'
organization {
name = 'SpringSource'
url = 'http://springsource.org'
url = 'https://spring.io'
}

licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
Expand Down
2 changes: 1 addition & 1 deletion si-template-projects/si-template-war-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'idea'

repositories {
mavenCentral()
maven { url 'http://repo.springsource.org/libs-milestone' }
maven { url 'https://repo.springsource.org/libs-milestone' }
}

group = "mavenGroupId"
Expand Down
2 changes: 1 addition & 1 deletion si-template-projects/si-template-war-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packaging>war</packaging>

<name>si-template-project-name</name>
<url>http://www.springsource.org/spring-integration</url>
<url>https://www.springsource.org/spring-integration</url>

<prerequisites>
<maven>2.2.1</maven>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ def customizePom(pom, gradleProject) {
generatedPom.project {
name = gradleProject.description
description = gradleProject.description
url = 'http://www.springsource.org/spring-integration'
url = 'https://www.springsource.org/spring-integration'
organization {
name = 'SpringSource'
url = 'http://springsource.org'
url = 'https://spring.io'
}

licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
url 'https://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
Expand Down