Skip to content

Commit 877845b

Browse files
committed
Bump version to 0.3.17 (final)
1 parent 8976305 commit 877845b

12 files changed

Lines changed: 20 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Maven
1111
<dependency>
1212
<groupId>cloud.prefab</groupId>
1313
<artifactId>client</artifactId>
14-
<version>0.3.16</version>
14+
<version>0.3.17</version>
1515
</dependency>
1616
```
1717

client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See full documentation https://docs.prefab.cloud/docs/java-sdk/java
1313
<dependency>
1414
<groupId>cloud.prefab</groupId>
1515
<artifactId>client</artifactId>
16-
<version>0.3.16</version>
16+
<version>0.3.17</version>
1717
</dependency>
1818
```
1919

@@ -25,7 +25,7 @@ For an uber-jar including relocated guava and failsafe dependencies add the "ube
2525
<dependency>
2626
<groupId>cloud.prefab</groupId>
2727
<artifactId>client</artifactId>
28-
<version>0.3.16</version>
28+
<version>0.3.17</version>
2929
<classifier>uberjar</classifier>
3030
</dependency>
3131
```

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>cloud.prefab</groupId>
66
<artifactId>prefab-cloud-parent</artifactId>
7-
<version>0.3.17-pre4</version>
7+
<version>0.3.17</version>
88
</parent>
99

1010
<artifactId>client</artifactId>

log4j-one-listener/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Maven
1313
<dependency>
1414
<groupId>cloud.prefab</groupId>
1515
<artifactId>log4j-one-listener</artifactId>
16-
<version>0.3.16</version>
16+
<version>0.3.17</version>
1717
</dependency>
1818
```
1919

log4j-one-listener/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>cloud.prefab</groupId>
66
<artifactId>prefab-cloud-parent</artifactId>
7-
<version>0.3.17-pre4</version>
7+
<version>0.3.17</version>
88
</parent>
99

1010
<artifactId>log4j-one-listener</artifactId>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>cloud.prefab</groupId>
1919
<artifactId>client</artifactId>
20-
<version>0.3.17-pre4</version>
20+
<version>0.3.17</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.google.guava</groupId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>cloud.prefab</groupId>
3939
<artifactId>client</artifactId>
40-
<version>0.3.17-pre4</version>
40+
<version>0.3.17</version>
4141
<type>test-jar</type>
4242
<scope>test</scope>
4343
</dependency>

log4j-two-listener/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _This logger is for the `org.apache.logging.log4j:log4j-core` version of Log4j_
1313
<dependency>
1414
<groupId>cloud.prefab</groupId>
1515
<artifactId>log4j-two-listener</artifactId>
16-
<version>0.3.16</version>
16+
<version>0.3.17</version>
1717
</dependency>
1818
```
1919

log4j-two-listener/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>cloud.prefab</groupId>
66
<artifactId>prefab-cloud-parent</artifactId>
7-
<version>0.3.17-pre4</version>
7+
<version>0.3.17</version>
88
</parent>
99

1010
<artifactId>log4j-two-listener</artifactId>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>cloud.prefab</groupId>
2121
<artifactId>client</artifactId>
22-
<version>0.3.17-pre4</version>
22+
<version>0.3.17</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.google.guava</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>cloud.prefab</groupId>
4848
<artifactId>client</artifactId>
49-
<version>0.3.17-pre4</version>
49+
<version>0.3.17</version>
5050
<type>test-jar</type>
5151
<scope>test</scope>
5252
</dependency>

logback-listener/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Maven
1515
<dependency>
1616
<groupId>cloud.prefab</groupId>
1717
<artifactId>logback-listener</artifactId>
18-
<version>0.3.16</version>
18+
<version>0.3.17</version>
1919
</dependency>
2020
```
2121

logback-listener/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>cloud.prefab</groupId>
66
<artifactId>prefab-cloud-parent</artifactId>
7-
<version>0.3.17-pre4</version>
7+
<version>0.3.17</version>
88
</parent>
99

1010
<artifactId>logback-listener</artifactId>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>cloud.prefab</groupId>
2121
<artifactId>client</artifactId>
22-
<version>0.3.17-pre4</version>
22+
<version>0.3.17</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.google.guava</groupId>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>cloud.prefab</groupId>
4747
<artifactId>client</artifactId>
48-
<version>0.3.17-pre4</version>
48+
<version>0.3.17</version>
4949
<type>test-jar</type>
5050
<scope>test</scope>
5151
</dependency>

micronaut/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Maven
2121
<dependency>
2222
<groupId>cloud.prefab</groupId>
2323
<artifactId>micronaut</artifactId>
24-
<version>0.3.16</version>
24+
<version>0.3.17</version>
2525
</dependency>
2626
```
2727

0 commit comments

Comments
 (0)