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 5221e66 commit b3e600e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions norconex-collector-filesystem/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-filesystem</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.1</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.15.1</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>2014</inceptionYear>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-core</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
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="2020-??-??" description="Bug fix release">
<release version="2.9.1" date="2021-10-18" description="Bug fix release">
<action dev="essiembre" type="fix" issue="54">
Fixed exception when retrieving ACL on Windows local filesystem when
the drive letter is different than the crawler current directory.
Expand Down

0 comments on commit b3e600e

Please sign in to comment.