Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jflute committed Apr 30, 2019
1 parent 9a6e9a7 commit a416e8b
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.2.0" />
<property name="build.version" value="${version}-RC3-B-SNAPSHOT" />
<property name="build.version" value="${version}" />
<property name="runtime.version" value="1.2.0" />
<property name="runtime.build.version" value="${runtime.version}-RC3-B-SNAPSHOT" />
<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.2.0-RC3</version>
<version>1.2.0</version>
<packaging>jar</packaging>

<name>DBFlute Runtime</name>
Expand Down

0 comments on commit a416e8b

Please sign in to comment.