Skip to content

Commit acbfc3b

Browse files
committed
updating groupId to work with jitpack
1 parent 3e3ac0d commit acbfc3b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Restdocs Spec Generation Support
22

33
[![Build Status](https://travis-ci.org/BerkleyTechnologyServices/restdocs-spec.svg?branch=master)](https://travis-ci.org/BerkleyTechnologyServices/restdocs-spec)
4+
[![Release](https://jitpack.io/v/berkleytechnologyservices/restdocs-spec.svg)](https://jitpack.io/#berkleytechnologyservices/restdocs-spec)
45

56
## Usage
67

@@ -14,7 +15,7 @@ Here is a typical `pom.xml` configuration:
1415

1516
```xml
1617
<plugin>
17-
<groupId>com.berkleytechnologyservices.restdocs</groupId>
18+
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
1819
<artifactId>restdocs-spec-maven-plugin</artifactId>
1920
<version>0.1</version>
2021
<executions>
@@ -34,7 +35,7 @@ If you would prefer that the OpenAPI 2.0 document is in JSON format you can spec
3435

3536
```xml
3637
<plugin>
37-
<groupId>com.berkleytechnologyservices.restdocs</groupId>
38+
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
3839
<artifactId>restdocs-spec-maven-plugin</artifactId>
3940
<version>0.1</version>
4041
<executions>
@@ -54,7 +55,7 @@ There are several other aspects you can optionally configure. Here is the full
5455

5556
```xml
5657
<plugin>
57-
<groupId>com.berkleytechnologyservices.restdocs</groupId>
58+
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
5859
<artifactId>restdocs-spec-maven-plugin</artifactId>
5960
<version>0.1</version>
6061
<executions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.berkleytechnologyservices.restdocs</groupId>
7+
<groupId>com.github.berkleytechnologyservices.restdocs</groupId>
88
<artifactId>restdocs-spec</artifactId>
99
<version>0.2-SNAPSHOT</version>
1010
<packaging>pom</packaging>

restdocs-spec-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<parent>
9-
<groupId>com.berkleytechnologyservices.restdocs</groupId>
9+
<groupId>com.github.berkleytechnologyservices.restdocs</groupId>
1010
<artifactId>restdocs-spec</artifactId>
1111
<version>0.2-SNAPSHOT</version>
1212
</parent>

0 commit comments

Comments
 (0)