Skip to content

Commit

Permalink
Upgrade to SI-4.2.1 and others
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 27, 2015
1 parent 0387ab5 commit 6cc1ff6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ subprojects { subproject ->
sourceCompatibility = 1.8

ext {
activeMqVersion = '5.11.1'
activeMqVersion = '5.12.1'
apacheSshdVersion = '0.13.0'
aspectjVersion = '1.8.4'
commonsDigesterVersion = '2.0'
Expand Down Expand Up @@ -188,14 +188,14 @@ subprojects { subproject ->
mockitoVersion = '1.9.5'
openJpaVersion = '2.3.0'
oracleDriverVersion = '11.2.0.3'
reactorVersion = '2.0.5.RELEASE'
reactorVersion = '2.0.6.RELEASE'
postgresVersion = '9.1-901-1.jdbc4'
subethasmtpVersion = '1.2'
slf4jVersion = '1.7.11'
springIntegrationVersion = '4.2.0.RELEASE'
springIntegrationVersion = '4.2.1.RELEASE'
springIntegrationDslVersion = '1.1.0.RELEASE'
springIntegrationKafkaVersion = '1.2.2.BUILD-SNAPSHOT'
springVersion = '4.2.0.RELEASE'
springIntegrationKafkaVersion = '1.3.0.BUILD-SNAPSHOT'
springVersion = '4.2.2.RELEASE'
springSecurityVersion = '4.0.2.RELEASE'
springWebFlowVersion = '2.3.3.RELEASE'
tilesJspVersion = '2.2.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=4.1.0.BUILD-SNAPSHOT
springBootVersion=1.3.0.M5
springBootVersion=1.3.0.RC1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class DummyTwitter {
private long id;

public Tweet getTweet() {
Tweet tweet = new Tweet(++this.id,
Tweet tweet = new Tweet(++this.id, "" + this.id,
"Spring Integration is the coolest Enterprise Integration project",
new Date(),
"SomeUser",
Expand Down

0 comments on commit 6cc1ff6

Please sign in to comment.