diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-04 14:58:46 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-04 15:13:58 -0400 |
commit | 6f592f3573f5ce2b4fc34580d43a97b4514d2a91 (patch) | |
tree | abf919c326b04916d7bc3b8ad0952d300fe2320e | |
parent | 0eaa458fe2b85986a6fb4124b98f8c665d6c9392 (diff) | |
download | iciql-6f592f3573f5ce2b4fc34580d43a97b4514d2a91.tar.gz iciql-6f592f3573f5ce2b4fc34580d43a97b4514d2a91.zip |
Change groupId and version
-rw-r--r-- | build.moxie | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | 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 @@ -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: ~ |