Browse Source

Change groupId and version

tags/release-2.0.0
James Moger 8 years ago
parent
commit
6f592f3573
3 changed files with 5 additions and 5 deletions
  1. 2
    2
      build.moxie
  2. 2
    2
      pom.xml
  3. 1
    1
      releases.moxie

+ 2
- 2
build.moxie View File

# Project Metadata # Project Metadata
name: Iciql name: Iciql
description: 'a model-based database access wrapper for JDBC' description: 'a model-based database access wrapper for JDBC'
groupId: com.iciql
groupId: com.gitblit.iciql
artifactId: iciql artifactId: iciql
version: 1.7.0-SNAPSHOT
version: 2.0.0-SNAPSHOT
packaging: jar+zip packaging: jar+zip
inceptionYear: 2011 inceptionYear: 2011



+ 2
- 2
pom.xml View File



<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


<groupId>com.iciql</groupId>
<groupId>com.gitblit.iciql</groupId>
<artifactId>iciql</artifactId> <artifactId>iciql</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>Iciql</name> <name>Iciql</name>
<description>a model-based database access wrapper for JDBC</description> <description>a model-based database access wrapper for JDBC</description>
<url>http://iciql.com</url> <url>http://iciql.com</url>

+ 1
- 1
releases.moxie View File

title: ${project.name} ${project.version} released title: ${project.name} ${project.version} released
id: ${project.version} id: ${project.version}
date: ${project.buildDate} date: ${project.buildDate}
note: ~
note: 'The groupId has changed to com.gitblit.iciql'
html: ~ html: ~
text: ~ text: ~
security: ~ security: ~

Loading…
Cancel
Save