Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rocketmq-proto-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-ai committed Jul 15, 2022
1 parent d1bc2cc commit 514f7c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,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">
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
Expand All @@ -28,7 +26,7 @@

<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-proto</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

<properties>
<maven.compiler.release>8</maven.compiler.release>
Expand Down Expand Up @@ -141,5 +139,6 @@
<url>[email protected]:apache/rocketmq-apis.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-apis.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-apis.git</developerConnection>
</scm>
<tag>rocketmq-proto-2.0.0</tag>
</scm>
</project>

0 comments on commit 514f7c8

Please sign in to comment.