Skip to content

Commit 18638c7

Browse files
committed
Fix wrong groupId for jitpack
1 parent 7dc6f61 commit 18638c7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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-spec</groupId>
7+
<groupId>com.github.cnsgithub.restdocs-spec</groupId>
88
<artifactId>restdocs-spec</artifactId>
9-
<version>0.10.2-cns</version>
9+
<version>0.10.3-cns</version>
1010
<packaging>pom</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>

restdocs-spec-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
7+
<groupId>com.github.cnsgithub.restdocs-spec</groupId>
88
<artifactId>restdocs-spec</artifactId>
9-
<version>0.10.2-cns</version>
9+
<version>0.10.3-cns</version>
1010
</parent>
1111

1212
<artifactId>restdocs-spec-generator</artifactId>

restdocs-spec-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<parent>
9-
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
9+
<groupId>com.github.cnsgithub.restdocs-spec</groupId>
1010
<artifactId>restdocs-spec</artifactId>
11-
<version>0.10.2-cns</version>
11+
<version>0.10.3-cns</version>
1212
</parent>
1313

1414
<artifactId>restdocs-spec-maven-plugin</artifactId>
@@ -43,7 +43,7 @@
4343
<scope>provided</scope>
4444
</dependency>
4545
<dependency>
46-
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
46+
<groupId>com.github.cnsgithub.restdocs-spec</groupId>
4747
<artifactId>restdocs-spec-generator</artifactId>
4848
<version>${project.version}</version>
4949
</dependency>

restdocs-spec-maven-plugin/src/it/default-settings/pom.xml

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

6-
<groupId>com.github.berkleytechnologyservices.restdocs-spec.it</groupId>
6+
<groupId>com.github.cnsgithub.restdocs-spec.it</groupId>
77
<artifactId>default-settings-it</artifactId>
88
<version>1.0-SNAPSHOT</version>
99

0 commit comments

Comments
 (0)