• R/O
  • SSH
  • HTTPS

jfontchooser: コミット


コミットメタ情報

リビジョン71 (tree)
日時2007-07-13 16:28:00
作者say

ログメッセージ

* Fixed : The version of installed pom.xml is wrong.

変更サマリ

差分

--- JFontChooser/trunk/jfontchooser-sample/pom.xml (revision 70)
+++ JFontChooser/trunk/jfontchooser-sample/pom.xml (revision 71)
@@ -4,7 +4,7 @@
44 <groupId>say.swing</groupId>
55 <artifactId>jfontchooser-sample</artifactId>
66 <packaging>jar</packaging>
7- <version>${project.parent.version}</version>
7+ <version>1.0.5</version>
88 <name>JFontChooser Sample</name>
99 <description>JFontChooser component sample program</description>
1010 <url>http://maven.apache.org</url>
--- JFontChooser/trunk/jfontchooser/pom.xml (revision 70)
+++ JFontChooser/trunk/jfontchooser/pom.xml (revision 71)
@@ -4,7 +4,7 @@
44 <groupId>say.swing</groupId>
55 <artifactId>jfontchooser</artifactId>
66 <packaging>jar</packaging>
7- <version>${project.parent.version}</version>
7+ <version>1.0.5</version>
88 <name>JFontChooser Component</name>
99 <description>JFontChooser is a swing-based java component for font selection.</description>
1010 <url>http://sourceforge.jp/projects/jfontchooser/</url>
旧リポジトリブラウザで表示