[Jiemamy-notify:2350] commit [3353] 2009/06/ 06リリース作業。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 5月 6日 (水) 00:44:23 JST


Revision: 3353
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=3353
Author:   daisuke_m
Date:     2009-05-06 00:44:22 +0900 (Wed, 06 May 2009)

Log Message:
-----------
2009/06/06リリース作業。
 SNAPSHOT外し。

Modified Paths:
--------------
    artemis/trunk/jiemamy-artemis/pom.xml
    artemis/trunk/jiemamy-artemis-test/pom.xml
    artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/empDept.jer
    artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/multiPk.jer
    artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/polls.jer
    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
    eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml
    hestia/trunk/jiemamy-hestia/pom.xml
    hestia/trunk/jiemamy-hestia/pull.bat
    hestia/trunk/org.jiemamy.eclipse.core/.classpath
    hestia/trunk/org.jiemamy.eclipse.core/META-INF/MANIFEST.MF
    hestia/trunk/org.jiemamy.eclipse.core/pom.xml
    hestia/trunk/org.jiemamy.eclipse.dialect.mysql/.classpath
    hestia/trunk/org.jiemamy.eclipse.dialect.mysql/META-INF/MANIFEST.MF
    hestia/trunk/org.jiemamy.eclipse.dialect.mysql/build.properties
    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/.classpath
    hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/META-INF/MANIFEST.MF
    hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml
    hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath
    hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF
    hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties
    hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml
    hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml
    hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml
    hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml
    hestia/trunk/org.jiemamy.eclipse.ui/pom.xml
    leto/jiemamy-commons/trunk/pom.xml
    leto/jiemamy-entity-io/trunk/pom.xml
    leto/jiemamy-test-helper/trunk/pom.xml
    leto/jiemamy-test-helper/trunk/src/main/java/org/jiemamy/internal/test/ReflectionDialectProvider.java
    metis/documents/trunk/pom.xml
    metis/jiemamy-tutorial/trunk/pom.xml
    metis/jiemamy-tutorial/trunk/src/database/jiemamy.jer
    zeus/trunk/jiemamy-spec-core/pom.xml
    zeus/trunk/jiemamy-spec-core/src/main/java/org/jiemamy/Version.java
    zeus/trunk/jiemamy-spec-core/src/main/resources/sample.xml
    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-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-artemis/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -7,7 +7,7 @@
   <artifactId>jiemamy-artemis</artifactId>
   <packaging>pom</packaging>
   <name>Jiemamy Reference Implementation</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</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-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-artemis-test/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-artemis-test</artifactId>
   <name>Jiemamy Artemis Test</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description><![CDATA[JiemamyのArtemis全体をテストするテストコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-artemis-test</url>
   <inceptionYear>2007</inceptionYear>
@@ -64,38 +64,38 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-test-helper</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
     <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>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-postgresql</artifactId>
-      <version>${project.version}</version>
-    </dependency>
+      <version>0.2.0</version>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-oracle</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-mysql</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-dialect-sql99</artifactId>
-      <version>${project.version}</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/empDept.jer
===================================================================
--- artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/empDept.jer	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/empDept.jer	2009-05-05 15:44:22 UTC (rev 3353)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd" version="0.2-SNAPSHOT">
+<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd" version="0.2">
   <dialect>org.jiemamy.dialect.mysql.MySqlDialect</dialect>
   <schemaName>FOO</schemaName>
   <description>Jiemamyテストモデル1</description>

Modified: artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/multiPk.jer
===================================================================
--- artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/multiPk.jer	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/multiPk.jer	2009-05-05 15:44:22 UTC (rev 3353)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="1feff228-d805-4460-8c07-5be71dc2afa6" version="0.2-SNAPSHOT" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd">
+<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="1feff228-d805-4460-8c07-5be71dc2afa6" version="0.2" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd">
   <dialect>org.jiemamy.dialect.mysql.MySqlDialect</dialect>
   <domains/>
   <entities>

Modified: artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/polls.jer
===================================================================
--- artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/polls.jer	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-artemis-test/src/test/resources/datafiles/polls.jer	2009-05-05 15:44:22 UTC (rev 3353)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="782df6b3-b903-4838-9e03-7b0580fa0487" version="0.2-SNAPSHOT" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd">
+<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="782df6b3-b903-4838-9e03-7b0580fa0487" version="0.2" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd">
   <dialect>org.jiemamy.dialect.postgresql.PostgresqlDialect</dialect>
   <domains/>
   <entities>

Modified: artemis/trunk/jiemamy-core/pom.xml
===================================================================
--- artemis/trunk/jiemamy-core/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-core/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-core</artifactId>
   <name>Jiemamy Core</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description><![CDATA[Jiemamyのコア機能を提供するコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-core</url>
   <issueManagement>
@@ -84,7 +84,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-test-helper</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -152,12 +152,12 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-commons</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-spec-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: artemis/trunk/jiemamy-dialect-mysql/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-mysql/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-dialect-mysql/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</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-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description><![CDATA[MySQLに対するSQL方言コンポーネント。]]></description>
   <url>http://report.jiemamy.org/jiemamy-dialect-mysql</url>
   <issueManagement>
@@ -50,18 +50,18 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-test-helper</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-commons</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
     <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-oracle/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-oracle/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-dialect-oracle/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
@@ -50,18 +50,18 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-test-helper</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-commons</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
     <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-postgresql/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-postgresql/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-dialect-postgresql/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</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-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description><![CDATA[PostgreSQLに対するSQL方言コンポーネント。]]></description>
   <url>http://report.jiemamy.org/jiemamy-dialect-postgresql</url>
   <issueManagement>
@@ -56,13 +56,13 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-test-helper</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-commons</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>

Modified: artemis/trunk/jiemamy-dialect-sql99/pom.xml
===================================================================
--- artemis/trunk/jiemamy-dialect-sql99/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-dialect-sql99/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</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-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description><![CDATA[標準SQL99に対するSQL方言コンポーネント。]]></description>
   <url>http://report.jiemamy.org/jiemamy-dialect-sql99</url>
   <issueManagement>
@@ -50,13 +50,13 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-test-helper</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-commons</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>

Modified: artemis/trunk/jiemamy-view/pom.xml
===================================================================
--- artemis/trunk/jiemamy-view/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ artemis/trunk/jiemamy-view/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-view</artifactId>
   <name>Jiemamy View</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description><![CDATA[JiemamyのER図表現モデルの実装を提供するコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-view</url>
   <issueManagement>
@@ -50,18 +50,18 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-test-helper</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-spec-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-spec-view</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>

Modified: charon/jiemamy-html-exporter/trunk/pom.xml
===================================================================
--- charon/jiemamy-html-exporter/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ charon/jiemamy-html-exporter/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-artemis</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-artemis</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-spec-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: charon/jiemamy-jpa-exporter/trunk/pom.xml
===================================================================
--- charon/jiemamy-jpa-exporter/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ charon/jiemamy-jpa-exporter/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jiemamy</groupId>
 		<artifactId>jiemamy-artemis</artifactId>
-		<version>0.2.0-SNAPSHOT</version>
+		<version>0.2.0</version>
 		<relativePath>../jiemamy-artemis</relativePath>
 	</parent>
 	<groupId>org.jiemamy</groupId>
@@ -55,13 +55,13 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-test-helper</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>0.0.1</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-core</artifactId>
-			<version>0.2.0-SNAPSHOT</version>
+			<version>0.2.0</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
@@ -102,12 +102,12 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-commons</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>0.0.1</version>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-spec-core</artifactId>
-			<version>0.2-SNAPSHOT</version>
+			<version>0.2</version>
 		</dependency>
 	</dependencies>
 	<distributionManagement>

Modified: charon/jiemamy-jpa-importer/trunk/pom.xml
===================================================================
--- charon/jiemamy-jpa-importer/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ charon/jiemamy-jpa-importer/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.jiemamy</groupId>
 		<artifactId>jiemamy-artemis</artifactId>
-		<version>0.2.0-SNAPSHOT</version>
+		<version>0.2.0</version>
 		<relativePath>../jiemamy-artemis</relativePath>
 	</parent>
 	<groupId>org.jiemamy</groupId>
@@ -55,13 +55,13 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-test-helper</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>0.0.1</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-core</artifactId>
-			<version>0.2.0-SNAPSHOT</version>
+			<version>0.2.0</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
@@ -92,12 +92,12 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-commons</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>0.0.1</version>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-spec-core</artifactId>
-			<version>0.2-SNAPSHOT</version>
+			<version>0.2</version>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>

Modified: eros/maven-jiemamy-plugin/trunk/pom.xml
===================================================================
--- eros/maven-jiemamy-plugin/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ eros/maven-jiemamy-plugin/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -4,7 +4,7 @@
   <artifactId>maven-jiemamy-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Jiemamy Maven Plugin</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <url>https://sourceforge.jp/projects/jiemamy/</url>
   <inceptionYear>2007</inceptionYear>
   <mailingLists>
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-dialect-mysql</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml
===================================================================
--- eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ eros/maven-jiemamy-plugin/trunk/src/test/resources/sample.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd" version="0.2-SNAPSHOT">
+<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd" version="0.2">
   <dialect>org.jiemamy.dialect.mysql.MySqlDialect</dialect>
   <schemaName>FOO</schemaName>
   <description>Jiemamyテストモデル1</description>

Modified: hestia/trunk/jiemamy-hestia/pom.xml
===================================================================
--- hestia/trunk/jiemamy-hestia/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/jiemamy-hestia/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -7,7 +7,7 @@
   <artifactId>jiemamy-hestia</artifactId>
   <packaging>pom</packaging>
   <name>Jiemamy Eclipse Plugins</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description>Jiemamy Eclipse Plugins</description>
   <url>http://report.jiemamy.org/jiemamy-hestia</url>
   <issueManagement>

Modified: hestia/trunk/jiemamy-hestia/pull.bat
===================================================================
--- hestia/trunk/jiemamy-hestia/pull.bat	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/jiemamy-hestia/pull.bat	2009-05-05 15:44:22 UTC (rev 3353)
@@ -28,28 +28,28 @@
 )
 
 cd ..\jiemamy-commons\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-zeus\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-test-helper\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-artemis\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-entity-io\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-html-exporter\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-jpa-importer\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-jpa-exporter\
-call mvn install -Dmaven.test.skip=true
+call mvn clean install -Dmaven.test.skip=true
 
 cd ..\jiemamy-hestia\
 call mvn clean package -Dmaven.test.skip=true

Modified: hestia/trunk/org.jiemamy.eclipse.core/.classpath
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.core/.classpath	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.core/.classpath	2009-05-05 15:44:22 UTC (rev 3353)
@@ -17,11 +17,11 @@
 	<classpathentry exported="true" kind="lib" path="lib/factory-enhancer-0.1.0.jar" sourcepath="lib/sources/factory-enhancer-0.1.0-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/generic-tree-0.1.0.jar" sourcepath="lib/sources/generic-tree-0.1.0-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/javassist-3.8.0.GA.jar" sourcepath="lib/sources/javassist-3.8.0.GA-sources.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/jiemamy-commons-0.0.1-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-commons-0.0.1-SNAPSHOT-sources.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/jiemamy-core-0.2.0-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-core-0.2.0-SNAPSHOT-sources.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/jiemamy-spec-core-0.2-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-spec-core-0.2-SNAPSHOT-sources.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/jiemamy-spec-view-0.2-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-spec-view-0.2-SNAPSHOT-sources.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/jiemamy-view-0.2.0-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-view-0.2.0-SNAPSHOT-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/jiemamy-commons-0.0.1.jar" sourcepath="lib/sources/jiemamy-commons-0.0.1-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/jiemamy-core-0.2.0.jar" sourcepath="lib/sources/jiemamy-core-0.2.0-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/jiemamy-spec-core-0.2.jar" sourcepath="lib/sources/jiemamy-spec-core-0.2-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/jiemamy-spec-view-0.2.jar" sourcepath="lib/sources/jiemamy-spec-view-0.2-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/jiemamy-view-0.2.0.jar" sourcepath="lib/sources/jiemamy-view-0.2.0-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: hestia/trunk/org.jiemamy.eclipse.core/META-INF/MANIFEST.MF
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.core/META-INF/MANIFEST.MF	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.core/META-INF/MANIFEST.MF	2009-05-05 15:44:22 UTC (rev 3353)
@@ -14,17 +14,17 @@
  lib/generic-tree-0.1.0.jar,
  lib/javassist-3.8.0.GA.jar,
  lib/jcl-over-slf4j-1.5.6.jar,
- lib/jiemamy-core-0.2.0-SNAPSHOT.jar,
- lib/jiemamy-spec-core-0.2-SNAPSHOT.jar,
- lib/jiemamy-spec-view-0.2-SNAPSHOT.jar,
- lib/jiemamy-view-0.2.0-SNAPSHOT.jar,
+ lib/jiemamy-core-0.2.0.jar,
+ lib/jiemamy-spec-core-0.2.jar,
+ lib/jiemamy-spec-view-0.2.jar,
+ lib/jiemamy-view-0.2.0.jar,
  lib/logback-classic-0.9.15.jar,
  lib/logback-core-0.9.15.jar,
  lib/slf4j-api-1.5.6.jar,
  lib/eclipse-common-0.0.4.jar,
  lib/opencsv-1.8.jar,
  lib/commons-lang-2.4.jar,
- lib/jiemamy-commons-0.0.1-SNAPSHOT.jar
+ lib/jiemamy-commons-0.0.1.jar
 Export-Package: au.com.bytecode.opencsv,
  au.com.bytecode.opencsv.bean,
  ch.qos.logback.classic,

Modified: hestia/trunk/org.jiemamy.eclipse.core/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.core/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.core/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>org.jiemamy.eclipse.core</artifactId>
   <name>Jiemamy Eclipse Core Plugin</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description>Jiemamy Eclipse Core Plugin</description>
   <url>http://report.jiemamy.org/jiemamy-eclipse-core</url>
   <issueManagement>
@@ -121,17 +121,17 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-spec-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-spec-view</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>jiemamy-commons</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.mysql/.classpath
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.mysql/.classpath	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.mysql/.classpath	2009-05-05 15:44:22 UTC (rev 3353)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/jiemamy-dialect-mysql-0.2.0-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-dialect-mysql-0.2.0-SNAPSHOT-sources.jar"/>
+	<classpathentry kind="lib" path="lib/jiemamy-dialect-mysql-0.2.0.jar" sourcepath="lib/sources/jiemamy-dialect-mysql-0.2.0-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.mysql/META-INF/MANIFEST.MF
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.mysql/META-INF/MANIFEST.MF	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.mysql/META-INF/MANIFEST.MF	2009-05-05 15:44:22 UTC (rev 3353)
@@ -8,7 +8,7 @@
 Bundle-Localization: plugin
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .,
- lib/jiemamy-dialect-mysql-0.2.0-SNAPSHOT.jar
+ lib/jiemamy-dialect-mysql-0.2.0.jar
 Require-Bundle: org.eclipse.ui,
  org.jiemamy.eclipse.core,
  org.jiemamy.eclipse.ui

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.mysql/build.properties
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.mysql/build.properties	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.mysql/build.properties	2009-05-05 15:44:22 UTC (rev 3353)
@@ -5,7 +5,7 @@
                plugin.properties,\
                plugin_ja.properties,\
                LICENSE.txt,\
-               lib/jiemamy-dialect-mysql-0.2.0-SNAPSHOT.jar
+               lib/jiemamy-dialect-mysql-0.2.0.jar
 output..=target/classes/
 source..=src/main/java/,src/main/resources/,src/test/java/,src/test/resources/
 bin.excludes=lib/sources/

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.mysql/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>org.jiemamy.eclipse.dialect.mysql</artifactId>
   <name>Jiemamy Eclipse Dialect for MySQL</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description>Jiemamy Eclipse Dialect for MySQL</description>
   <url>http://report.jiemamy.org/jiemamy-eclipse-dialect-mysql</url>
   <issueManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.oracle/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/.classpath
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/.classpath	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/.classpath	2009-05-05 15:44:22 UTC (rev 3353)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/jiemamy-dialect-postgresql-0.2.0-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-dialect-postgresql-0.2.0-SNAPSHOT-sources.jar"/>
+	<classpathentry kind="lib" path="lib/jiemamy-dialect-postgresql-0.2.0.jar" sourcepath="lib/sources/jiemamy-dialect-postgresql-0.2.0-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/META-INF/MANIFEST.MF
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/META-INF/MANIFEST.MF	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/META-INF/MANIFEST.MF	2009-05-05 15:44:22 UTC (rev 3353)
@@ -8,7 +8,7 @@
 Bundle-Localization: plugin
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .,
- lib/jiemamy-dialect-postgresql-0.2.0-SNAPSHOT.jar
+ lib/jiemamy-dialect-postgresql-0.2.0.jar
 Require-Bundle: org.eclipse.ui,
  org.jiemamy.eclipse.core,
  org.jiemamy.eclipse.ui

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.postgresql/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>org.jiemamy.eclipse.dialect.postgresql</artifactId>
   <name>Jiemamy Eclipse Dialect for PostgreSQL</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description>Jiemamy Eclipse Dialect for PostgreSQL</description>
   <url>http://report.jiemamy.org/jiemamy-eclipse-dialect-postgresql</url>
   <issueManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/.classpath	2009-05-05 15:44:22 UTC (rev 3353)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/main/resources"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="lib" path="lib/jiemamy-dialect-sql99-0.2.0-SNAPSHOT.jar" sourcepath="lib/sources/jiemamy-dialect-sql99-0.2.0-SNAPSHOT-sources.jar"/>
+	<classpathentry kind="lib" path="lib/jiemamy-dialect-sql99-0.2.0.jar" sourcepath="lib/sources/jiemamy-dialect-sql99-0.2.0-sources.jar"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="output" path="target/classes"/>

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/META-INF/MANIFEST.MF	2009-05-05 15:44:22 UTC (rev 3353)
@@ -8,7 +8,7 @@
 Bundle-Localization: plugin
 Bundle-ActivationPolicy: lazy
 Bundle-ClassPath: .,
- lib/jiemamy-dialect-sql99-0.2.0-SNAPSHOT.jar
+ lib/jiemamy-dialect-sql99-0.2.0.jar
 Require-Bundle: org.jiemamy.eclipse.ui,
  org.jiemamy.eclipse.core,
  org.eclipse.ui

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/build.properties	2009-05-05 15:44:22 UTC (rev 3353)
@@ -5,7 +5,7 @@
                plugin.properties,\
                plugin_ja.properties,\
                LICENSE.txt,\
-               lib/jiemamy-dialect-sql99-0.2.0-SNAPSHOT.jar
+               lib/jiemamy-dialect-sql99-0.2.0.jar
 output..=target/classes/
 source..=src/main/java/,src/main/resources/,src/test/java/,src/test/resources/
 bin.excludes=lib/sources/

Modified: hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.dialect.sql99/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>org.jiemamy.eclipse.dialect.sql99</artifactId>
   <name>Jiemamy Eclipse Dialect for SQL99 Standard</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description>Jiemamy Eclipse Dialect for SQL99 Standard</description>
   <url>http://report.jiemamy.org/jiemamy-eclipse-dialect-sql99</url>
   <issueManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.exporter.html/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.jiemamy.eclipse.ui</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.exporter.jpa/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.jiemamy.eclipse.ui</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <distributionManagement>

Modified: hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml
===================================================================
--- hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.importer.jpa/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>org.jiemamy.eclipse.ui</artifactId>
-      <version>0.2.0-SNAPSHOT</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-04 14:41:09 UTC (rev 3352)
+++ hestia/trunk/org.jiemamy.eclipse.ui/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-hestia</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.0</version>
     <relativePath>../jiemamy-hestia</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>org.jiemamy.eclipse.ui</artifactId>
   <name>Jiemamy Eclipse Model Editor Plugin</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description>Jiemamy Eclipse Model Editor Plugin</description>
   <url>http://report.jiemamy.org/jiemamy-eclipse</url>
   <issueManagement>

Modified: leto/jiemamy-commons/trunk/pom.xml
===================================================================
--- leto/jiemamy-commons/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ leto/jiemamy-commons/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-commons</artifactId>
   <name>Jiemamy Commons</name>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1</version>
   <url>http://report.jiemamy.org/jiemamy-commons</url>
   <issueManagement>
     <system>JIRA</system>

Modified: leto/jiemamy-entity-io/trunk/pom.xml
===================================================================
--- leto/jiemamy-entity-io/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ leto/jiemamy-entity-io/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -168,7 +168,7 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-commons</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>0.0.1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.freemarker</groupId>
@@ -183,19 +183,19 @@
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-spec-core</artifactId>
-			<version>0.2-SNAPSHOT</version>
+			<version>0.2</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.jiemamy</groupId>
 			<artifactId>jiemamy-test-helper</artifactId>
-			<version>0.0.1-SNAPSHOT</version>
+			<version>0.0.1</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>${project.groupId}</groupId>
 			<artifactId>jiemamy-core</artifactId>
-			<version>0.2.0-SNAPSHOT</version>
+			<version>0.2.0</version>
 			<scope>test</scope>
 		</dependency>
 	</dependencies>

Modified: leto/jiemamy-test-helper/trunk/pom.xml
===================================================================
--- leto/jiemamy-test-helper/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ leto/jiemamy-test-helper/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-test-helper</artifactId>
   <name>Jiemamy Test Helper</name>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1</version>
   <url>http://report.jiemamy.org/jiemamy-test-helper</url>
   <issueManagement>
     <system>JIRA</system>
@@ -151,17 +151,17 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-spec-core</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-spec-view</artifactId>
-      <version>0.2-SNAPSHOT</version>
+      <version>0.2</version>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-commons</artifactId>
-      <version>0.0.1-SNAPSHOT</version>
+      <version>0.0.1</version>
     </dependency>
   </dependencies>
   <reporting>

Modified: leto/jiemamy-test-helper/trunk/src/main/java/org/jiemamy/internal/test/ReflectionDialectProvider.java
===================================================================
--- leto/jiemamy-test-helper/trunk/src/main/java/org/jiemamy/internal/test/ReflectionDialectProvider.java	2009-05-04 14:41:09 UTC (rev 3352)
+++ leto/jiemamy-test-helper/trunk/src/main/java/org/jiemamy/internal/test/ReflectionDialectProvider.java	2009-05-05 15:44:22 UTC (rev 3353)
@@ -29,6 +29,7 @@
 
 /**
  * 相対パスから強引にDialectを取得するための、テスト用インスタンス取得戦略クラス。
+ * 
  * @author daisuke
  */
 public class ReflectionDialectProvider extends Jiemamy.DefaultInstanceProvider<Dialect> {

Modified: metis/documents/trunk/pom.xml
===================================================================
--- metis/documents/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ metis/documents/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -3,7 +3,7 @@
   <groupId>org.jiemamy</groupId>
   <artifactId>documents</artifactId>
   <name>Jiemamy Documents</name>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.0</version>
   <description>Jiemamy Documents</description>
   <url>http://report.jiemamy.org/document</url>
   <inceptionYear>2009</inceptionYear>
@@ -112,12 +112,12 @@
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-view</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.jiemamy</groupId>
       <artifactId>jiemamy-dialect-mysql</artifactId>
-      <version>0.2.0-SNAPSHOT</version>
+      <version>0.2.0</version>
     </dependency>
   </dependencies>
   <reporting>

Modified: metis/jiemamy-tutorial/trunk/pom.xml
===================================================================
--- metis/jiemamy-tutorial/trunk/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ metis/jiemamy-tutorial/trunk/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -5,7 +5,7 @@
 	<artifactId>jiemamy-tutorial</artifactId>
 	<packaging>war</packaging>
 	<name>jiemamy-tutorial</name>
-	<version>0.2.0-SNAPSHOT</version>
+	<version>0.2.0</version>
 	<build>
 		<outputDirectory>src/main/webapp/WEB-INF/classes</outputDirectory>
 		<defaultGoal>validate</defaultGoal>
@@ -50,7 +50,7 @@
 					<dependency>
 						<groupId>org.jiemamy</groupId>
 						<artifactId>jiemamy-dialect-postgresql</artifactId>
-						<version>0.2.0-SNAPSHOT</version>
+						<version>0.2.0</version>
 					</dependency>
 					<dependency>
 						<groupId>postgresql</groupId>

Modified: metis/jiemamy-tutorial/trunk/src/database/jiemamy.jer
===================================================================
--- metis/jiemamy-tutorial/trunk/src/database/jiemamy.jer	2009-05-04 14:41:09 UTC (rev 3352)
+++ metis/jiemamy-tutorial/trunk/src/database/jiemamy.jer	2009-05-05 15:44:22 UTC (rev 3353)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="0018e785-8130-43bc-bf3e-0eec36230062" version="0.2-SNAPSHOT" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd">
+<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="0018e785-8130-43bc-bf3e-0eec36230062" version="0.2" xsi:schemaLocation="http://jiemamy.org/xml/ns/core ../../main/resources/jiemamy-core.xsd http://jiemamy.org/xml/ns/view ../../main/resources/jiemamy-view.xsd">
   <dialect>org.jiemamy.dialect.postgresql.PostgresqlDialect</dialect>
   <domains/>
   <entities>

Modified: zeus/trunk/jiemamy-spec-core/pom.xml
===================================================================
--- zeus/trunk/jiemamy-spec-core/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ zeus/trunk/jiemamy-spec-core/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-zeus</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../jiemamy-zeus</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-spec-core</artifactId>
   <name>Jiemamy Core Specifications</name>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</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-04 14:41:09 UTC (rev 3352)
+++ zeus/trunk/jiemamy-spec-core/src/main/java/org/jiemamy/Version.java	2009-05-05 15:44:22 UTC (rev 3353)
@@ -33,7 +33,7 @@
 	int MINOR = 2;
 	
 	/** 仕様がスナップショット版であるかどうか */
-	boolean SNAPSHOT = true; // FIXME リリース版ではfalseに
+	boolean SNAPSHOT = false;
 	
 	/** 仕様バージョンの文字列表記 */
 	String SPEC = MAJOR + "." + MINOR + (SNAPSHOT ? "-SNAPSHOT" : "");

Modified: zeus/trunk/jiemamy-spec-core/src/main/resources/sample.xml
===================================================================
--- zeus/trunk/jiemamy-spec-core/src/main/resources/sample.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ zeus/trunk/jiemamy-spec-core/src/main/resources/sample.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core http://jiemamy.org/xml/0.2.0/jiemamy-core.xsd http://jiemamy.org/xml/ns/view http://jiemamy.org/xml/0.2.0/jiemamy-view.xsd" version="0.2-SNAPSHOT">
+<jiemamy xmlns="http://jiemamy.org/xml/ns/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="d5a96af3-b1e9-4285-a8ef-c491ce5ae308" xsi:schemaLocation="http://jiemamy.org/xml/ns/core http://jiemamy.org/xml/0.2.0/jiemamy-core.xsd http://jiemamy.org/xml/ns/view http://jiemamy.org/xml/0.2.0/jiemamy-view.xsd" version="0.2">
   <dialect>org.jiemamy.dialect.mysql.MySqlDialect</dialect>
   <schemaName>FOO</schemaName>
   <description>Jiemamyテストモデル1</description>

Modified: zeus/trunk/jiemamy-spec-diff/pom.xml
===================================================================
--- zeus/trunk/jiemamy-spec-diff/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ zeus/trunk/jiemamy-spec-diff/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-zeus</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../jiemamy-zeus</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
@@ -34,7 +34,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-spec-view/pom.xml
===================================================================
--- zeus/trunk/jiemamy-spec-view/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ zeus/trunk/jiemamy-spec-view/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.jiemamy</groupId>
     <artifactId>jiemamy-zeus</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../jiemamy-zeus</relativePath>
   </parent>
   <groupId>org.jiemamy</groupId>
   <artifactId>jiemamy-spec-view</artifactId>
   <name>Jiemamy View Specifications</name>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <description><![CDATA[JiemamyのER図表現モデル仕様を提供するコンポーネント]]></description>
   <url>http://report.jiemamy.org/jiemamy-spec-view</url>
   <inceptionYear>2007</inceptionYear>

Modified: zeus/trunk/jiemamy-zeus/pom.xml
===================================================================
--- zeus/trunk/jiemamy-zeus/pom.xml	2009-05-04 14:41:09 UTC (rev 3352)
+++ zeus/trunk/jiemamy-zeus/pom.xml	2009-05-05 15:44:22 UTC (rev 3353)
@@ -7,7 +7,7 @@
   <artifactId>jiemamy-zeus</artifactId>
   <packaging>pom</packaging>
   <name>Jiemamy Specifications</name>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <description>Jiemamy Specifications</description>
   <url>http://report.jiemamy.org/jiemamy-zeus</url>
   <issueManagement>



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