-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed some references to marklogic-community
- Loading branch information
Showing
14 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ publishing { | |
name = "${group}:${project.name}" | ||
description = "Gradle plugin for automating everything involving MarkLogic" | ||
packaging = "jar" | ||
url = "https://github.com/marklogic-community/${project.name}" | ||
url = "https://github.com/marklogic/${project.name}" | ||
licenses { | ||
license { | ||
name = "The Apache License, Version 2.0" | ||
|
@@ -106,9 +106,9 @@ publishing { | |
} | ||
} | ||
scm { | ||
url = "[email protected]:marklogic-community/${project.name}.git" | ||
connection = "scm:[email protected]:marklogic-community/${project.name}.git" | ||
developerConnection = "scm:[email protected]:marklogic-community/${project.name}.git" | ||
url = "[email protected]:marklogic/${project.name}.git" | ||
connection = "scm:[email protected]:marklogic/${project.name}.git" | ||
developerConnection = "scm:[email protected]:marklogic/${project.name}.git" | ||
} | ||
} | ||
from components.java | ||
|
@@ -138,7 +138,7 @@ publishing { | |
|
||
pluginBundle { | ||
website = 'https://www.marklogic.com/' | ||
vcsUrl = 'https://github.com/marklogic-community/' + project.name + '.git' | ||
vcsUrl = 'https://github.com/marklogic/' + project.name + '.git' | ||
description = 'Publishes ml-gradle' | ||
tags = ['marklogic'] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ It is not intended to be used to build this project. | |
<version>4.5.2</version> | ||
<name>com.marklogic:ml-gradle</name> | ||
<description>Gradle plugin for automating everything involving MarkLogic</description> | ||
<url>https://github.com/marklogic-community/ml-gradle</url> | ||
<url>https://github.com/marklogic/ml-gradle</url> | ||
<licenses> | ||
<license> | ||
<name>The Apache License, Version 2.0</name> | ||
|
@@ -32,9 +32,9 @@ It is not intended to be used to build this project. | |
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:[email protected]:marklogic-community/ml-gradle.git</connection> | ||
<developerConnection>scm:[email protected]:marklogic-community/ml-gradle.git</developerConnection> | ||
<url>[email protected]:marklogic-community/ml-gradle.git</url> | ||
<connection>scm:[email protected]:marklogic/ml-gradle.git</connection> | ||
<developerConnection>scm:[email protected]:marklogic/ml-gradle.git</developerConnection> | ||
<url>[email protected]:marklogic/ml-gradle.git</url> | ||
</scm> | ||
<dependencies> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters