[Jiemamy-notify:2385] commit [3388] 各コンポーネントの次期バージョン開発開始。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 5月 8日 (金) 09:13:48 JST


Revision: 3388
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3388
Author:   daisuke_m
Date:     2009-05-08 09:13:48 +0900 (Fri, 08 May 2009)

Log Message:
-----------
各コンポーネントの次期バージョン開発開始。

Modified Paths:
--------------
    artemis/trunk/jiemamy-artemis/pom.xml
    artemis/trunk/jiemamy-artemis-test/pom.xml
    artemis/trunk/jiemamy-core/pom.xml
    artemis/trunk/jiemamy-dialect-mysql/pom.xml
    artemis/trunk/jiemamy-dialect-oracle/pom.xml
    artemis/trunk/jiemamy-dialect-postgresql/pom.xml
    artemis/trunk/jiemamy-dialect-sql99/pom.xml
    artemis/trunk/jiemamy-view/pom.xml
    charon/jiemamy-html-exporter/trunk/pom.xml
    charon/jiemamy-jpa-exporter/trunk/pom.xml
    charon/jiemamy-jpa-importer/trunk/pom.xml
    eros/maven-jiemamy-plugin/trunk/pom.xml
    hestia/trunk/org.jiemamy.eclipse.core/pom.xml
    hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml
    hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml
    hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml
    hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml
    hestia/trunk/org.jiemamy.eclipse.ui/pom.xml
    leto/jiemamy-commons/trunk/pom.xml
    leto/jiemamy-test-helper/trunk/pom.xml
    zeus/trunk/jiemamy-spec-core/pom.xml
    zeus/trunk/jiemamy-spec-core/src/main/java/org/jiemamy/Version.java
    zeus/trunk/jiemamy-spec-diff/pom.xml
    zeus/trunk/jiemamy-spec-view/pom.xml
    zeus/trunk/jiemamy-zeus/pom.xml


-------------- next part --------------
Modified: artemis/trunk/jiemamy-artemis/pom.xml
===================================================================
--- artemis/trunk/jiemamy-artemis/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-artemis/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -7,7 +7,7 @@
   <artifactId>jiemamy-artemis</artifactId>
   <packaging>pom</packaging>
   <name>Jiemamy Reference Implementation</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <description>Jiemamy Reference Implementation</description>
   <url>http://report.jiemamy.org/jiemamy-artemis</url>
   <ciManagement>

Modified: artemis/trunk/jiemamy-artemis-test/pom.xml
===================================================================
--- artemis/trunk/jiemamy-artemis-test/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-artemis-test/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-artemis-test</artifactId>
   <name>Jiemamy Artemis Test</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <description><![CDATA[JiemamyのArtemis全体をテストするテストコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-artemis-test</url>
   <inceptionYear>2007</inceptionYear>
@@ -70,17 +70,17 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-core</artifactId>
-      <version>0.2.0</version>
+      <version>0.2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-view</artifactId>
-      <version>0.2.0</version>
+      <version>0.2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-postgresql</artifactId>
-      <version>0.2.0</version>
+      <version>0.2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -90,12 +90,12 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-mysql</artifactId>
-      <version>0.2.0</version>
+      <version>0.2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-sql99</artifactId>
-      <version>0.2.0</version>
+      <version>0.2.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: artemis/trunk/jiemamy-core/pom.xml
===================================================================
--- artemis/trunk/jiemamy-core/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-core/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-core</artifactId>
   <name>Jiemamy Core</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <description><![CDATA[Jiemamyのコア機能を提供するコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-core</url>
   <issueManagement>

Modified: artemis/trunk/jiemamy-dialect-mysql/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-mysql/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-dialect-mysql/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-dialect-mysql</artifactId>
   <name>Jiemamy Dialect for MySQL</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <description><![CDATA[MySQLに対するSQL方言コンポーネント。]]></description>
   <url>http://report.jiemamy.org/jiemamy-dialect-mysql</url>
   <issueManagement>

Modified: artemis/trunk/jiemamy-dialect-oracle/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-oracle/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-dialect-oracle/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>

Modified: artemis/trunk/jiemamy-dialect-postgresql/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-postgresql/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-dialect-postgresql/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-dialect-postgresql</artifactId>
   <name>Jiemamy Dialect for PostgreSQL</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <description><![CDATA[PostgreSQLに対するSQL方言コンポーネント。]]></description>
   <url>http://report.jiemamy.org/jiemamy-dialect-postgresql</url>
   <issueManagement>
@@ -67,7 +67,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-core</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: artemis/trunk/jiemamy-dialect-sql99/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-sql99/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-dialect-sql99/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-dialect-sql99</artifactId>
   <name>Jiemamy Dialect for SQL99 Standard</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <description><![CDATA[標準SQL99に対するSQL方言コンポーネント。]]></description>
   <url>http://report.jiemamy.org/jiemamy-dialect-sql99</url>
   <issueManagement>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-core</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: artemis/trunk/jiemamy-view/pom.xml
===================================================================
--- artemis/trunk/jiemamy-view/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ artemis/trunk/jiemamy-view/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-view</artifactId>
   <name>Jiemamy View</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <description><![CDATA[JiemamyのER図表現モデルの実装を提供するコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-view</url>
   <issueManagement>
@@ -71,7 +71,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-core</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: charon/jiemamy-html-exporter/trunk/pom.xml
===================================================================
--- charon/jiemamy-html-exporter/trunk/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ charon/jiemamy-html-exporter/trunk/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>

Modified: charon/jiemamy-jpa-exporter/trunk/pom.xml
===================================================================
--- charon/jiemamy-jpa-exporter/trunk/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ charon/jiemamy-jpa-exporter/trunk/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jiemamy</groupId>
 		<artifactId>jiemamy-artemis</artifactId>
-		<version>0.2.0</version>
+		<version>0.2.1-SNAPSHOT</version>
 		<relativePath>../jiemamy-artemis</relativePath>
 	</parent>
 	<groupId>org.jiemamy</groupId>

Modified: charon/jiemamy-jpa-importer/trunk/pom.xml
===================================================================
--- charon/jiemamy-jpa-importer/trunk/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ charon/jiemamy-jpa-importer/trunk/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jiemamy</groupId>
 		<artifactId>jiemamy-artemis</artifactId>
-		<version>0.2.0</version>
+		<version>0.2.1-SNAPSHOT</version>
 		<relativePath>../jiemamy-artemis</relativePath>
 	</parent>
 	<groupId>org.jiemamy</groupId>

Modified: eros/maven-jiemamy-plugin/trunk/pom.xml
===================================================================
--- eros/maven-jiemamy-plugin/trunk/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ eros/maven-jiemamy-plugin/trunk/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -4,7 +4,7 @@
   <artifactId>maven-jiemamy-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Jiemamy Maven Plugin</name>
-  <version>0.2.0</version>
+  <version>0.2.1-SNAPSHOT</version>
   <url>https://sourceforge.jp/projects/jiemamy/</url>
   <inceptionYear>2007</inceptionYear>
   <mailingLists>
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-core</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>

Modified: hestia/trunk/org.jiemamy.eclipse.core/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.core/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ hestia/trunk/org.jiemamy.eclipse.core/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -136,12 +136,12 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-core</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-view</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -108,12 +108,12 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.jiemamy.eclipse.ui</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-mysql</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-oracle</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-postgresql</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-sql99</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.ui/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.ui/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ hestia/trunk/org.jiemamy.eclipse.ui/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>org.jiemamy.eclipse.core</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
 
 <!-- 

Modified: leto/jiemamy-commons/trunk/pom.xml
===================================================================
--- leto/jiemamy-commons/trunk/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ leto/jiemamy-commons/trunk/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,7 +6,7 @@
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-commons</artifactId>
   <name>Jiemamy Commons</name>
-  <version>0.0.1</version>
+  <version>0.0.2-SNAPSHOT</version>
   <url>http://report.jiemamy.org/jiemamy-commons</url>
   <issueManagement>
     <system>JIRA</system>

Modified: leto/jiemamy-test-helper/trunk/pom.xml
===================================================================
--- leto/jiemamy-test-helper/trunk/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ leto/jiemamy-test-helper/trunk/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,7 +6,7 @@
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-test-helper</artifactId>
   <name>Jiemamy Test Helper</name>
-  <version>0.0.1</version>
+  <version>0.3.0-SNAPSHOT</version>
   <url>http://report.jiemamy.org/jiemamy-test-helper</url>
   <issueManagement>
     <system>JIRA</system>
@@ -151,12 +151,12 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-spec-core</artifactId>
-      <version>0.2</version>
+      <version>0.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-spec-view</artifactId>
-      <version>0.2</version>
+      <version>0.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>

Modified: zeus/trunk/jiemamy-spec-core/pom.xml
===================================================================
--- zeus/trunk/jiemamy-spec-core/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ zeus/trunk/jiemamy-spec-core/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-zeus</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../jiemamy-zeus</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-spec-core</artifactId>
   <name>Jiemamy Core Specifications</name>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <description><![CDATA[Jiemamyのコア仕様を提供するコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-spec-core</url>
   <inceptionYear>2007</inceptionYear>

Modified: zeus/trunk/jiemamy-spec-core/src/main/java/org/jiemamy/Version.java
===================================================================
--- zeus/trunk/jiemamy-spec-core/src/main/java/org/jiemamy/Version.java	2009-05-06 14:29:51 UTC (rev 3387)
+++ zeus/trunk/jiemamy-spec-core/src/main/java/org/jiemamy/Version.java	2009-05-08 00:13:48 UTC (rev 3388)
@@ -30,10 +30,10 @@
 	int MAJOR = 0;
 	
 	/** 仕様のマイナーバージョン番号 */
-	int MINOR = 2;
+	int MINOR = 3;
 	
 	/** 仕様がスナップショット版であるかどうか */
-	boolean SNAPSHOT = false;
+	boolean SNAPSHOT = true;
 	
 	/** 仕様バージョンの文字列表記 */
 	String SPEC = MAJOR + "." + MINOR + (SNAPSHOT ? "-SNAPSHOT" : "");

Modified: zeus/trunk/jiemamy-spec-diff/pom.xml
===================================================================
--- zeus/trunk/jiemamy-spec-diff/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ zeus/trunk/jiemamy-spec-diff/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-zeus</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../jiemamy-zeus</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>

Modified: zeus/trunk/jiemamy-spec-view/pom.xml
===================================================================
--- zeus/trunk/jiemamy-spec-view/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ zeus/trunk/jiemamy-spec-view/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-zeus</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../jiemamy-zeus</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-spec-view</artifactId>
   <name>Jiemamy View Specifications</name>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <description><![CDATA[JiemamyのER図表現モデル仕様を提供するコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-spec-view</url>
   <inceptionYear>2007</inceptionYear>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-spec-core</artifactId>
-      <version>${project.version}</version>
+      <version>0.2</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: zeus/trunk/jiemamy-zeus/pom.xml
===================================================================
--- zeus/trunk/jiemamy-zeus/pom.xml	2009-05-06 14:29:51 UTC (rev 3387)
+++ zeus/trunk/jiemamy-zeus/pom.xml	2009-05-08 00:13:48 UTC (rev 3388)
@@ -7,7 +7,7 @@
   <artifactId>jiemamy-zeus</artifactId>
   <packaging>pom</packaging>
   <name>Jiemamy Specifications</name>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <description>Jiemamy Specifications</description>
   <url>http://report.jiemamy.org/jiemamy-zeus</url>
   <issueManagement>



Jiemamy-notify メーリングリストの案内
Back to archive index