Skip to content

Commit

Permalink
[build][hotfix] Release branch should use SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardBang committed Dec 11, 2023
1 parent a4e82fd commit 4c413f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/data/pulsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
################################################################################

version: 4.1.0
version: 4.1-SNAPSHOT
flink_compatibility: [1.16, 1.17]
variants:
- maven: flink-connector-pulsar
Expand Down
2 changes: 1 addition & 1 deletion flink-connector-pulsar-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-pulsar-parent</artifactId>
<version>4.1.0</version>
<version>4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion flink-connector-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-pulsar-parent</artifactId>
<version>4.1.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>flink-connector-pulsar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-sql-connector-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-pulsar-parent</artifactId>
<version>4.1.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>flink-sql-connector-pulsar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ under the License.

<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-pulsar-parent</artifactId>
<version>4.1.0</version>
<version>4.1-SNAPSHOT</version>
<name>Flink : Connectors : Pulsar : Parent</name>
<packaging>pom</packaging>
<inceptionYear>2022</inceptionYear>
Expand Down

0 comments on commit 4c413f2

Please sign in to comment.