Skip to content

Commit

Permalink
release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jflute committed Jan 1, 2018
1 parent 877a0b5 commit 6516f31
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dbflute-engine/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<!-- Version -->
<property name="version" value="1.1.6" />
<property name="build.version" value="${version}-RC8" />
<property name="build.version" value="${version}" />
<property name="runtime.version" value="1.1.6" />
<property name="runtime.build.version" value="${runtime.version}-RC8" />
<property name="runtime.build.version" value="${runtime.version}" />
<property name="example.latest.version" value="1.x" />

<!-- Base Directories -->
Expand Down
Binary file modified dbflute-engine/embedded/lib/dbflute-runtime.jar
Binary file not shown.
Binary file modified dbflute-engine/lib/dbflute-runtime.jar
Binary file not shown.
Binary file modified dbflute-engine/lib/sources/dbflute-runtime-sources.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion dbflute-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dbflute</groupId>
<artifactId>dbflute-runtime</artifactId>
<version>1.1.6-RC8</version>
<version>1.1.6</version>
<packaging>jar</packaging>

<name>DBFlute Runtime</name>
Expand Down

0 comments on commit 6516f31

Please sign in to comment.