• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Simple Notepad Application for Android OS


Commit MetaInfo

Revision63d342b3152d670ddec216431dc48cef5263a104 (tree)
Time2012-09-02 14:12:10
AuthorMasahiko, SAWAI <say@user...>
CommiterMasahiko, SAWAI

Log Message

バージョンを 0.1.6 に更新

Change Summary

Incremental Difference

--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,3 @@
22 /notepad-app/target/
33 /notepad-app-level-11/target/
44 /target/
5-/apks/
--- a/ToDo.txt
+++ b/ToDo.txt
@@ -105,7 +105,14 @@ Title, Content, Focus
105105
106106
107107
108+############################################################
109+! 0.1.6
110+
111+!! notepad-app
108112
113+!! notepad-app-level-11
114+
115+!! notepad-common
109116
110117 ############################################################
111118 ! 0.1.5
--- a/notepad-app-level-11/pom.xml
+++ b/notepad-app-level-11/pom.xml
@@ -6,14 +6,14 @@
66 <groupId>org.routine_work</groupId>
77 <artifactId>notepad-app-level-11</artifactId>
88 <packaging>apk</packaging>
9- <version>0.1.5</version>
9+ <version>0.1.6</version>
1010 <name>Notepad App Level 11</name>
1111 <url>http://www.example.com/</url>
1212
1313 <parent>
1414 <groupId>org.routine_work</groupId>
1515 <artifactId>notepad-project</artifactId>
16- <version>0.1.5</version>
16+ <version>0.1.6</version>
1717 </parent>
1818
1919 <dependencies>
@@ -38,7 +38,7 @@
3838 <dependency>
3939 <groupId>org.routine_work</groupId>
4040 <artifactId>notepad-common</artifactId>
41- <version>0.1.5</version>
41+ <version>0.1.6</version>
4242 <scope>compile</scope>
4343 </dependency>
4444
--- a/notepad-app/pom.xml
+++ b/notepad-app/pom.xml
@@ -6,14 +6,14 @@
66 <groupId>org.routine_work</groupId>
77 <artifactId>notepad-app</artifactId>
88 <packaging>apk</packaging>
9- <version>0.1.5</version>
9+ <version>0.1.6</version>
1010 <name>Notepad App</name>
1111 <url>http://www.example.com/</url>
1212
1313 <parent>
1414 <groupId>org.routine_work</groupId>
1515 <artifactId>notepad-project</artifactId>
16- <version>0.1.5</version>
16+ <version>0.1.6</version>
1717 </parent>
1818
1919 <dependencies>
@@ -38,7 +38,7 @@
3838 <dependency>
3939 <groupId>org.routine_work</groupId>
4040 <artifactId>notepad-common</artifactId>
41- <version>0.1.5</version>
41+ <version>0.1.6</version>
4242 <scope>compile</scope>
4343 </dependency>
4444
--- a/notepad-common/pom.xml
+++ b/notepad-common/pom.xml
@@ -6,14 +6,14 @@
66 <groupId>org.routine_work</groupId>
77 <artifactId>notepad-common</artifactId>
88 <packaging>jar</packaging>
9- <version>0.1.5</version>
9+ <version>0.1.6</version>
1010 <name>Notepad Common Library</name>
1111 <url>http://www.example.com/</url>
1212
1313 <parent>
1414 <groupId>org.routine_work</groupId>
1515 <artifactId>notepad-project</artifactId>
16- <version>0.1.5</version>
16+ <version>0.1.6</version>
1717 </parent>
1818
1919 <dependencies>
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
55 <groupId>org.routine_work</groupId>
66 <artifactId>notepad-project</artifactId>
77 <packaging>pom</packaging>
8- <version>0.1.5</version>
8+ <version>0.1.6</version>
99 <name>Notepad Project</name>
1010 <url>http://www.example.com/</url>
1111