Skip to content

Commit

Permalink
Added Sonatype repository to pom.xml for snapshot releases.
Browse files Browse the repository at this point in the history
Upgraded Norconex Committer Core to 2.0.1.
  • Loading branch information
essiembre committed Feb 24, 2015
1 parent dc81fe3 commit bfa19a3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
18 changes: 16 additions & 2 deletions norconex-committer-idol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-idol</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>Norconex Committer IDOL</name>

<!-- PROPERTIES -->
Expand All @@ -38,6 +38,20 @@
</license>
</licenses>

<repositories>
<repository>
<id>sonatype.oss.snapshots</id>
<name>Sonatype OSS Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand All @@ -48,7 +62,7 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
9 changes: 9 additions & 0 deletions norconex-committer-idol/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<author email="info@norconex.com">Norconex Inc.</author>
</properties>
<body>

<release version="2.0.1-SNAPSHOT" date="????-??-??" description="Maintenance release">
<action dev="essiembre" type="update">
Added Sonatype repository to pom.xml for snapshot releases.
</action>
<action dev="essiembre" type="update">
Upgraded Norconex Committer Core to 2.0.1.
</action>
</release>

<release version="2.0.0" date="2014-11-25" description="Major release">
<action dev="essiembre" type="update">
Expand Down

0 comments on commit bfa19a3

Please sign in to comment.