]> source.dussan.org Git - iciql.git/commitdiff
Reset build identifiers for next development cycle
authorJames Moger <james.moger@gitblit.com>
Thu, 23 Oct 2014 02:39:43 +0000 (22:39 -0400)
committerJames Moger <james.moger@gitblit.com>
Thu, 23 Oct 2014 02:41:28 +0000 (22:41 -0400)
build.moxie
releases.moxie
src/main/java/com/iciql/Constants.java

index 61f6dd5613cc42140a363792360f562f24320db0..2656e5d1c342d0b3251ee3c0d98ea3ef50fcf0b3 100644 (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
 
index 426b9b4030e0e2338f9dbef89a5860843431ccd9..c0e2c5093763def150d8c9929f61ceb8da8b3071 100644 (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]
index 108ec57b22fa35f853111baa61c03c2b9a9fc1b0..82b6d790d4d3ba860c306d89fb6d909b606d5a17 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.3.0";\r
+       public static final String VERSION = "1.3.1-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-10-22";\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