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 26, 2017
1 parent 8b6d4cf commit 8d26505
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion norconex-collector-filesystem/TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ The following are either things to be done, or ideas to consider:

- Consider a maxDepth (folder depth).

- Remove org.apache.commosn.vfs.provider.[smb|mime] and replace with
- Remove org.apache.commosn.vfs.provider.[smb|mime] package and replace with
appropriate Jar dependency when available in a Maven repo.
13 changes: 9 additions & 4 deletions norconex-collector-filesystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-filesystem</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<name>Norconex Filesystem 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.13.0-SNAPSHOT</norconex-commons-lang.version>
<norconex-commons-lang.version>1.13.0</norconex-commons-lang.version>
</properties>
<inceptionYear>2014</inceptionYear>

Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-core</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand Down Expand Up @@ -173,11 +173,16 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
</dependency>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion norconex-collector-filesystem/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.7.0-SNAPSHOT" date="2017-??-??" description="Feature release">
<release version="2.7.0" date="2017-04-26" description="Feature release">
<action dev="essiembre" type="add">
Added schema-based XML configuration validation which can be trigged
on command prompt with this new flag: -k or --checkcfg
Expand Down

0 comments on commit 8d26505

Please sign in to comment.