This repository was archived by the owner on Dec 26, 2017. It is now read-only.
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # trellis-service- namespaces-json
1
+ # trellis-namespaces
2
2
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 )
4
4
5
5
A namespace service for a trellis repository.
6
6
Original file line number Diff line number Diff line change @@ -190,9 +190,9 @@ uploadArchives {
190
190
}
191
191
192
192
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'
196
196
tag ' HEAD'
197
197
}
198
198
@@ -227,7 +227,7 @@ checkstyle {
227
227
sonarqube {
228
228
properties {
229
229
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"
231
231
}
232
232
}
233
233
Original file line number Diff line number Diff line change 1
- rootProject. name = ' trellis-service- namespaces-json '
1
+ rootProject. name = ' trellis-namespaces'
Original file line number Diff line number Diff line change 1
1
<?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}" >
3
3
<repository >mvn:edu.amherst.acdc/trellis-spi/${trellisSpiVersion}/xml/features</repository >
4
4
5
- <feature name =" trellis-service- namespaces-json " version =" ${project.version}" >
5
+ <feature name =" trellis-namespaces" version =" ${project.version}" >
6
6
<details >Installs the Trellis JSON-file-based Namespace service</details >
7
7
8
8
<feature >trellis-spi</feature >
9
9
10
- <bundle >mvn:edu.amherst.acdc/trellis-service- namespaces-json /${project.version}</bundle >
10
+ <bundle >mvn:edu.amherst.acdc/trellis-namespaces/${project.version}</bundle >
11
11
</feature >
12
12
</features >
You can’t perform that action at this time.
0 commit comments