Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
Release version 1.0.0.M2
Browse files Browse the repository at this point in the history
INTSCALA-46 fixed build.gradle

fixed gradle.properties

removed println from Dom builder
  • Loading branch information
spring-builds authored and olegz committed Jun 5, 2012
1 parent ab45b86 commit f610223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ def customizePom(def pom, def gradleProject) {
}
}
scm {
url = 'https://github.com/SpringSource/spring-integration-scala'
connection = 'scm:git:git://github.com/SpringSource/spring-integration-scala'
developerConnection = 'scm:git:git://github.com/SpringSource/spring-integration-scala'
url = 'https://github.com/SpringSource/spring-integration-dsl-scala'
connection = 'scm:git:git://github.com/SpringSource/spring-integration-dsl-scala'
developerConnection = 'scm:git:git://github.com/SpringSource/spring-integration-dsl-scala'
}
developers {
developer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,6 @@ class IntegrationDomTreeBuilder {
val source = new DOMSource(document);
transformer.transform(source, result);

println(sw.toString())
//println(sw.toString())
}
}

0 comments on commit f610223

Please sign in to comment.