Skip to content

Commit

Permalink
Add new repo:java-manta-test-harness, edit java-sdk doc (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
indianwhocodes committed Nov 14, 2019
1 parent 0244343 commit ee8651a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@
/docs/user-guide/examples/*/job.out
/docs/user-guide/examples/*/index.md
.DS_Store
.idea/
2 changes: 1 addition & 1 deletion docs/user-guide/sdks.md
Expand Up @@ -94,7 +94,7 @@ it add the following to your project's pom.xml:

<dependency>
<groupId>com.joyent.manta</groupId>
<artifactId>java-manta</artifactId>
<artifactId>java-manta-client</artifactId>
<!-- replace this value with the specific version number -->
<version>LATEST</version>
</dependency>
Expand Down
3 changes: 3 additions & 0 deletions tools/jr-manifest.json
Expand Up @@ -127,6 +127,9 @@
{
"name": "java-manta"
},
{
"name": "java-manta-test-harness"
},
{
"name": "jenkins-joylib"
},
Expand Down

0 comments on commit ee8651a

Please sign in to comment.