You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+17-2
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,10 @@
2
2
<modelVersion>4.0.0</modelVersion>
3
3
<groupId>ch.puzzle.todoapp</groupId>
4
4
<artifactId>todoapp</artifactId>
5
-
<version>1.0-SNAPSHOT</version>
6
-
<inceptionYear>2008</inceptionYear>
5
+
<name>Todoapp</name>
6
+
<version>1.0-BETA</version>
7
+
<description>This small program transforms task blocks of any text file of the form: todo { simplified Taskpaper syntax } into a .taskpaper file.</description>
0 commit comments