Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Oct 18, 2021
1 parent d2dfae4 commit a4e03d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 202 deletions.
196 changes: 0 additions & 196 deletions norconex-collector-http/TODO.txt

This file was deleted.

10 changes: 5 additions & 5 deletions norconex-collector-http/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2013-2020 Norconex Inc.
Copyright 2013-2021 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,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-http</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</version>
<name>Norconex HTTP Collector</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.baseurl/>
<norconex-commons-lang.version>1.15.2-SNAPSHOT</norconex-commons-lang.version>
<norconex-commons-lang.version>1.15.2</norconex-commons-lang.version>
<jetty.version>9.2.20.v20161216</jetty.version>
</properties>
<inceptionYear>2009</inceptionYear>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.norconex.jef</groupId>
<artifactId>norconex-jef</artifactId>
<version>4.1.3-SNAPSHOT</version>
<version>4.1.3</version>
</dependency>

<!-- === Other dependencies: === -->
Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-core</artifactId>
<version>1.10.1-SNAPSHOT</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.imgscalr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion norconex-collector-http/src/changes/CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<body>

<release version="2.9.1-SNAPSHOT" date="2021-??-??" description="Maintenance release">
<release version="2.9.1" date="2021-10-18" description="Maintenance release">
<action dev="essiembre" type="add" issue="729">
New "validExitCodes" on PhantomJSDocumentFetcher to support other
than 0 (now default).
Expand Down

0 comments on commit a4e03d2

Please sign in to comment.