diff options
-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: ~ |