Skip to content

Commit

Permalink
Use velocity to set version number in site page
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 1, 2015
1 parent 12d4e70 commit 311d8ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<p>
To use the MyBatis-Spring module, you just need to include the
<code>
mybatis-spring-x.x.x.jar
mybatis-spring-${project.version}.jar
</code>
file and its dependencies in the classpath.
</p>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>x.x.x</version>
<version>${project.version}</version>
</dependency>]]></source>
</subsection>

Expand Down

0 comments on commit 311d8ae

Please sign in to comment.