Skip to content

Commit 24a0933

Browse files
committed
fix base version to 1.7.x
1 parent f31919c commit 24a0933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<project name="play! framework" default="jar" basedir="." xmlns:if="ant:if" xmlns:unless="ant:unless">
44

5-
<property name="baseversion" value="1.5.x" />
5+
<property name="baseversion" value="1.7.x" />
66

77
<path id="project.classpath">
88
<fileset dir=".">

0 commit comments

Comments
 (0)