Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Aug 17, 2018
1 parent 8151fdc commit 9b291bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions norconex-committer-sql/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright 2013-2017 Norconex Inc.
Copyright 2013-2018 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,15 +19,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.collectors</groupId>
<artifactId>norconex-committer-sql</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Norconex Committer SQL</name>
<description>SQL database implementation of Norconex Committer.</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.baseurl />
<norconex-commons-lang.version>1.14.0</norconex-commons-lang.version>
<norconex-commons-lang.version>1.15.0</norconex-commons-lang.version>
</properties>
<inceptionYear>2017</inceptionYear>

Expand Down
4 changes: 2 additions & 2 deletions norconex-committer-sql/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.0.0-SNAPSHOT" date="2018-??-??" description="Feature release">
<release version="2.0.0" date="2018-08-16" description="Major release">
<action dev="essiembre" type="add">
Can now control dynamic database field creation for new document
fields.
Expand All @@ -25,7 +25,7 @@
as new "createFieldSQL" configuration options.
</action>
<action dev="essiembre" type="update">
Dependency updates: Norconex Commons Lang 1.14.0,
Dependency updates: Norconex Commons Lang 1.15.0,
Norconex Committer Core 2.1.2.
</action>
<action dev="essiembre" type="remove">
Expand Down

0 comments on commit 9b291bf

Please sign in to comment.