Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit d550794

Browse files
committed
shorten artifact name
1 parent d727898 commit d550794

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# trellis-service-namespaces-json
1+
# trellis-namespaces
22

3-
[![Build Status](https://travis-ci.org/acoburn/trellis-service-namespaces-json.png?branch=master)](https://travis-ci.org/acoburn/trellis-service-namespaces-json)
3+
[![Build Status](https://travis-ci.org/acoburn/trellis-namespaces.png?branch=master)](https://travis-ci.org/acoburn/trellis-namespaces)
44

55
A namespace service for a trellis repository.
66

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ uploadArchives {
190190
}
191191

192192
scm {
193-
connection 'scm:git:git://github.com/acoburn/trellis-service-namespaces-json.git'
194-
developerConnection 'scm:git:[email protected]/acoburn/trellis-service-namespaces-json.git'
195-
url 'https://github.com/acoburn/trellis-service-namespaces-json'
193+
connection 'scm:git:git://github.com/acoburn/trellis-namespaces.git'
194+
developerConnection 'scm:git:[email protected]/acoburn/trellis-namespaces.git'
195+
url 'https://github.com/acoburn/trellis-namespaces'
196196
tag 'HEAD'
197197
}
198198

@@ -227,7 +227,7 @@ checkstyle {
227227
sonarqube {
228228
properties {
229229
property "sonar.projectName", "Amherst College Trellis Repository Namespace Service"
230-
property "sonar.projectKey", "edu.amherst.acdc:trellis-service-namespaces-json"
230+
property "sonar.projectKey", "edu.amherst.acdc:trellis-namespaces"
231231
}
232232
}
233233

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'trellis-service-namespaces-json'
1+
rootProject.name = 'trellis-namespaces'

src/main/resources/features.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="trellis-service-namespaces-json-${project.version}">
2+
<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="trellis-namespaces-${project.version}">
33
<repository>mvn:edu.amherst.acdc/trellis-spi/${trellisSpiVersion}/xml/features</repository>
44

5-
<feature name="trellis-service-namespaces-json" version="${project.version}">
5+
<feature name="trellis-namespaces" version="${project.version}">
66
<details>Installs the Trellis JSON-file-based Namespace service</details>
77

88
<feature>trellis-spi</feature>
99

10-
<bundle>mvn:edu.amherst.acdc/trellis-service-namespaces-json/${project.version}</bundle>
10+
<bundle>mvn:edu.amherst.acdc/trellis-namespaces/${project.version}</bundle>
1111
</feature>
1212
</features>

0 commit comments

Comments
 (0)