• R/O
  • HTTP
  • SSH
  • HTTPS

JinCore: Commit

JinCoreライブラリは、Jindolf プロジェクトのコア共通部分を構成するJavaパッケージです。


Commit MetaInfo

Revisiond85c003c9f878634de4e7f65dd8e961e0f03342c (tree)
Time2012-06-20 20:43:40
AuthorOlyutorskii <olyutorskii@user...>
CommiterOlyutorskii

Log Message

1.206.6版リリース準備

Change Summary

Incremental Difference

--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -4,7 +4,7 @@
44 JinCore 変更履歴
55
66
7-1.206.5-SNAPSHOT (201X-XX-XX)
7+1.206.6 (2012-06-20)
88 ・Maven3対応。
99 ・ninjin氏の連絡先を http://ninjinix.com へ変更。
1010
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
1616 <groupId>jp.sourceforge.jindolf</groupId>
1717 <artifactId>jincore</artifactId>
1818
19- <version>1.206.5-SNAPSHOT</version>
19+ <version>1.206.6</version>
2020
2121 <packaging>jar</packaging>
2222 <name>JinCore</name>
@@ -121,7 +121,7 @@
121121 <plugin>
122122 <groupId>org.apache.maven.plugins</groupId>
123123 <artifactId>maven-enforcer-plugin</artifactId>
124- <version>1.0.1</version>
124+ <version>1.1</version>
125125 <configuration>
126126 <rules>
127127 <requireMavenVersion>
@@ -137,7 +137,7 @@
137137 <plugin>
138138 <groupId>org.apache.maven.plugins</groupId>
139139 <artifactId>maven-clean-plugin</artifactId>
140- <version>2.4.1</version>
140+ <version>2.5</version>
141141 <configuration>
142142 <filesets>
143143 <fileset>
@@ -159,7 +159,7 @@
159159 <plugin>
160160 <groupId>org.apache.maven.plugins</groupId>
161161 <artifactId>maven-compiler-plugin</artifactId>
162- <version>2.3.2</version>
162+ <version>2.5.1</version>
163163 <configuration>
164164 <source>1.5</source> <!-- for NetBeans IDE -->
165165 <target>1.5</target>
@@ -174,7 +174,7 @@
174174 <plugin>
175175 <groupId>org.apache.maven.plugins</groupId>
176176 <artifactId>maven-jar-plugin</artifactId>
177- <version>2.3.2</version>
177+ <version>2.4</version>
178178 <configuration>
179179 <archive>
180180 <manifestEntries>
@@ -187,7 +187,7 @@
187187 <plugin>
188188 <groupId>org.apache.maven.plugins</groupId>
189189 <artifactId>maven-assembly-plugin</artifactId>
190- <version>2.2.1</version>
190+ <version>2.3</version>
191191 <configuration>
192192 <descriptors>
193193 <descriptor>src/main/assembly/descriptor.xml</descriptor>
@@ -227,7 +227,7 @@
227227 <plugin>
228228 <groupId>org.apache.maven.plugins</groupId>
229229 <artifactId>maven-surefire-plugin</artifactId>
230- <version>2.10</version>
230+ <version>2.12</version>
231231 <configuration>
232232 <skipTests>false</skipTests>
233233 <enableAssertions>true</enableAssertions>
@@ -237,7 +237,7 @@
237237 <plugin>
238238 <groupId>org.apache.maven.plugins</groupId>
239239 <artifactId>maven-site-plugin</artifactId>
240- <version>3.0</version>
240+ <version>3.1</version>
241241 <configuration>
242242 <generateReports>true</generateReports>
243243 <locales>ja</locales>
@@ -249,14 +249,14 @@
249249 <plugin>
250250 <groupId>org.apache.maven.plugins</groupId>
251251 <artifactId>maven-checkstyle-plugin</artifactId>
252- <version>2.8</version>
252+ <version>2.9.1</version>
253253 <!-- config from property value -->
254254 </plugin>
255255
256256 <plugin>
257257 <groupId>org.apache.maven.plugins</groupId>
258258 <artifactId>maven-pmd-plugin</artifactId>
259- <version>2.6</version>
259+ <version>2.7.1</version>
260260 <configuration>
261261 <targetJdk>${maven.compiler.target}</targetJdk>
262262 <rulesets>
@@ -268,7 +268,7 @@
268268 <plugin>
269269 <groupId>org.codehaus.mojo</groupId>
270270 <artifactId>findbugs-maven-plugin</artifactId>
271- <version>2.3.2</version>
271+ <version>2.3.3</version> <!-- 2.4.0 has BUG-->
272272 <configuration>
273273 <effort>Max</effort>
274274 <threshold>Low</threshold>
@@ -363,13 +363,12 @@
363363 <plugin>
364364 <groupId>org.apache.maven.plugins</groupId>
365365 <artifactId>maven-javadoc-plugin</artifactId>
366- <version>2.8</version>
366+ <version>2.8.1</version>
367367 <configuration>
368368 <skip>false</skip>
369369 <notimestamp>true</notimestamp>
370370 <quiet>true</quiet>
371371 <show>protected</show>
372- <stylesheet>maven</stylesheet>
373372 </configuration>
374373 <reportSets>
375374 <reportSet>
@@ -392,7 +391,7 @@
392391 <plugin>
393392 <groupId>org.apache.maven.plugins</groupId>
394393 <artifactId>maven-surefire-report-plugin</artifactId>
395- <version>2.10</version>
394+ <version>2.12</version>
396395 <configuration>
397396 <showSuccess>false</showSuccess>
398397 </configuration>
@@ -417,7 +416,7 @@
417416 <plugin>
418417 <groupId>org.apache.maven.plugins</groupId>
419418 <artifactId>maven-checkstyle-plugin</artifactId>
420- <version>2.8</version>
419+ <version>2.9.1</version>
421420 <configuration>
422421 <skip>false</skip>
423422 <!-- config from property value -->
@@ -434,7 +433,7 @@
434433 <plugin>
435434 <groupId>org.apache.maven.plugins</groupId>
436435 <artifactId>maven-pmd-plugin</artifactId>
437- <version>2.6</version>
436+ <version>2.7.1</version>
438437 <configuration>
439438 <skip>false</skip>
440439 <targetJdk>${maven.compiler.target}</targetJdk>
@@ -455,7 +454,7 @@
455454 <plugin>
456455 <groupId>org.codehaus.mojo</groupId>
457456 <artifactId>findbugs-maven-plugin</artifactId>
458- <version>2.3.2</version>
457+ <version>2.3.3</version> <!-- 2.4.0 has BUG-->
459458 <configuration>
460459 <skip>false</skip>
461460 <effort>Max</effort>
--- a/src/main/config/checks.xml
+++ b/src/main/config/checks.xml
@@ -7,7 +7,7 @@
77 <!--
88 Checkstyle用チェック項目定義。
99
10- Checkstyle 5.3 以降向けに記述。
10+ Checkstyle 5.5 以降向けに記述。
1111
1212 [ http://checkstyle.sourceforge.net/ ]
1313
@@ -167,6 +167,9 @@
167167 <module name="FallThrough" />
168168 <module name="MultipleStringLiterals" />
169169 <module name="MultipleVariableDeclarations" />
170+ <module name="RequireThis">
171+ <property name="checkMethods" value="false" />
172+ </module>
170173 <module name="UnnecessaryParentheses" />
171174 <module name="OneStatementPerLine" />
172175
@@ -369,10 +372,6 @@
369372 <module name="RegexpSinglelineJava" />
370373 -->
371374
372-<!-- バグ?
373- <module name="RequireThis" />
374--->
375-
376375 <!-- Obsolated
377376 <module name="TabCharacter" />
378377 -->
--- a/src/main/config/pmdrules.xml
+++ b/src/main/config/pmdrules.xml
@@ -3,7 +3,7 @@
33 <!--
44 PMD用ルールセット定義
55
6- PMD [ http://pmd.sourceforge.net/ ] 4.2.5 以降用に記述されています。
6+ PMD [ http://pmd.sourceforge.net/ ] 4.3 以降用に記述されています。
77
88 Copyright(c) 2010 olyutorskii
99 -->
@@ -47,6 +47,7 @@
4747 <exclude name="DefaultPackage" />
4848 <exclude name="DataflowAnomalyAnalysis" />
4949 <exclude name="AvoidUsingShortType" />
50+ <exclude name="AvoidLiteralsInIfCondition" />
5051 </rule>
5152
5253 <rule ref="rulesets/coupling.xml" />
Show on old repository browser