Skip to content

Commit

Permalink
Prepared for 1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jan 11, 2014
1 parent 23d8af2 commit 3a311fd
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 569 deletions.
43 changes: 28 additions & 15 deletions norconex-committer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ along with Norconex Committer. If not, see <http://www.gnu.org/licenses/>.
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>Norconex Committer</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<site.baseurl/>
<currentStableVersion>1.0.1</currentStableVersion>
<currentStableVersion>1.1.0</currentStableVersion>
</properties>
<inceptionYear>2009</inceptionYear>

Expand Down Expand Up @@ -76,19 +76,10 @@ along with Norconex Committer. If not, see <http://www.gnu.org/licenses/>.
</repositories>

<dependencies>
<!--
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>
-->

<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -166,7 +157,6 @@ along with Norconex Committer. If not, see <http://www.gnu.org/licenses/>.
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<configuration>
<stylesheetfile>${basedir}/src/main/resources/javadoc.css</stylesheetfile>
<overview>${basedir}/src/main/resources/javadoc-overview.html</overview>
<show>protected</show>
<detectLinks>true</detectLinks>
Expand Down Expand Up @@ -261,10 +251,33 @@ along with Norconex Committer. If not, see <http://www.gnu.org/licenses/>.
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<configuration>
<stylesheetfile>${basedir}/src/main/resources/javadoc.css</stylesheetfile>
<overview>${basedir}/src/main/resources/javadoc-overview.html</overview>
<header><![CDATA[
<style>div.aboutLanguage .siteLink {font-size: 2em;}</style>
<span class="siteLink">
<a href="http://www.norconex.com/product/committer">Norconex Committer</a>
</span>
]]>
</header>
<footer><![CDATA[
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23162620-1']);
_gaq.push(['_setDomainName', 'norconex.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<a style="font-size: 1.4em;" href="https://github.com/norconex/committer/issues">Submit an Issue</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a style="font-size: 1.4em;" href="http://www.norconex.com">www.norconex.com</a>
]]>
</footer>
<show>protected</show>
<detectLinks>true</detectLinks>
<detectLinks>false</detectLinks>
</configuration>
<reportSets>
<reportSet>
Expand Down
2 changes: 1 addition & 1 deletion norconex-committer/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<body>

<release version="1.1.0" date="2013-12-??" description="Minor Upgrade">
<release version="1.1.0" date="2014-01-10" description="Minor Upgrade">
<action dev="essiembp" type="update">
Rewrite of abstract committer classes to make it easier/more intuitive
to create your own committer implementation. BaseCommmitter,
Expand Down
Loading

0 comments on commit 3a311fd

Please sign in to comment.