Skip to content

Commit

Permalink
JUZU-9 Upgrade to Groovy 1.8.9 which aligns with GateIn 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nttuyen authored and trongtt committed May 25, 2015
1 parent d13edc7 commit 9997c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions booking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<goal>compile</goal>
</goals>
<configuration>
<providerSelection>1.8</providerSelection>
<sources>
<fileset>
<directory>${project.build.outputDirectory}</directory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public String toString() {

//
builder.append(sep);
builder.append("public static class ").append(constants.getIdentifier()).append(sep);
builder.append("public class ").append(constants.getIdentifier()).append(sep);
builder.append("{").append(sep);

// Add text constant
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<weld.version>1.1.8.Final</weld.version>
<spring.version>3.2.4.RELEASE</spring.version>
<guice.version>3.0</guice.version>
<groovy.version>1.7.6</groovy.version>
<groovy.version>1.8.9</groovy.version>
<servlet.version>3.0.1</servlet.version>
<junit.version>4.10</junit.version>

Expand Down

0 comments on commit 9997c3f

Please sign in to comment.