Skip to content

Commit 6724a7f

Browse files
committed
updated bee-encode to 0.3-SNAPSHOT and use snapshots repo
1 parent f1b6c3b commit 6724a7f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2525
</properties>
2626

27+
<repositories>
28+
<repository>
29+
<id>ardverk-snapshot</id>
30+
<name>ardverk-snapshot</name>
31+
<url>http://mvn.ardverk.org/repository/snapshot</url>
32+
<snapshots>
33+
<enabled>true</enabled>
34+
</snapshots>
35+
</repository>
36+
</repositories>
37+
2738
<dependencies>
2839
<!-- TODO: add junit tests -->
2940
<!-- dependency>
@@ -71,7 +82,7 @@
7182
<dependency>
7283
<groupId>org.ardverk</groupId>
7384
<artifactId>bee-encode</artifactId>
74-
<version>0.2</version>
85+
<version>0.3-SNAPSHOT</version>
7586
</dependency>
7687
<dependency>
7788
<groupId>org.codehaus.jackson</groupId>

0 commit comments

Comments
 (0)