File tree 3 files changed +6
-10
lines changed
3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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" >
5
3
<parent >
6
4
<artifactId >rocketmq-streams-all</artifactId >
7
5
<groupId >org.apache.rocketmq</groupId >
8
- <version >1.1.0-SNAPSHOT </version >
6
+ <version >1.1.0</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <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" >
5
3
<parent >
6
4
<artifactId >rocketmq-streams-all</artifactId >
7
5
<groupId >org.apache.rocketmq</groupId >
8
- <version >1.1.0-SNAPSHOT </version >
6
+ <version >1.1.0</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 26
26
27
27
<groupId >org.apache.rocketmq</groupId >
28
28
<artifactId >rocketmq-streams-all</artifactId >
29
- <version >1.1.0-SNAPSHOT </version >
29
+ <version >1.1.0</version >
30
30
<name >Apache RocketMQ Streams ${project.version} </name >
31
31
<packaging >pom</packaging >
32
32
<url >https://rocketmq.apache.org/</url >
35
35
<url >git@github.com:apache/rocketmq-streams.git</url >
36
36
<connection >scm:git:git@github.com:apache/rocketmq-streams.git</connection >
37
37
<developerConnection >scm:git:git@github.com:apache/rocketmq-streams.git</developerConnection >
38
- <tag >HEAD </tag >
38
+ <tag >rocketmq-streams-all-1.1.0 </tag >
39
39
</scm >
40
40
41
41
<mailingLists >
You can’t perform that action at this time.
0 commit comments