Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Mar 10, 2022
1 parent e166028 commit 1de6ed7
Show file tree
Hide file tree
Showing 62 changed files with 63 additions and 323 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<packaging>pom</packaging>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>

<name>SeaTunnel</name>

Expand All @@ -46,7 +46,7 @@
<connection>scm:git:https://github.com/apache/incubator-seatunnel.git</connection>
<developerConnection>scm:git:https://github.com/apache/incubator-seatunnel.git</developerConnection>
<url>https://github.com/apache/incubator-seatunnel</url>
<tag>2.1.0</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion seatunnel-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seatunnel-apis</artifactId>
Expand Down
7 changes: 1 addition & 6 deletions seatunnel-apis/seatunnel-api-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-apis</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -40,9 +40,4 @@
<version>${project.version}</version>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
8 changes: 1 addition & 7 deletions seatunnel-apis/seatunnel-api-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-apis</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -86,10 +86,4 @@
</dependency>

</dependencies>



<scm>
<tag>2.1.0</tag>
</scm>
</project>
7 changes: 1 addition & 6 deletions seatunnel-apis/seatunnel-api-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-apis</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -52,9 +52,4 @@
<artifactId>lz4</artifactId>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion seatunnel-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seatunnel-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion seatunnel-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seatunnel-config</artifactId>
Expand Down
6 changes: 1 addition & 5 deletions seatunnel-config/seatunnel-config-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-config</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>seatunnel-config-base</artifactId>
Expand Down Expand Up @@ -127,8 +127,4 @@

</plugins>
</build>

<scm>
<tag>2.1.0</tag>
</scm>
</project>
6 changes: 1 addition & 5 deletions seatunnel-config/seatunnel-config-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-config</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -78,8 +78,4 @@

</plugins>
</build>

<scm>
<tag>2.1.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion seatunnel-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 1 addition & 6 deletions seatunnel-connectors/seatunnel-connectors-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -40,9 +40,4 @@
<module>seatunnel-connector-flink-doris</module>
<module>seatunnel-connector-flink-influxdb</module>
</modules>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -49,9 +49,4 @@
</dependency>

</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -53,9 +53,4 @@
<version>${flink.version}</version>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -47,8 +47,4 @@
<artifactId>calcite-druid</artifactId>
</dependency>
</dependencies>

<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -56,9 +56,4 @@
<artifactId>transport</artifactId>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -48,9 +48,4 @@
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -68,9 +68,4 @@
<artifactId>junit</artifactId>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -43,8 +43,4 @@
<artifactId>influxdb-java</artifactId>
</dependency>
</dependencies>

<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -58,9 +58,4 @@
<artifactId>flink-connector-jdbc_${scala.binary.version}</artifactId>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -55,9 +55,4 @@
<artifactId>flink-connector-kafka_${scala.binary.version}</artifactId>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -48,9 +48,4 @@
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
</dependency>
</dependencies>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
7 changes: 1 addition & 6 deletions seatunnel-connectors/seatunnel-connectors-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors</artifactId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -50,9 +50,4 @@
<module>seatunnel-connector-spark-neo4j</module>
<module>seatunnel-connector-spark-iceberg</module>
</modules>


<scm>
<tag>2.1.0</tag>
</scm>
</project>
Loading

0 comments on commit 1de6ed7

Please sign in to comment.