Remove Forum Links

This commit is contained in:
Gary Russell
2014-06-19 17:52:41 -04:00
parent 2cd0c41df1
commit 53b9741830
3 changed files with 1 additions and 24 deletions

View File

@@ -22,18 +22,10 @@ project: spring-integration
# Project github URL
github_repo_url: http://github.com/spring-projects/spring-integration
# Project forum URL
forum: http://forum.spring.io/forum/spring-projects/integration
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: true
custom_gradle_template: true
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: false
custom_gradle_template: false
### The following properties are constant for most projects
main_site_url: http://spring.io

View File

@@ -5,14 +5,3 @@
<version>{@= version @}</version>
</dependency>
</dependencies>
{@ if (repository) { @}
<repositories>
<repository>
<id>{@= repository.id @}</id>
<name>{@= repository.name @}</name>
<url>{@= repository.url @}</url>
<snapshots>
<enabled>{@= repository.snapshotsEnabled @}</enabled>
</snapshots>
</repository>
</repositories>{@ } @}

View File

@@ -19,10 +19,6 @@ badges:
url: https://build.springsource.org/browse/INT
icon: ci
- name: Forum
url: http://forum.spring.io/forum/spring-projects/integration
icon: forum
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-integration
icon: stackoverflow
@@ -170,4 +166,4 @@ public interface TempConverter {
{% endcapture %}
{% include project_page.html %}
</html>
</html>