Skip to content

Commit 36311aa

Browse files
committed
Updating version to be contentpump: 10.0.2 mapreduce: 2.3.2 xcc: 10.0.2
1 parent 3605555 commit 36311aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mapreduce/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.marklogic</groupId>
55
<artifactId>marklogic-mapreduce2</artifactId>
6-
<version>2.3</version>
6+
<version>2.3.2</version>
77
<name>${productName}</name>
88
<description>MarkLogic Connector for Hadoop MapReduce</description>
99
<url>https://github.com/marklogic/marklogic-contentpump</url>
@@ -40,19 +40,19 @@
4040
<parent>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>marklogic-contentpump</artifactId>
43-
<version>10.0</version>
43+
<version>10.0.2</version>
4444
</parent>
4545

4646
<properties>
4747
<!-- Global definitions -->
4848
<productName>MarkLogic Connector for Hadoop</productName>
4949
<productNameShort>MarkLogic Connector for Hadoop</productNameShort>
50-
<versionString>2.3</versionString>
50+
<versionString>2.3.2</versionString>
5151
<jarVersionNumberString>${versionString}</jarVersionNumberString>
5252
<dateString>${maven.build.timestamp}</dateString>
5353
<libdir>${basedir}/src/lib</libdir>
5454
<skipTests>true</skipTests>
55-
<xccVersion>10.0</xccVersion>
55+
<xccVersion>10.0.2</xccVersion>
5656
<deliverableName>Connector-for-Hadoop2</deliverableName>
5757

5858
<!-- Static definitions of where things are relative to the root -->

0 commit comments

Comments
 (0)