[maven-release-plugin] prepare release v1.2.0.Alpha1

This commit is contained in:
Debezium Builder 2020-04-16 02:22:00 -04:00
parent 0c832e469e
commit e704bccdaa
20 changed files with 30 additions and 22 deletions

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -99,7 +99,7 @@
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass> <mainClass>org.openjdk.jmh.Main</mainClass>
</transformer> </transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers> </transformers>
<filters> <filters>
<filter> <filter>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-quarkus-outbox-parent</artifactId> <artifactId>debezium-quarkus-outbox-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-quarkus-outbox-parent</artifactId> <artifactId>debezium-quarkus-outbox-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-quarkus-outbox-parent</artifactId> <artifactId>debezium-quarkus-outbox-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-testing</artifactId> <artifactId>debezium-testing</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-testing</artifactId> <artifactId>debezium-testing</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-parent</artifactId> <artifactId>debezium-parent</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<name>Debezium Parent POM</name> <name>Debezium Parent POM</name>
<description>Debezium is an open source change data capture platform</description> <description>Debezium is an open source change data capture platform</description>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -19,7 +19,7 @@
<connection>scm:git:git@github.com:debezium/debezium.git</connection> <connection>scm:git:git@github.com:debezium/debezium.git</connection>
<developerConnection>scm:git:git@github.com:debezium/debezium.git</developerConnection> <developerConnection>scm:git:git@github.com:debezium/debezium.git</developerConnection>
<url>https://github.com/debezium/debezium</url> <url>https://github.com/debezium/debezium</url>
<tag>HEAD</tag> <tag>v1.2.0.Alpha1</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>jira</system> <system>jira</system>

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-checkstyle</artifactId> <artifactId>debezium-checkstyle</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<name>Debezium Checkstyle Rules</name> <name>Debezium Checkstyle Rules</name>
<description>Contains the definitions for the Debezium commons code style and conventions</description> <description>Contains the definitions for the Debezium commons code style and conventions</description>
@ -84,4 +84,8 @@
</exclusions> </exclusions>
</dependency> </dependency>
</dependencies> </dependencies>
<scm>
<tag>v1.2.0.Alpha1</tag>
</scm>
</project> </project>

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.debezium</groupId> <groupId>io.debezium</groupId>
<artifactId>debezium-ide-configs</artifactId> <artifactId>debezium-ide-configs</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0.Alpha1</version>
<name>Debezium IDE Formatting Rules</name> <name>Debezium IDE Formatting Rules</name>
<description>Contains the definitions for the Debezium commons code style and conventions applicable in formatter and IDEs</description> <description>Contains the definitions for the Debezium commons code style and conventions applicable in formatter and IDEs</description>
@ -37,4 +37,8 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<scm>
<tag>v1.2.0.Alpha1</tag>
</scm>
</project> </project>