Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun committed Apr 18, 2022
1 parent ec62ef0 commit 81c523b
Show file tree
Hide file tree
Showing 68 changed files with 372 additions and 277 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -27,7 +25,7 @@
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<packaging>pom</packaging>
<version>${revision}</version>
<version>2.1.1</version>

<name>SeaTunnel</name>

Expand All @@ -48,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>HEAD</tag>
<tag>2.1.1</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -711,8 +709,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down
6 changes: 2 additions & 4 deletions seatunnel-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seatunnel-apis</artifactId>
Expand Down
10 changes: 6 additions & 4 deletions seatunnel-apis/seatunnel-api-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-apis</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -43,4 +41,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.1.1</tag>
</scm>
</project>
10 changes: 6 additions & 4 deletions seatunnel-apis/seatunnel-api-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-apis</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -90,4 +88,8 @@
</dependencies>



<scm>
<tag>2.1.1</tag>
</scm>
</project>
10 changes: 6 additions & 4 deletions seatunnel-apis/seatunnel-api-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-apis</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -55,4 +53,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.1.1</tag>
</scm>
</project>
6 changes: 2 additions & 4 deletions seatunnel-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seatunnel-common</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions seatunnel-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>seatunnel-config</artifactId>
Expand Down
16 changes: 8 additions & 8 deletions seatunnel-config/seatunnel-config-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-config</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>seatunnel-config-base</artifactId>
Expand Down Expand Up @@ -91,10 +89,8 @@
</relocation>
</relocations>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer" />
</transformers>
</configuration>
<executions>
Expand Down Expand Up @@ -132,4 +128,8 @@

</plugins>
</build>

<scm>
<tag>2.1.1</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions seatunnel-config/seatunnel-config-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-config</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -83,4 +82,8 @@

</plugins>
</build>

<scm>
<tag>2.1.1</tag>
</scm>
</project>
6 changes: 2 additions & 4 deletions seatunnel-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 6 additions & 4 deletions seatunnel-connectors/seatunnel-connectors-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -44,4 +42,8 @@
<module>seatunnel-connector-flink-clickhouse</module>
</modules>


<scm>
<tag>2.1.1</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -61,4 +59,8 @@

</dependencies>


<scm>
<tag>2.1.1</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -52,4 +50,8 @@

</dependencies>


<scm>
<tag>2.1.1</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -56,4 +54,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.1.1</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<scm>
<tag>2.1.1</tag>
</scm>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-connectors-flink</artifactId>
<version>${revision}</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -60,4 +58,8 @@
</dependency>
</dependencies>


<scm>
<tag>2.1.1</tag>
</scm>
</project>
Loading

0 comments on commit 81c523b

Please sign in to comment.