瀏覽代碼

Reset build identifiers for next development cycle

tags/v1.6.0
James Moger 9 年之前
父節點
當前提交
1245e4db2d
共有 3 個檔案被更改,包括 22 行新增4 行删除
  1. 1
    1
      build.moxie
  2. 19
    1
      releases.moxie
  3. 2
    2
      src/main/java/com/iciql/Constants.java

+ 1
- 1
build.moxie 查看文件

@@ -10,7 +10,7 @@ name: Iciql
description: 'a model-based database access wrapper for JDBC'
groupId: com.iciql
artifactId: iciql
version: 1.5.0
version: 1.6.0-SNAPSHOT
packaging: jar+zip
inceptionYear: 2011


+ 19
- 1
releases.moxie 查看文件

@@ -1,3 +1,21 @@
#
# ${project.version} release
#
r24: {
title: ${project.name} ${project.version} released
id: ${project.version}
date: ${project.buildDate}
note: ~
html: ~
text: ~
security: ~
fixes: ~
changes: ~
additions: ~
dependencyChanges: ~
contributors: ~
}

#
# 1.5.0 release
#
@@ -501,5 +519,5 @@ r1: {
# Release log data
#
release: &r23
snapshot: ~
snapshot: &r24
releases: &r[1..23]

+ 2
- 2
src/main/java/com/iciql/Constants.java 查看文件

@@ -25,11 +25,11 @@ public class Constants {
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
public static final String VERSION = "1.5.0";
public static final String VERSION = "1.6.0-SNAPSHOT";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
public static final String VERSION_DATE = "2014-11-10";
public static final String VERSION_DATE = "PENDING";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.

Loading…
取消
儲存