ソースを参照

Change groupId and version

tags/release-2.0.0
James Moger 8年前
コミット
6f592f3573
3個のファイルの変更5行の追加5行の削除
  1. 2
    2
      build.moxie
  2. 2
    2
      pom.xml
  3. 1
    1
      releases.moxie

+ 2
- 2
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


+ 2
- 2
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>

+ 1
- 1
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: ~

読み込み中…
キャンセル
保存