Browse Source

Reset build identifiers for next development cycle

tags/v1.4.0
James Moger 9 years ago
parent
commit
988e9b26b7
3 changed files with 22 additions and 4 deletions
  1. 1
    1
      build.moxie
  2. 19
    1
      releases.moxie
  3. 2
    2
      src/main/java/com/iciql/Constants.java

+ 1
- 1
build.moxie View File

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


+ 19
- 1
releases.moxie View File

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

#
# 1.3.0 release
#
@@ -450,5 +468,5 @@ r1: {
# Release log data
#
release: &r21
snapshot: ~
snapshot: &r22
releases: &r[1..21]

+ 2
- 2
src/main/java/com/iciql/Constants.java View File

@@ -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.3.0";
public static final String VERSION = "1.3.1-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-10-22";
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…
Cancel
Save