Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Dec 22, 2019
1 parent 691625c commit f72a873
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions norconex-collector-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-collector-core</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<name>Norconex Collector Core</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-SNAPSHOT</norconex-commons-lang.version>
<norconex-commons-lang.version>1.15.1</norconex-commons-lang.version>
</properties>
<inceptionYear>2014</inceptionYear>

Expand Down Expand Up @@ -76,17 +76,17 @@
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-importer</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-core</artifactId>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>com.norconex.jef</groupId>
<artifactId>norconex-jef</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down
2 changes: 1 addition & 1 deletion norconex-collector-core/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.10.0-SNAPSHOT" date="2019-??-??" description="Feature release">
<release version="1.10.0" date="2019-12-22" description="Feature release">
<action dev="essiembre" type="add">
Added "unmanaged" attribute to "logsDir" configuration option to prevent
the collector from managing its own file-based logging.
Expand Down

0 comments on commit f72a873

Please sign in to comment.