Skip to content

Commit 9b291bf

Browse files
committed
Preparing for release.
1 parent 8151fdc commit 9b291bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

norconex-committer-sql/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2013-2017 Norconex Inc.
2+
Copyright 2013-2018 Norconex Inc.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.
@@ -19,15 +19,15 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.norconex.collectors</groupId>
2121
<artifactId>norconex-committer-sql</artifactId>
22-
<version>2.0.0-SNAPSHOT</version>
22+
<version>2.0.0</version>
2323
<name>Norconex Committer SQL</name>
2424
<description>SQL database implementation of Norconex Committer.</description>
2525

2626
<properties>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2929
<site.baseurl />
30-
<norconex-commons-lang.version>1.14.0</norconex-commons-lang.version>
30+
<norconex-commons-lang.version>1.15.0</norconex-commons-lang.version>
3131
</properties>
3232
<inceptionYear>2017</inceptionYear>
3333

norconex-committer-sql/src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88
<body>
99

10-
<release version="2.0.0-SNAPSHOT" date="2018-??-??" description="Feature release">
10+
<release version="2.0.0" date="2018-08-16" description="Major release">
1111
<action dev="essiembre" type="add">
1212
Can now control dynamic database field creation for new document
1313
fields.
@@ -25,7 +25,7 @@
2525
as new "createFieldSQL" configuration options.
2626
</action>
2727
<action dev="essiembre" type="update">
28-
Dependency updates: Norconex Commons Lang 1.14.0,
28+
Dependency updates: Norconex Commons Lang 1.15.0,
2929
Norconex Committer Core 2.1.2.
3030
</action>
3131
<action dev="essiembre" type="remove">

0 commit comments

Comments
 (0)