Skip to content

Commit

Permalink
increment version number. (#417)
Browse files Browse the repository at this point in the history
increment version number
  • Loading branch information
igapyon authored May 5, 2021
1 parent 23ae784 commit fbcc252
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy2demosite.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OIYOKAN_VERSION=1.12.20210504c-SNAPSHOT
OIYOKAN_VERSION=1.12.20210505a-SNAPSHOT
export OIYOKAN_VERSION

mvn clean install
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.igapyon.oiyokan</groupId>
<artifactId>oiyokan</artifactId>
<version>1.12.20210504c-SNAPSHOT</version>
<version>1.12.20210505a-SNAPSHOT</version>
<name>oiyokan</name>
<description>Oiyokan is a simple OData v4 Server. (based on Apache
Olingo / Spring Boot / h2 database)</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jp/oiyokan/OiyokanConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class OiyokanConstants {
/**
* Oiyokan のバージョン番号
*/
public static final String VERSION = "1.12.20210504c";
public static final String VERSION = "1.12.20210505a";

/**
* 暗号化で利用するパスフレーズ。環境変数 OIYOKAN_PASSPHRASE で上書き動作。
Expand Down

0 comments on commit fbcc252

Please sign in to comment.