This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch release/1.0.0 in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 8779db00ecf9243662d8f22d8c40b14f1c5b606a Author: 2011shenlin <[email protected]> AuthorDate: Mon Sep 19 10:01:09 2022 +0800 [maven-release-plugin] prepare release rocketmq-eventbridge-1.0.0 --- adapter/api/pom.xml | 4 ++-- adapter/persistence/pom.xml | 4 ++-- adapter/pom.xml | 7 +++---- adapter/rpc/pom.xml | 4 ++-- common/pom.xml | 7 +++---- domain/pom.xml | 7 +++---- pom.xml | 44 ++++++++++++++++++++++---------------------- start/pom.xml | 7 +++---- 8 files changed, 40 insertions(+), 44 deletions(-) diff --git a/adapter/api/pom.xml b/adapter/api/pom.xml index eecba00..8b7c3b0 100644 --- a/adapter/api/pom.xml +++ b/adapter/api/pom.xml @@ -13,12 +13,12 @@ <parent> <artifactId>rocketmq-eventbridge-adapter</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-eventbridge-adapter-api</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <jakarta.version>2.1.6</jakarta.version> diff --git a/adapter/persistence/pom.xml b/adapter/persistence/pom.xml index b83aa2a..2e2a2f1 100644 --- a/adapter/persistence/pom.xml +++ b/adapter/persistence/pom.xml @@ -13,12 +13,12 @@ <parent> <artifactId>rocketmq-eventbridge-adapter</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-eventbridge-adapter-persistence</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <mysql-connector-java.version>8.0.28</mysql-connector-java.version> diff --git a/adapter/pom.xml b/adapter/pom.xml index 381f39f..5ca9fc2 100644 --- a/adapter/pom.xml +++ b/adapter/pom.xml @@ -9,17 +9,16 @@ OF ANY KIND, either express or implied. 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"> <parent> <artifactId>rocketmq-eventbridge</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-eventbridge-adapter</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <modules> diff --git a/adapter/rpc/pom.xml b/adapter/rpc/pom.xml index 46008ad..1e6b23e 100644 --- a/adapter/rpc/pom.xml +++ b/adapter/rpc/pom.xml @@ -13,7 +13,7 @@ <parent> <artifactId>rocketmq-eventbridge-adapter</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -25,7 +25,7 @@ <reactor.version>3.1.7.RELEASE</reactor.version> </properties> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <dependencies> <!-- Project Modules --> <dependency> diff --git a/common/pom.xml b/common/pom.xml index bd275ba..07126c5 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -9,17 +9,16 @@ OF ANY KIND, either express or implied. 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"> <parent> <artifactId>rocketmq-eventbridge</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-eventbridge-common</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <maven.compiler.source>8</maven.compiler.source> diff --git a/domain/pom.xml b/domain/pom.xml index d49bee5..42642d4 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -9,17 +9,16 @@ OF ANY KIND, either express or implied. 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"> <parent> <artifactId>rocketmq-eventbridge</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-eventbridge-domain</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <dependencies> <!-- Project Modules --> diff --git a/pom.xml b/pom.xml index 25ba1c7..56fe616 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <groupId>org.apache.rocketmq</groupId> <artifactId>rocketmq-eventbridge</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>Apache RocketMQ EventBridge ${project.version}</name> <url>https://github.com/apache/rocketmq-eventbridge</url> @@ -29,7 +29,7 @@ <url>[email protected]:apache/rocketmq-eventbridge.git</url> <connection>scm:git:[email protected]:apache/rocketmq-eventbridge.git</connection> <developerConnection>scm:git:[email protected]:apache/rocketmq-eventbridge.git</developerConnection> - <tag>1.0.0</tag> + <tag>rocketmq-eventbridge-1.0.0</tag> </scm> <mailingLists> @@ -322,26 +322,26 @@ </execution> </executions> </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> - <executions> - <execution> - <id>verify</id> - <phase>verify</phase> - <configuration> - <configLocation>style/rmq_checkstyle.xml</configLocation> - <encoding>UTF-8</encoding> - <consoleOutput>true</consoleOutput> - <failsOnError>true</failsOnError> - <includeTestSourceDirectory>false</includeTestSourceDirectory> - </configuration> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> +<!-- <plugin>--> +<!-- <artifactId>maven-checkstyle-plugin</artifactId>--> +<!-- <version>2.17</version>--> +<!-- <executions>--> +<!-- <execution>--> +<!-- <id>verify</id>--> +<!-- <phase>verify</phase>--> +<!-- <configuration>--> +<!-- <configLocation>style/rmq_checkstyle.xml</configLocation>--> +<!-- <encoding>UTF-8</encoding>--> +<!-- <consoleOutput>true</consoleOutput>--> +<!-- <failsOnError>true</failsOnError>--> +<!-- <includeTestSourceDirectory>false</includeTestSourceDirectory>--> +<!-- </configuration>--> +<!-- <goals>--> +<!-- <goal>check</goal>--> +<!-- </goals>--> +<!-- </execution>--> +<!-- </executions>--> +<!-- </plugin>--> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> diff --git a/start/pom.xml b/start/pom.xml index 4141361..a2eccb9 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -9,17 +9,16 @@ OF ANY KIND, either express or implied. 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"> <parent> <artifactId>rocketmq-eventbridge</artifactId> <groupId>org.apache.rocketmq</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>rocketmq-eventbridge-start</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <maven.compiler.source>8</maven.compiler.source>
