Skip to content

Commit e195950

Browse files
author
Shiva Verma
committed
updating the versions corresponding to server release 9.0-EA4
1 parent 87e86eb commit e195950

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

mapreduce/pom.xml

Lines changed: 3 additions & 3 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.2</version>
6+
<version>2.2-EA4</version>
77
<name>${mapreduce.product.name}</name>
88
<description>MarkLogic Connector for Hadoop MapReduce</description>
99
<url>https://github.com/marklogic/marklogic-contentpump</url>
@@ -18,12 +18,12 @@
1818
<!-- Global definitions -->
1919
<mapreduce.product.name>MarkLogic Connector for Hadoop</mapreduce.product.name>
2020
<mapreduce.product.name.short>MarkLogic Connector for Hadoop</mapreduce.product.name.short>
21-
<version.number.string>2.2</version.number.string>
21+
<version.number.string>2.2-EA4</version.number.string>
2222
<jar.version.number.string>${version.number.string}</jar.version.number.string>
2323
<date-string>${maven.build.timestamp}</date-string>
2424
<libdir>${basedir}/src/lib</libdir>
2525
<skipTests>true</skipTests>
26-
<xccVersion>9.0</xccVersion>
26+
<xccVersion>9.0-EA4</xccVersion>
2727
<deliverableName>Connector-for-Hadoop2</deliverableName>
2828
<!-- Static definitions of where things are relative to the root -->
2929
<java.source>src/main/java</java.source>
293 KB
Binary file not shown.

mlcp/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>mlcp</artifactId>
6-
<version>9.0</version>
6+
<version>9.0-EA4</version>
77
<name>MarkLogic Content Pump</name>
88
<description>MarkLogic Content Pump</description>
99
<url>https://github.com/marklogic/marklogic-contentpump</url>
@@ -17,10 +17,10 @@
1717
<properties>
1818
<skipTests>false</skipTests>
1919
<test.excludes>**/*TestDistributed*</test.excludes>
20-
<hadoopConnectorVersion>2.2</hadoopConnectorVersion>
20+
<hadoopConnectorVersion>2.2-EA4</hadoopConnectorVersion>
2121
<hadoopConnectorBaseDir>${basedir}/../mapreduce</hadoopConnectorBaseDir>
22-
<xccVersion>9.0</xccVersion>
23-
<versionString>9.0</versionString>
22+
<xccVersion>9.0-EA4</xccVersion>
23+
<versionString>9.0-EA4</versionString>
2424
<!-- Settings related to unit test -->
2525
<contentpumpHome>${project.build.directory}/mlcp-${versionString}-lib</contentpumpHome>
2626
<testOutputPath>/tmp/mlcpout</testOutputPath>

pom.xml

Lines changed: 1 addition & 1 deletion
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-contentpump</artifactId>
6-
<version>9.0</version>
6+
<version>9.0-EA4</version>
77
<name>MarkLogic Content Pump and Connector for Hadoop</name>
88
<description>MarkLogic Content Pump and Connector for Hadoop</description>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)