diff --git a/norconex-committer-idol/pom.xml b/norconex-committer-idol/pom.xml
index 933c3e4..9c52209 100755
--- a/norconex-committer-idol/pom.xml
+++ b/norconex-committer-idol/pom.xml
@@ -19,7 +19,7 @@
4.0.0
com.norconex.collectors
norconex-committer-idol
- 2.0.0
+ 2.0.1-SNAPSHOT
Norconex Committer IDOL
@@ -38,6 +38,20 @@
+
+
+ sonatype.oss.snapshots
+ Sonatype OSS Snapshot Repository
+ http://oss.sonatype.org/content/repositories/snapshots
+
+ false
+
+
+ true
+
+
+
+
junit
@@ -48,7 +62,7 @@
com.norconex.collectors
norconex-committer-core
- 2.0.0
+ 2.0.1-SNAPSHOT
org.slf4j
diff --git a/norconex-committer-idol/src/changes/changes.xml b/norconex-committer-idol/src/changes/changes.xml
index 2ddf86b..263e266 100644
--- a/norconex-committer-idol/src/changes/changes.xml
+++ b/norconex-committer-idol/src/changes/changes.xml
@@ -6,6 +6,15 @@
Norconex Inc.
+
+
+
+ Added Sonatype repository to pom.xml for snapshot releases.
+
+
+ Upgraded Norconex Committer Core to 2.0.1.
+
+