Skip to content

Commit

Permalink
Upgrades freemarker to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalaman committed Jul 17, 2012
1 parent a60bc4a commit 7b1a0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/freemarker-decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</dependency>

<dependency>
<groupId>freemarker</groupId>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<jgroups.version>2.10.0.GA</jgroups.version>
<postgresql-jdbc.version>9.0-801.jdbc4</postgresql-jdbc.version>
<mysql.connector.version>5.1.17</mysql.connector.version>
<freemarker.version>2.3.8</freemarker.version>
<freemarker.version>[2.3.19,2.4)</freemarker.version>
</properties>

<issueManagement>
Expand Down

0 comments on commit 7b1a0ee

Please sign in to comment.