Skip to content

Commit bc798ed

Browse files
chore: Set project version and resolve dependencies. 8.2.0-414
1 parent ca49bf1 commit bc798ed

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>8.2.0-0</version>
10+
<version>8.2.0-414</version>
1111
</parent>
1212

1313
<artifactId>rest-utils</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>rest-utils-parent</artifactId>
1010
<groupId>io.confluent</groupId>
11-
<version>8.2.0-0</version>
11+
<version>8.2.0-414</version>
1212
</parent>
1313

1414
<artifactId>rest-utils-examples</artifactId>

fips-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.confluent</groupId>
88
<artifactId>rest-utils-parent</artifactId>
9-
<version>8.2.0-0</version>
9+
<version>8.2.0-414</version>
1010
</parent>
1111

1212
<artifactId>rest-utils-fips-tests</artifactId>

package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.confluent</groupId>
99
<artifactId>rest-utils-parent</artifactId>
10-
<version>8.2.0-0</version>
10+
<version>8.2.0-414</version>
1111
</parent>
1212

1313
<artifactId>rest-utils-package</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<parent>
99
<groupId>io.confluent</groupId>
1010
<artifactId>common</artifactId>
11-
<version>[8.2.0-0, 8.2.1-0)</version>
11+
<version>8.2.0-619</version>
1212
</parent>
1313

1414
<artifactId>rest-utils-parent</artifactId>
1515
<packaging>pom</packaging>
1616
<name>rest-utils-parent</name>
17-
<version>8.2.0-0</version>
17+
<version>8.2.0-414</version>
1818
<organization>
1919
<name>Confluent, Inc.</name>
2020
<url>https://confluent.io</url>
@@ -56,7 +56,7 @@
5656
<jersey.version>3.1.9</jersey.version>
5757
<asynchttpclient.version>2.12.4</asynchttpclient.version>
5858
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
59-
<io.confluent.rest-utils.version>8.2.0-0</io.confluent.rest-utils.version>
59+
<io.confluent.rest-utils.version>8.2.0-414</io.confluent.rest-utils.version>
6060
<conscrypt.version>2.5.2</conscrypt.version>
6161
</properties>
6262

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.confluent</groupId>
1010
<artifactId>rest-utils-parent</artifactId>
11-
<version>8.2.0-0</version>
11+
<version>8.2.0-414</version>
1212
</parent>
1313

1414
<artifactId>rest-utils-test</artifactId>

0 commit comments

Comments
 (0)