Skip to content

Commit e081e50

Browse files
authored
Bump version to 2.7.1.5-rc-202104301334 (#181)
* Bump version to 2.7.1.5-rc-202104301334 * Change the pulsar groupId
1 parent af05ff3 commit e081e50

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

amqp-impl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.pulsar.handlers</groupId>
2424
<artifactId>pulsar-protocol-handler-amqp-parent</artifactId>
25-
<version>2.7.1.4</version>
25+
<version>2.7.1.5-rc-202104301334</version>
2626
</parent>
2727

2828
<groupId>io.streamnative.pulsar.handlers</groupId>

pom.xml

+19-18
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>io.streamnative.pulsar.handlers</groupId>
3131
<artifactId>pulsar-protocol-handler-amqp-parent</artifactId>
32-
<version>2.7.1.4</version>
32+
<version>2.7.1.5-rc-202104301334</version>
3333
<name>StreamNative :: Pulsar Protocol Handler :: AoP Parent</name>
3434
<description>Parent for AMQP on Pulsar implemented using Pulsar Protocol Handler.</description>
3535

@@ -46,7 +46,7 @@
4646
<log4j2.version>2.13.3</log4j2.version>
4747
<lombok.version>1.18.4</lombok.version>
4848
<mockito.version>2.22.0</mockito.version>
49-
<pulsar.version>2.7.1.4</pulsar.version>
49+
<pulsar.version>2.7.1.5-rc-202104301334</pulsar.version>
5050
<slf4j.version>1.7.25</slf4j.version>
5151
<spotbugs-annotations.version>3.1.8</spotbugs-annotations.version>
5252
<testcontainers.version>1.12.5</testcontainers.version>
@@ -109,43 +109,43 @@
109109
</dependency>
110110

111111
<dependency>
112-
<groupId>org.apache.pulsar</groupId>
112+
<groupId>io.streamnative</groupId>
113113
<artifactId>pulsar-websocket</artifactId>
114114
<version>${pulsar.version}</version>
115115
</dependency>
116116

117117
<dependency>
118-
<groupId>org.apache.pulsar</groupId>
118+
<groupId>io.streamnative</groupId>
119119
<artifactId>pulsar-broker</artifactId>
120120
<version>${pulsar.version}</version>
121121
</dependency>
122122

123123
<dependency>
124-
<groupId>org.apache.pulsar</groupId>
124+
<groupId>io.streamnative</groupId>
125125
<artifactId>testmocks</artifactId>
126126
<version>${pulsar.version}</version>
127127
</dependency>
128128

129129
<dependency>
130-
<groupId>org.apache.pulsar</groupId>
130+
<groupId>io.streamnative</groupId>
131131
<artifactId>pulsar-broker-common</artifactId>
132132
<version>${pulsar.version}</version>
133133
</dependency>
134134

135135
<dependency>
136-
<groupId>org.apache.pulsar</groupId>
136+
<groupId>io.streamnative</groupId>
137137
<artifactId>pulsar-client-original</artifactId>
138138
<version>${pulsar.version}</version>
139139
</dependency>
140140

141141
<dependency>
142-
<groupId>org.apache.pulsar</groupId>
142+
<groupId>io.streamnative</groupId>
143143
<artifactId>pulsar-client-admin-original</artifactId>
144144
<version>${pulsar.version}</version>
145145
</dependency>
146146

147147
<dependency>
148-
<groupId>org.apache.pulsar</groupId>
148+
<groupId>io.streamnative</groupId>
149149
<artifactId>pulsar-zookeeper-utils</artifactId>
150150
<version>${pulsar.version}</version>
151151
</dependency>
@@ -231,15 +231,15 @@
231231
</dependency>
232232

233233
<dependency>
234-
<groupId>org.apache.pulsar</groupId>
234+
<groupId>io.streamnative</groupId>
235235
<artifactId>pulsar-broker</artifactId>
236236
<version>${pulsar.version}</version>
237237
<type>test-jar</type>
238238
<scope>test</scope>
239239
</dependency>
240240

241241
<dependency>
242-
<groupId>org.apache.pulsar</groupId>
242+
<groupId>io.streamnative</groupId>
243243
<artifactId>managed-ledger</artifactId>
244244
<version>${pulsar.version}</version>
245245
<type>test-jar</type>
@@ -412,18 +412,19 @@
412412
</build>
413413

414414
<repositories>
415-
<repository>
416-
<id>bintray-streamnative-maven</id>
417-
<name>bintray</name>
418-
<url>https://dl.bintray.com/streamnative/maven</url>
419-
</repository>
420-
421415
<repository>
422416
<id>central</id>
423417
<layout>default</layout>
418+
<snapshots>
419+
<enabled>true</enabled>
420+
</snapshots>
424421
<url>https://repo1.maven.org/maven2</url>
425422
</repository>
426-
423+
<repository>
424+
<id>bintray-streamnative-maven</id>
425+
<name>bintray</name>
426+
<url>https://dl.bintray.com/streamnative/maven</url>
427+
</repository>
427428
<repository>
428429
<snapshots>
429430
<enabled>false</enabled>

tests-qpid-jms-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.streamnative.pulsar.handlers</groupId>
2222
<artifactId>pulsar-protocol-handler-amqp-parent</artifactId>
23-
<version>2.7.1.4</version>
23+
<version>2.7.1.5-rc-202104301334</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.streamnative.pulsar.handlers</groupId>
2424
<artifactId>pulsar-protocol-handler-amqp-parent</artifactId>
25-
<version>2.7.1.4</version>
25+
<version>2.7.1.5-rc-202104301334</version>
2626
</parent>
2727

2828
<groupId>io.streamnative.pulsar.handlers</groupId>

0 commit comments

Comments
 (0)