Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jan 29, 2012
1 parent feb0d1d commit ecc5cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -2,7 +2,7 @@
iCal4j - License
==================

Copyright (c) 2010, Ben Fortuna
Copyright (c) 2012, Ben Fortuna
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -63,7 +63,7 @@
<id>make-assembly</id>
<phase>site-deploy</phase>
<goals>
<goal>attached</goal>
<goal>single</goal>
</goals>
</execution>
</executions>
Expand All @@ -75,12 +75,13 @@
<dependency>
<groupId>org.mnode.ical4j</groupId>
<artifactId>ical4j</artifactId>
<version>[1.0.2,2.0-beta1-SNAPSHOT)</version>
<version>1.0.3</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand All @@ -91,6 +92,7 @@
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit ecc5cc5

Please sign in to comment.