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
The following commit(s) were added to refs/heads/main by this push:
new 7f0dcbf release 1.1.0
7f0dcbf is described below
commit 7f0dcbf2357007387c116b5952fe1d96bcdf8813
Author: 2011shenlin <[email protected]>
AuthorDate: Sat Feb 17 23:56:48 2024 +0800
release 1.1.0
---
pom.xml | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/pom.xml b/pom.xml
index d3fc324..c7965e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>rocketmq-eventbridge-1.1.0</tag>
+ <tag>HEAD</tag>
</scm>
<mailingLists>
@@ -419,26 +419,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>