]> source.dussan.org Git - iciql.git/commitdiff
Reset build identifiers for next development cycle
authorJames Moger <james.moger@gitblit.com>
Wed, 5 Nov 2014 13:56:01 +0000 (08:56 -0500)
committerJames Moger <james.moger@gitblit.com>
Wed, 5 Nov 2014 13:56:38 +0000 (08:56 -0500)
build.moxie
releases.moxie
src/main/java/com/iciql/Constants.java

index a3189493b781e815c5177a94a474d69cc18383e0..03acef4f184e8e3fa875a392ce1b4323116a26c4 100644 (file)
@@ -10,7 +10,7 @@ name: Iciql
 description: 'a model-based database access wrapper for JDBC'
 groupId: com.iciql
 artifactId: iciql
-version: 1.4.0
+version: 1.5.0-SNAPSHOT
 packaging: jar+zip
 inceptionYear: 2011
 
index a3c5f2e949b82190c316d2db668366f34e32044a..9cdb65b1bc6aed0e054e7c6c773a4f34391b3337 100644 (file)
@@ -1,3 +1,21 @@
+#
+# ${project.version} release
+#
+r23: {
+    title: ${project.name} ${project.version} released
+    id: ${project.version}
+    date: ${project.buildDate}
+    note: ~
+    html: ~
+    text: ~
+    security: ~
+    fixes: ~
+    changes: ~
+    additions: ~
+    dependencyChanges: ~
+    contributors: ~
+}
+
 #
 # 1.4.0 release
 #
@@ -476,5 +494,5 @@ r1: {
 # Release log data
 #
 release: &r22
-snapshot: ~
+snapshot: &r23
 releases: &r[1..22]
index 325e8986f1fd0b85904b234709fb91883ef06d4a..0e3fc3b285f8e571da46ed60da7d3723b0cf1dbc 100644 (file)
@@ -25,11 +25,11 @@ public class Constants {
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION = "1.4.0";\r
+       public static final String VERSION = "1.5.0-SNAPSHOT";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r
-       public static final String VERSION_DATE = "2014-11-05";\r
+       public static final String VERSION_DATE = "PENDING";\r
 \r
        // The build script extracts this exact line so be careful editing it\r
        // and only use A-Z a-z 0-9 .-_ in the string.\r