Skip to content

Commit 9034fe5

Browse files
committed
updated pom
1 parent c79b5b7 commit 9034fe5

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

Diff for: pom.xml

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>ch.puzzle.todoapp</groupId>
44
<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>
8+
<inceptionYear>2009</inceptionYear>
79
<properties>
810
<scala.version>2.7.7</scala.version>
911
</properties>
@@ -50,6 +52,19 @@
5052
<scope>test</scope>
5153
</dependency>
5254
</dependencies>
55+
<developers>
56+
<developer>
57+
<id>rawyler</id>
58+
<name>Thomas Rawyler</name>
59+
<email>[email protected]</email>
60+
<organization>Puzzle ITC GmbH</organization>
61+
<organizationUrl>http://puzzle.ch</organizationUrl>
62+
</developer>
63+
</developers>
64+
<organization>
65+
<name>Puzzle ITC GmbH</name>
66+
<url>http://puzzle.ch</url>
67+
</organization>
5368

5469
<build>
5570
<sourceDirectory>src/main/scala</sourceDirectory>

0 commit comments

Comments
 (0)