Skip to content

Commit 7cfa4ce

Browse files
committed
fix(*): really fixing the groupId this time
1 parent 454a23c commit 7cfa4ce

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is a typical `pom.xml` configuration:
1717
<plugin>
1818
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
1919
<artifactId>restdocs-spec-maven-plugin</artifactId>
20-
<version>0.1</version>
20+
<version>${restdocs-spec.version}</version>
2121
<executions>
2222
<execution>
2323
<goals>
@@ -37,7 +37,7 @@ If you would prefer that the OpenAPI 2.0 document is in JSON format you can spec
3737
<plugin>
3838
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
3939
<artifactId>restdocs-spec-maven-plugin</artifactId>
40-
<version>0.1</version>
40+
<version>${restdocs-spec.version}</version>
4141
<executions>
4242
<execution>
4343
<goals>
@@ -57,7 +57,7 @@ There are several other aspects you can optionally configure. Here is the full
5757
<plugin>
5858
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
5959
<artifactId>restdocs-spec-maven-plugin</artifactId>
60-
<version>0.1</version>
60+
<version>${restdocs-spec.version}</version>
6161
<executions>
6262
<execution>
6363
<goals>
@@ -86,6 +86,5 @@ There are several other aspects you can optionally configure. Here is the full
8686

8787
* Support for additional specification formats is currently in development. We plan to add
8888
support for OpenAPI 3.0 and Postman Collections.
89-
* Currently the plugin is not available in Maven Central. However, we will be making it
90-
available through [JitPack](https://jitpack.io/) with plans to eventually get it into
91-
Maven Central.
89+
* Currently the plugin is not available in Maven Central. However, it is available through
90+
[JitPack](https://jitpack.io/) and we do plan to eventually get it into Maven Central.

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.github.berkleytechnologyservices.restdocs</groupId>
7+
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
88
<artifactId>restdocs-spec</artifactId>
99
<version>0.3-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.github.berkleytechnologyservices.restdocs</groupId>
9+
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
1010
<artifactId>restdocs-spec</artifactId>
1111
<version>0.3-SNAPSHOT</version>
1212
</parent>

0 commit comments

Comments
 (0)