Skip to content

Commit 72ee268

Browse files
committed
set version to 0.0.2
1 parent 0c4de13 commit 72ee268

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

ktapi-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-core</artifactId>
1010
<dependencies>

ktapi-okhttpWebsocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-okhttpWebsocket</artifactId>
1010
<dependencies>

ktapi-pusher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-pusher</artifactId>
1010
<dependencies>

ktapi-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-report</artifactId>
1010
<packaging>pom</packaging>

ktapi-retrofit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-retrofit</artifactId>
1010
<dependencies>

ktapi-retrofitRequester/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-retrofitRequester</artifactId>
1010
<dependencies>

ktapi-retrofitUnivosityCsvparser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-retrofitUnivosityTsvparser</artifactId>
1010
<dependencies>

ktapi-smartCache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-smartCache</artifactId>
1010
<dependencies>

ktapi-websocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.125m125.kt</groupId>
66
<artifactId>ktapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99
<artifactId>ktapi-websocket</artifactId>
1010
<dependencies>

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.125m125.kt</groupId>
55
<artifactId>ktapi</artifactId>
6-
<version>0.0.2-SNAPSHOT</version>
6+
<version>0.0.2</version>
77
<packaging>pom</packaging>
88
<name>ktapi</name>
99
<description>API implementation for Kadcontrade</description>
@@ -60,42 +60,42 @@
6060
<dependency>
6161
<groupId>de.125m125.kt</groupId>
6262
<artifactId>ktapi-core</artifactId>
63-
<version>0.0.2-SNAPSHOT</version>
63+
<version>0.0.2</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>de.125m125.kt</groupId>
6767
<artifactId>ktapi-okhttpWebsocket</artifactId>
68-
<version>0.0.2-SNAPSHOT</version>
68+
<version>0.0.2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>de.125m125.kt</groupId>
7272
<artifactId>ktapi-pusher</artifactId>
73-
<version>0.0.2-SNAPSHOT</version>
73+
<version>0.0.2</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>de.125m125.kt</groupId>
7777
<artifactId>ktapi-retrofit</artifactId>
78-
<version>0.0.2-SNAPSHOT</version>
78+
<version>0.0.2</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>de.125m125.kt</groupId>
8282
<artifactId>ktapi-retrofitRequester</artifactId>
83-
<version>0.0.2-SNAPSHOT</version>
83+
<version>0.0.2</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>de.125m125.kt</groupId>
8787
<artifactId>ktapi-retrofitUnivosityTsvparser</artifactId>
88-
<version>0.0.2-SNAPSHOT</version>
88+
<version>0.0.2</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>de.125m125.kt</groupId>
9292
<artifactId>ktapi-smartCache</artifactId>
93-
<version>0.0.2-SNAPSHOT</version>
93+
<version>0.0.2</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>de.125m125.kt</groupId>
9797
<artifactId>ktapi-websocket</artifactId>
98-
<version>0.0.2-SNAPSHOT</version>
98+
<version>0.0.2</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>junit</groupId>

0 commit comments

Comments
 (0)