-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGES.xml
40 lines (32 loc) · 1.3 KB
/
CHANGES.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Norconex Solr Committer Project</title>
<author email="[email protected]">Norconex Inc.</author>
</properties>
<body>
<release version="3.0.0" date="2022-01-04"
description="Major release. NOT a drop-in replacement for 2.x.">
<!-- 3.0.0-RC1 -->
<action dev="essiembre" type="fix">
Fixed invalid configuration in POM "maven-dependency-plugin".
</action>
<!-- 3.0.0-M2 -->
<action dev="essiembre" type="fix" issue="21">
Fixed Solr credentials not being sent when "solrCommitDisabled" is
false.
</action>
<action dev="essiembre" type="update">
Maven dependency updates: Solr 8.8.2.
</action>
<!-- 3.0.0-M1 -->
<action dev="essiembre" type="update">
Major refactor to support Norconex Committer 3.x.
</action>
<action dev="essiembre" type="update">
Maven dependency updates: Solr 8.6.0.
</action>
</release>
</body>
</document>