Skip to content

Commit 8d6cbb3

Browse files
committed
Version 0.3.21
1 parent 81ba00b commit 8d6cbb3

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

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.20</version>
14+
<version>0.3.21</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.20</version>
16+
<version>0.3.21</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.20</version>
28+
<version>0.3.21</version>
2929
<classifier>uberjar</classifier>
3030
</dependency>
3131
```

client/pom.xml

Lines changed: 2 additions & 2 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.21-pre2</version>
7+
<version>0.3.21</version>
88
</parent>
99

1010
<artifactId>client</artifactId>
@@ -233,7 +233,7 @@
233233
<shadeSourcesContent>true</shadeSourcesContent>
234234
<useDependencyReducedPomInJar>true</useDependencyReducedPomInJar>
235235
<transformers>
236-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"></transformer>
236+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
237237
</transformers>
238238
</configuration>
239239
</execution>

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.20</version>
16+
<version>0.3.21</version>
1717
</dependency>
1818
```
1919

log4j-one-listener/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.21-pre2</version>
7+
<version>0.3.21</version>
88
</parent>
99

1010
<artifactId>log4j-one-listener</artifactId>

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.20</version>
16+
<version>0.3.21</version>
1717
</dependency>
1818
```
1919

log4j-two-listener/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.21-pre2</version>
7+
<version>0.3.21</version>
88
</parent>
99

1010
<artifactId>log4j-two-listener</artifactId>

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.20</version>
18+
<version>0.3.21</version>
1919
</dependency>
2020
```
2121

logback-listener/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.21-pre2</version>
7+
<version>0.3.21</version>
88
</parent>
99

1010
<artifactId>logback-listener</artifactId>

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.20</version>
24+
<version>0.3.21</version>
2525
</dependency>
2626
```
2727

0 commit comments

Comments
 (0)