svnno****@sourc*****
svnno****@sourc*****
2009年 10月 8日 (木) 02:37:58 JST
Revision: 3725 http://sourceforge.jp/projects/jiemamy/svn/view?view=rev&revision=3725 Author: daisuke_m Date: 2009-10-08 02:37:58 +0900 (Thu, 08 Oct 2009) Log Message: ----------- factory-enhancer-example v0.2.0開発開始。 Modified Paths: -------------- leto/factory-enhancer-example/trunk/pom.xml Modified: leto/factory-enhancer-example/trunk/pom.xml =================================================================== --- leto/factory-enhancer-example/trunk/pom.xml 2009-10-07 17:36:33 UTC (rev 3724) +++ leto/factory-enhancer-example/trunk/pom.xml 2009-10-07 17:37:58 UTC (rev 3725) @@ -11,7 +11,7 @@ <artifactId>factory-enhancer-example</artifactId> <name>Factory Enhancer Examples</name> <groupId>org.jiemamy</groupId> - <version>0.1.1</version> + <version>0.2.0-SNAPSHOT</version> <build> <defaultGoal>package</defaultGoal> <plugins> @@ -63,7 +63,7 @@ <dependency> <groupId>org.jiemamy</groupId> <artifactId>factory-enhancer</artifactId> - <version>0.1.1</version> + <version>0.2.0-SNAPSHOT</version> </dependency> </dependencies> </project>