aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-04 14:58:46 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-04 15:13:58 -0400
commit6f592f3573f5ce2b4fc34580d43a97b4514d2a91 (patch)
treeabf919c326b04916d7bc3b8ad0952d300fe2320e
parent0eaa458fe2b85986a6fb4124b98f8c665d6c9392 (diff)
downloadiciql-6f592f3573f5ce2b4fc34580d43a97b4514d2a91.tar.gz
iciql-6f592f3573f5ce2b4fc34580d43a97b4514d2a91.zip
Change groupId and version
-rw-r--r--build.moxie4
-rw-r--r--pom.xml4
-rw-r--r--releases.moxie2
3 files changed, 5 insertions, 5 deletions
diff --git a/build.moxie b/build.moxie
index 7357aac..0a17af0 100644
--- a/build.moxie
+++ b/build.moxie
@@ -8,9 +8,9 @@ requires: 0.9.2
# Project Metadata
name: Iciql
description: 'a model-based database access wrapper for JDBC'
-groupId: com.iciql
+groupId: com.gitblit.iciql
artifactId: iciql
-version: 1.7.0-SNAPSHOT
+version: 2.0.0-SNAPSHOT
packaging: jar+zip
inceptionYear: 2011
diff --git a/pom.xml b/pom.xml
index afb82bd..19d681e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>com.iciql</groupId>
+ <groupId>com.gitblit.iciql</groupId>
<artifactId>iciql</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<name>Iciql</name>
<description>a model-based database access wrapper for JDBC</description>
<url>http://iciql.com</url>
diff --git a/releases.moxie b/releases.moxie
index 538540d..df08871 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -5,7 +5,7 @@ r30: {
title: ${project.name} ${project.version} released
id: ${project.version}
date: ${project.buildDate}
- note: ~
+ note: 'The groupId has changed to com.gitblit.iciql'
html: ~
text: ~
security: ~