OSDN Git Service

3.208.2版リリース準備 release-3.208.2
authorOlyutorskii <olyutorskii@users.osdn.me>
Wed, 20 Jun 2012 13:43:03 +0000 (22:43 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Wed, 20 Jun 2012 13:43:03 +0000 (22:43 +0900)
CHANGELOG.txt
pom.xml

index 744c33f..62aebd0 100644 (file)
@@ -4,6 +4,9 @@
 Jindolf 変更履歴
 
 
+3.208.2 (2012-06-20)
+    ・G国初心者対策に伴いJinParser 1.408.2版に対処。
+
 3.207.2 (2012-03-13)
     ・起動クラスの変更。(jp.sfjp.jindolf.Jindolf)
     ・パッケージ構成の整理。
diff --git a/pom.xml b/pom.xml
index 383d23d..473f877 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <groupId>jp.sourceforge.jindolf</groupId>
     <artifactId>jindolf</artifactId>
 
-    <version>3.207.3-SNAPSHOT</version>
+    <version>3.208.2</version>
 
     <packaging>jar</packaging>
     <name>Jindolf</name>
         <dependency>
             <groupId>jp.sourceforge.jindolf</groupId>
             <artifactId>jinparser</artifactId>
-            <version>1.407.4</version>
+            <version>1.408.2</version>
             <scope>compile</scope>
         </dependency>
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
-                <version>1.0.1</version>
+                <version>1.1</version>
                 <configuration>
                     <rules>
                         <requireMavenVersion>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clean-plugin</artifactId>
-                <version>2.4.1</version>
+                <version>2.5</version>
                 <configuration>
                     <filesets>
                         <fileset>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.2</version>
+                <version>2.5.1</version>
                 <configuration>
                     <source>1.5</source>  <!-- for NetBeans IDE -->
                     <target>1.5</target>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.5</version>
+                <version>1.7</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.0</version>
+                <version>3.1</version>
                 <configuration>
                     <generateReports>true</generateReports>
                     <locales>ja</locales>
                     <notimestamp>true</notimestamp>
                     <quiet>true</quiet>
                     <show>protected</show>
-                    <stylesheet>maven</stylesheet>
                 </configuration>
                 <reportSets>
                     <reportSet>