File tree Expand file tree Collapse file tree 6 files changed +9
-17
lines changed
Expand file tree Collapse file tree 6 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ BUGFIXES:
1111 BOOKKEEPER-124: build has RAT failures (ivank)
1212
1313 BOOKKEEPER-121: Review Hedwig client documentation (breed via ivank)
14+
15+ BOOKKEEPER-127: Make poms use official zookeeper 3.4.0 (ivank)
1416
1517 bookkeeper-server/
1618
Original file line number Diff line number Diff line change 5252 <dependency >
5353 <groupId >org.apache.zookeeper</groupId >
5454 <artifactId >zookeeper</artifactId >
55- <version >3.4.0-BK-SNAPSHOT </version >
55+ <version >3.4.0</version >
5656 <type >jar</type >
5757 <scope >compile</scope >
5858 </dependency >
5959 <dependency >
6060 <groupId >org.apache.zookeeper</groupId >
6161 <artifactId >zookeeper-test</artifactId >
62- <version >3.4.0-BK-SNAPSHOT </version >
62+ <version >3.4.0</version >
6363 <type >jar</type >
6464 <scope >compile</scope >
6565 </dependency >
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.apache.zookeeper</groupId >
5353 <artifactId >zookeeper</artifactId >
54- <version >3.4.0-BK-SNAPSHOT </version >
54+ <version >3.4.0</version >
5555 <scope >compile</scope >
5656 </dependency >
5757 <dependency >
5858 <groupId >org.apache.zookeeper</groupId >
5959 <artifactId >zookeeper-test</artifactId >
60- <version >3.4.0-BK-SNAPSHOT </version >
60+ <version >3.4.0</version >
6161 <scope >compile</scope >
6262 </dependency >
6363 <dependency >
Original file line number Diff line number Diff line change 7070 <dependency >
7171 <groupId >org.apache.zookeeper</groupId >
7272 <artifactId >zookeeper</artifactId >
73- <version >3.4.0-BK-SNAPSHOT </version >
73+ <version >3.4.0</version >
7474 <type >jar</type >
7575 </dependency >
7676 <dependency >
Original file line number Diff line number Diff line change 6565 <dependency >
6666 <groupId >org.apache.zookeeper</groupId >
6767 <artifactId >zookeeper</artifactId >
68- <version >3.4.0-BK-SNAPSHOT </version >
68+ <version >3.4.0</version >
6969 <scope >compile</scope >
7070 </dependency >
7171 <dependency >
7272 <groupId >org.apache.zookeeper</groupId >
7373 <artifactId >zookeeper-test</artifactId >
74- <version >3.4.0-BK-SNAPSHOT </version >
74+ <version >3.4.0</version >
7575 <scope >test</scope >
7676 </dependency >
7777 <dependency >
Original file line number Diff line number Diff line change 4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4242 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4343 </properties >
44- <repositories >
45- <repository >
46- <id >ivank.waitingforzk.repo</id >
47- <name >Temporary repo waiting for ZK 3.4.0 official release</name >
48- <url >http://people.apache.org/~ivank/repo</url >
49- <snapshots >
50- <enabled >true</enabled >
51- </snapshots >
52- </repository >
53- </repositories >
5444 <url >http://zookeeper.apache.org/bookkeeper</url >
5545 <build >
5646 <plugins >
You can’t perform that action at this time.
0 commit comments