Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Apr 1, 2015
1 parent bfa19a3 commit 898f234
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 25 deletions.
49 changes: 26 additions & 23 deletions norconex-committer-idol/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2013-2014 Norconex Inc.
Copyright 2013-2015 Norconex Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-idol</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>Norconex Committer IDOL</name>

<!-- PROPERTIES -->
Expand Down Expand Up @@ -56,28 +56,23 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.5</version>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.7</version>
<version>1.10</version>
</dependency>
</dependencies>

Expand All @@ -101,7 +96,7 @@
<resource>
<directory>${project.build.testSourceDirectory}</directory>
<includes>
<include>**/*.html</include>
<include>**</include>
</includes>
</resource>
<resource>
Expand All @@ -114,21 +109,28 @@
<exclude>**/*.java</exclude>
</excludes>
</resource>
<resource>
<filtering>false</filtering>
<directory>src/main/resources</directory>
<includes>
<include>**</include>
</includes>
</resource>
</resources>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
</extension>
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand Down Expand Up @@ -165,10 +167,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -212,7 +215,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>2.10.2</version>
<configuration>
<overview>${basedir}/src/main/javadoc/overview.html</overview>
<show>protected</show>
Expand Down Expand Up @@ -243,7 +246,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -256,7 +259,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
<version>2.6</version>
<executions>
<execution>
<goals>
Expand All @@ -268,7 +271,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -336,7 +339,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
<version>2.7</version>
<reportSets>
<reportSet>
<reports>
Expand Down
8 changes: 6 additions & 2 deletions norconex-committer-idol/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
</properties>
<body>

<release version="2.0.1-SNAPSHOT" date="????-??-??" description="Maintenance release">
<release version="2.0.1" date="2015-04-01" 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.
Updated several maven plugins and added SonarQube maven plugin.
</action>
<action dev="essiembre" type="update">
Library updates: Norconex Committer Core 2.0.1, SLF4j 1.7.12,
Apache Commons Codec 1.10.
</action>
</release>

Expand Down

0 comments on commit 898f234

Please sign in to comment.