This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 594082e2d58ca49d89c37c8b89a63c123677045e Author: 2011shenlin <[email protected]> AuthorDate: Mon Sep 19 22:48:18 2022 +0800 [maven-release-plugin] prepare release rocketmq-eventbridge-1.0.0 --- adapter/api/pom.xml | 8 +++----- adapter/persistence/pom.xml | 8 +++----- adapter/pom.xml | 6 ++---- adapter/rpc/pom.xml | 8 +++----- common/pom.xml | 6 ++---- domain/pom.xml | 6 ++---- pom.xml | 48 ++++++++++++++++++++++----------------------- start/pom.xml | 6 ++---- 8 files changed, 40 insertions(+), 56 deletions(-) diff --git a/adapter/api/pom.xml b/adapter/api/pom.xml index 67748f9..8b7c3b0 100644 --- a/adapter/api/pom.xml +++ b/adapter/api/pom.xml @@ -9,18 +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-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 5fb2f24..2e2a2f1 100644 --- a/adapter/persistence/pom.xml +++ b/adapter/persistence/pom.xml @@ -9,18 +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-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 dd34136..cbf99f4 100644 --- a/adapter/pom.xml +++ b/adapter/pom.xml @@ -9,13 +9,11 @@ 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> diff --git a/adapter/rpc/pom.xml b/adapter/rpc/pom.xml index 70ee7e5..1e6b23e 100644 --- a/adapter/rpc/pom.xml +++ b/adapter/rpc/pom.xml @@ -9,13 +9,11 @@ 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-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> @@ -27,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 75d01a4..6e1fda9 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -9,13 +9,11 @@ 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> diff --git a/domain/pom.xml b/domain/pom.xml index fd92923..925f9f5 100644 --- a/domain/pom.xml +++ b/domain/pom.xml @@ -9,13 +9,11 @@ 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> diff --git a/pom.xml b/pom.xml index bebffb2..2c52545 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,7 @@ 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> <groupId>org.apache</groupId> @@ -23,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> @@ -31,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>HEAD</tag> + <tag>rocketmq-eventbridge-1.0.0</tag> </scm> <mailingLists> @@ -330,26 +328,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 070cdff..436d7a2 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -9,13 +9,11 @@ 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>
