Skip to content

Commit 093f949

Browse files
committed
Revert artifact coordinates
1 parent 2d6c8ac commit 093f949

File tree

11 files changed

+29
-29
lines changed

11 files changed

+29
-29
lines changed

kotlin-asyncapi-annotation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.asyncapi</groupId>
6+
<groupId>org.openfolder</groupId>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
88
<version>3.0.4-SNAPSHOT</version>
99
</parent>

kotlin-asyncapi-context/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.asyncapi</groupId>
6+
<groupId>org.openfolder</groupId>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
88
<version>3.0.4-SNAPSHOT</version>
99
</parent>
@@ -16,15 +16,15 @@
1616

1717
<dependencies>
1818
<dependency>
19-
<groupId>com.asyncapi</groupId>
19+
<groupId>org.openfolder</groupId>
2020
<artifactId>kotlin-asyncapi-core</artifactId>
2121
</dependency>
2222
<dependency>
23-
<groupId>com.asyncapi</groupId>
23+
<groupId>org.openfolder</groupId>
2424
<artifactId>kotlin-asyncapi-script</artifactId>
2525
</dependency>
2626
<dependency>
27-
<groupId>com.asyncapi</groupId>
27+
<groupId>org.openfolder</groupId>
2828
<artifactId>kotlin-asyncapi-annotation</artifactId>
2929
</dependency>
3030
<dependency>

kotlin-asyncapi-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.asyncapi</groupId>
6+
<groupId>org.openfolder</groupId>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
88
<version>3.0.4-SNAPSHOT</version>
99
</parent>

kotlin-asyncapi-examples/kotlin-asyncapi-ktor-example/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<parent>
88
<artifactId>kotlin-asyncapi-examples</artifactId>
9-
<groupId>com.asyncapi</groupId>
9+
<groupId>org.openfolder</groupId>
1010
<version>3.0.4-SNAPSHOT</version>
1111
</parent>
1212

@@ -26,7 +26,7 @@
2626
</properties>
2727
<dependencies>
2828
<dependency>
29-
<groupId>com.asyncapi</groupId>
29+
<groupId>org.openfolder</groupId>
3030
<artifactId>kotlin-asyncapi-ktor</artifactId>
3131
</dependency>
3232
<dependency>
@@ -137,7 +137,7 @@
137137
</executions>
138138
</plugin>
139139
<plugin>
140-
<groupId>com.asyncapi</groupId>
140+
<groupId>org.openfolder</groupId>
141141
<artifactId>kotlin-asyncapi-maven-plugin</artifactId>
142142
<version>${version}</version>
143143
<executions>

kotlin-asyncapi-examples/kotlin-asyncapi-spring-boot-example/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<artifactId>kotlin-asyncapi-examples</artifactId>
8-
<groupId>com.asyncapi</groupId>
8+
<groupId>org.openfolder</groupId>
99
<version>3.0.4-SNAPSHOT</version>
1010
</parent>
1111

@@ -36,7 +36,7 @@
3636

3737
<dependencies>
3838
<dependency>
39-
<groupId>com.asyncapi</groupId>
39+
<groupId>org.openfolder</groupId>
4040
<artifactId>kotlin-asyncapi-spring-web</artifactId>
4141
</dependency>
4242

@@ -104,7 +104,7 @@
104104
</dependencies>
105105
</plugin>
106106
<plugin>
107-
<groupId>com.asyncapi</groupId>
107+
<groupId>org.openfolder</groupId>
108108
<artifactId>kotlin-asyncapi-maven-plugin</artifactId>
109109
<version>${version}</version>
110110
<executions>

kotlin-asyncapi-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
8-
<groupId>com.asyncapi</groupId>
8+
<groupId>org.openfolder</groupId>
99
<version>3.0.4-SNAPSHOT</version>
1010
</parent>
1111

kotlin-asyncapi-ktor/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.asyncapi</groupId>
6+
<groupId>org.openfolder</groupId>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
88
<version>3.0.4-SNAPSHOT</version>
99
</parent>
@@ -16,7 +16,7 @@
1616

1717
<dependencies>
1818
<dependency>
19-
<groupId>com.asyncapi</groupId>
19+
<groupId>org.openfolder</groupId>
2020
<artifactId>kotlin-asyncapi-context</artifactId>
2121
</dependency>
2222
<dependency>

kotlin-asyncapi-maven-plugin/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>kotlin-asyncapi-parent</artifactId>
6-
<groupId>com.asyncapi</groupId>
6+
<groupId>org.openfolder</groupId>
77
<version>3.0.4-SNAPSHOT</version>
88
</parent>
99

@@ -15,11 +15,11 @@
1515

1616
<dependencies>
1717
<dependency>
18-
<groupId>com.asyncapi</groupId>
18+
<groupId>org.openfolder</groupId>
1919
<artifactId>kotlin-asyncapi-core</artifactId>
2020
</dependency>
2121
<dependency>
22-
<groupId>com.asyncapi</groupId>
22+
<groupId>org.openfolder</groupId>
2323
<artifactId>kotlin-asyncapi-script</artifactId>
2424
</dependency>
2525
<dependency>

kotlin-asyncapi-script/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<artifactId>kotlin-asyncapi-parent</artifactId>
6-
<groupId>com.asyncapi</groupId>
6+
<groupId>org.openfolder</groupId>
77
<version>3.0.4-SNAPSHOT</version>
88
</parent>
99

@@ -15,7 +15,7 @@
1515

1616
<dependencies>
1717
<dependency>
18-
<groupId>com.asyncapi</groupId>
18+
<groupId>org.openfolder</groupId>
1919
<artifactId>kotlin-asyncapi-core</artifactId>
2020
</dependency>
2121
<dependency>

kotlin-asyncapi-spring-web/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.asyncapi</groupId>
6+
<groupId>org.openfolder</groupId>
77
<artifactId>kotlin-asyncapi-parent</artifactId>
88
<version>3.0.4-SNAPSHOT</version>
99
</parent>
@@ -16,7 +16,7 @@
1616

1717
<dependencies>
1818
<dependency>
19-
<groupId>com.asyncapi</groupId>
19+
<groupId>org.openfolder</groupId>
2020
<artifactId>kotlin-asyncapi-context</artifactId>
2121
</dependency>
2222
<dependency>

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>com.asyncapi</groupId>
5+
<groupId>org.openfolder</groupId>
66
<artifactId>kotlin-asyncapi-parent</artifactId>
77
<version>3.0.4-SNAPSHOT</version>
88
<packaging>pom</packaging>
@@ -232,32 +232,32 @@
232232
<dependencyManagement>
233233
<dependencies>
234234
<dependency>
235-
<groupId>com.asyncapi</groupId>
235+
<groupId>org.openfolder</groupId>
236236
<artifactId>kotlin-asyncapi-spring-web</artifactId>
237237
<version>${project.version}</version>
238238
</dependency>
239239
<dependency>
240-
<groupId>com.asyncapi</groupId>
240+
<groupId>org.openfolder</groupId>
241241
<artifactId>kotlin-asyncapi-ktor</artifactId>
242242
<version>${project.version}</version>
243243
</dependency>
244244
<dependency>
245-
<groupId>com.asyncapi</groupId>
245+
<groupId>org.openfolder</groupId>
246246
<artifactId>kotlin-asyncapi-core</artifactId>
247247
<version>${project.version}</version>
248248
</dependency>
249249
<dependency>
250-
<groupId>com.asyncapi</groupId>
250+
<groupId>org.openfolder</groupId>
251251
<artifactId>kotlin-asyncapi-script</artifactId>
252252
<version>${project.version}</version>
253253
</dependency>
254254
<dependency>
255-
<groupId>com.asyncapi</groupId>
255+
<groupId>org.openfolder</groupId>
256256
<artifactId>kotlin-asyncapi-annotation</artifactId>
257257
<version>${project.version}</version>
258258
</dependency>
259259
<dependency>
260-
<groupId>com.asyncapi</groupId>
260+
<groupId>org.openfolder</groupId>
261261
<artifactId>kotlin-asyncapi-context</artifactId>
262262
<version>${project.version}</version>
263263
</dependency>

0 commit comments

Comments
 (0)