• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TMD-Maker(T字形ER図作成ツール)のEclipse Plugin版


Commit MetaInfo

Revision75d4c3d147ca3e2e07fd2aabb285c7997a12fbf0 (tree)
Zeit2014-11-01 14:15:12
Autornakag <nakag@user...>
Commiternakag

Log Message

targetplatformのバージョンをrelengのバージョンに合わせるように修正。

Ändern Zusammenfassung

Diff

--- a/tmdmaker.releng/pom.xml
+++ b/tmdmaker.releng/pom.xml
@@ -31,7 +31,7 @@
3131 <artifact>
3232 <groupId>tmdmaker</groupId>
3333 <artifactId>tmdmaker.releng.targetplatform</artifactId>
34- <version>0.2.9-SNAPSHOT</version>
34+ <version>${release-version}-SNAPSHOT</version>
3535 </artifact>
3636 </target>
3737 <environments>
--- a/tmdmaker.test/pom.xml
+++ b/tmdmaker.test/pom.xml
@@ -10,12 +10,4 @@
1010 <relativePath>../tmdmaker.releng</relativePath>
1111 </parent>
1212
13- <repositories>
14- <repository>
15- <id>Luna</id>
16- <layout>p2</layout>
17- <url>http://download.eclipse.org/releases/luna/</url>
18- </repository>
19- </repositories>
20-
2113 </project>
\ No newline at end of file