Skip to content

Commit 233e2ff

Browse files
committed
[hotfix][build] Bump to 1.1-SNAPSHOT after v1.0 release
1 parent 5a518ac commit 233e2ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flink-connector-prometheus-request-signer-amp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.flink</groupId>
2626
<artifactId>flink-connector-prometheus-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<name>Flink : Connectors : Prometheus : Amazon Managed Prometheus Request Signer</name>

flink-connector-prometheus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ under the License.
2424
<parent>
2525
<groupId>org.apache.flink</groupId>
2626
<artifactId>flink-connector-prometheus-parent</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.1-SNAPSHOT</version>
2828
</parent>
2929

3030
<name>Flink : Connectors : Prometheus</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ under the License.
3030

3131
<groupId>org.apache.flink</groupId>
3232
<artifactId>flink-connector-prometheus-parent</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>1.1-SNAPSHOT</version>
3434
<packaging>pom</packaging>
3535

3636
<name>Flink : Connectors : Prometheus : Parent</name>

0 commit comments

Comments
 (0)