Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 10ca4fd

Browse files
committed
Changed a few references to marklogic-community
1 parent 059e526 commit 10ca4fd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
![GitHub release](https://img.shields.io/github/release/marklogic-community/ml-javaclient-util.svg)
2-
![GitHub last commit](https://img.shields.io/github/last-commit/marklogic-community/ml-javaclient-util.svg)
1+
![GitHub release](https://img.shields.io/github/release/marklogic/ml-javaclient-util.svg)
2+
![GitHub last commit](https://img.shields.io/github/last-commit/marklogic/ml-javaclient-util.svg)
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4-
[![Known Vulnerabilities](https://snyk.io/test/github/marklogic-community/ml-javaclient-util/badge.svg)](https://snyk.io/test/github/marklogic-community/ml-javaclient-util)
4+
[![Known Vulnerabilities](https://snyk.io/test/github/marklogic/ml-javaclient-util/badge.svg)](https://snyk.io/test/github/marklogic/ml-javaclient-util)
55

66
ml-javaclient-util is a library of Java classes that provide some useful functionality on top of
77
the [MarkLogic Java Client API](http://docs.marklogic.com/guide/java). Those features include:
@@ -18,6 +18,6 @@ and [ml-gradle](https://github.com/rjrudin/ml-gradle) and [ml-junit](https://git
1818

1919
See the following Wiki pages for more information on some of the main features in this library:
2020

21-
1. [Loading files](https://github.com/marklogic-community/ml-javaclient-util/wiki/Loading-files), including modules
22-
1. [DMSDK Support](https://github.com/marklogic-community/ml-javaclient-util/wiki/DMSDK-Support)
23-
1. [Writing documents in batches](https://github.com/marklogic-community/ml-javaclient-util/wiki/Writing-documents-in-batches)
21+
1. [Loading files](https://github.com/marklogic/ml-javaclient-util/wiki/Loading-files), including modules
22+
1. [DMSDK Support](https://github.com/marklogic/ml-javaclient-util/wiki/DMSDK-Support)
23+
1. [Writing documents in batches](https://github.com/marklogic/ml-javaclient-util/wiki/Writing-documents-in-batches)

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is not intended to be used to build this project.
1515
<version>4.5.1</version>
1616
<name>com.marklogic:ml-javaclient-util</name>
1717
<description>Library that adds functionality on top of the MarkLogic Java Client</description>
18-
<url>https://github.com/marklogic-community/ml-javaclient-util</url>
18+
<url>https://github.com/marklogic/ml-javaclient-util</url>
1919
<licenses>
2020
<license>
2121
<name>The Apache License, Version 2.0</name>
@@ -32,9 +32,9 @@ It is not intended to be used to build this project.
3232
</developer>
3333
</developers>
3434
<scm>
35-
<connection>scm:[email protected]:marklogic-community/ml-javaclient-util.git</connection>
36-
<developerConnection>scm:[email protected]:marklogic-community/ml-javaclient-util.git</developerConnection>
37-
<url>[email protected]:marklogic-community/ml-javaclient-util.git</url>
35+
<connection>scm:[email protected]:marklogic/ml-javaclient-util.git</connection>
36+
<developerConnection>scm:[email protected]:marklogic/ml-javaclient-util.git</developerConnection>
37+
<url>[email protected]:marklogic/ml-javaclient-util.git</url>
3838
</scm>
3939
<dependencies>
4040
<dependency>

0 commit comments

Comments
 (0)