Skip to content

Commit

Permalink
update version from 7.1 to 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-wei committed Apr 27, 2016
1 parent 12ee6c2 commit 4ee24b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ for JSON.
> mvn clean install
2. There will be several files built in target directory:
* *rest-api-client-sample-7.1.jar* --> the sample client jar file
* *rest-api-client-sample-7.3.jar* --> the sample client jar file
* *lib* -> the lib directory contains all other required third party library
* *rest-api-client-sample-7.1-all-in-one.jar* -> the sample client jar file, with all other third party classes embedded
* *rest-api-client-sample-7.1-javadoc.jar* -> javadoc of the sample client
* *rest-api-client-sample-7.1-sources.jar* -> source code of the sample client
* *rest-api-client-sample-7.3-all-in-one.jar* -> the sample client jar file, with all other third party classes embedded
* *rest-api-client-sample-7.3-javadoc.jar* -> javadoc of the sample client
* *rest-api-client-sample-7.3-sources.jar* -> source code of the sample client

3. Run the project
* execute rest-api-client-sample-7.1.jar, with lib directory at the same place
> java -jar rest-api-client-sample-7.1.jar
* execute rest-api-client-sample-7.3.jar, with lib directory at the same place
> java -jar rest-api-client-sample-7.3.jar
* or execute rest-api-client-sample-7.1-all-in-one.jar directly
> java -jar rest-api-client-sample-7.1-all-in-one.jar
* or execute rest-api-client-sample-7.3-all-in-one.jar directly
> java -jar rest-api-client-sample-7.3-all-in-one.jar
4. After the program is started, please input the required information prompted by the sample client. After that, you
will see a list of commands:
Expand All @@ -53,5 +53,6 @@ will see a list of commands:
> 5 Content Management
> 6 Version Management
> 7 DQL Query
> ...
5. Then input the number of the sample you want to execute.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.emc.documentum.rest</groupId>
<version>7.1</version>
<version>7.3</version>
<name>rest-api-sample</name>
<artifactId>rest-api-client-sample</artifactId>
<properties>
Expand Down

0 comments on commit 4ee24b6

Please sign in to comment.