From 6f592f3573f5ce2b4fc34580d43a97b4514d2a91 Mon Sep 17 00:00:00 2001 From: James Moger Date: Mon, 4 Apr 2016 14:58:46 -0400 Subject: [PATCH] Change groupId and version --- build.moxie | 4 ++-- pom.xml | 4 ++-- releases.moxie | 2 +- 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 @@ 4.0.0 - com.iciql + com.gitblit.iciql iciql - 1.7.0-SNAPSHOT + 2.0.0-SNAPSHOT Iciql a model-based database access wrapper for JDBC http://iciql.com 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: ~ -- 2.39.5