Skip to content

Commit 514f7c8

Browse files
committed
[maven-release-plugin] prepare release rocketmq-proto-2.0.0
1 parent d1bc2cc commit 514f7c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<groupId>org.apache</groupId>
2321
<artifactId>apache</artifactId>
@@ -28,7 +26,7 @@
2826

2927
<groupId>org.apache.rocketmq</groupId>
3028
<artifactId>rocketmq-proto</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
29+
<version>2.0.0</version>
3230

3331
<properties>
3432
<maven.compiler.release>8</maven.compiler.release>
@@ -141,5 +139,6 @@
141139
<url>git@github.com:apache/rocketmq-apis.git</url>
142140
<connection>scm:git:git@github.com:apache/rocketmq-apis.git</connection>
143141
<developerConnection>scm:git:git@github.com:apache/rocketmq-apis.git</developerConnection>
144-
</scm>
142+
<tag>rocketmq-proto-2.0.0</tag>
143+
</scm>
145144
</project>

0 commit comments

Comments
 (0)