Skip to content

Commit 4ee24b6

Browse files
committed
update version from 7.1 to 7.3
1 parent 12ee6c2 commit 4ee24b6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.MD

+9-8
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ for JSON.
2929
> mvn clean install
3030
3131
2. There will be several files built in target directory:
32-
* *rest-api-client-sample-7.1.jar* --> the sample client jar file
32+
* *rest-api-client-sample-7.3.jar* --> the sample client jar file
3333
* *lib* -> the lib directory contains all other required third party library
34-
* *rest-api-client-sample-7.1-all-in-one.jar* -> the sample client jar file, with all other third party classes embedded
35-
* *rest-api-client-sample-7.1-javadoc.jar* -> javadoc of the sample client
36-
* *rest-api-client-sample-7.1-sources.jar* -> source code of the sample client
34+
* *rest-api-client-sample-7.3-all-in-one.jar* -> the sample client jar file, with all other third party classes embedded
35+
* *rest-api-client-sample-7.3-javadoc.jar* -> javadoc of the sample client
36+
* *rest-api-client-sample-7.3-sources.jar* -> source code of the sample client
3737

3838
3. Run the project
39-
* execute rest-api-client-sample-7.1.jar, with lib directory at the same place
40-
> java -jar rest-api-client-sample-7.1.jar
39+
* execute rest-api-client-sample-7.3.jar, with lib directory at the same place
40+
> java -jar rest-api-client-sample-7.3.jar
4141
42-
* or execute rest-api-client-sample-7.1-all-in-one.jar directly
43-
> java -jar rest-api-client-sample-7.1-all-in-one.jar
42+
* or execute rest-api-client-sample-7.3-all-in-one.jar directly
43+
> java -jar rest-api-client-sample-7.3-all-in-one.jar
4444
4545
4. After the program is started, please input the required information prompted by the sample client. After that, you
4646
will see a list of commands:
@@ -53,5 +53,6 @@ will see a list of commands:
5353
> 5 Content Management
5454
> 6 Version Management
5555
> 7 DQL Query
56+
> ...
5657
5758
5. Then input the number of the sample you want to execute.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.emc.documentum.rest</groupId>
5-
<version>7.1</version>
5+
<version>7.3</version>
66
<name>rest-api-sample</name>
77
<artifactId>rest-api-client-sample</artifactId>
88
<properties>

0 commit comments

Comments
 (0)