File tree 17 files changed +17
-17
lines changed
devicehive-proxy-ws-kafka-impl
devicehive-shim-kafka-impl
17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >devicehive-server</artifactId >
7
7
<groupId >com.devicehive</groupId >
8
- <version >3.3.4 </version >
8
+ <version >3.4.0-SNAPSHOT </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.devicehive</groupId >
9
9
<artifactId >devicehive-server</artifactId >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
<artifactId >devicehive-common-dao</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.devicehive</groupId >
9
9
<artifactId >devicehive-server</artifactId >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
<artifactId >devicehive-common</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >devicehive-server</artifactId >
7
7
<groupId >com.devicehive</groupId >
8
- <version >3.3.4 </version >
8
+ <version >3.4.0-SNAPSHOT </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.devicehive</groupId >
9
9
<artifactId >devicehive-server</artifactId >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
<artifactId >devicehive-proxy-api</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.devicehive</groupId >
9
9
<artifactId >devicehive-server</artifactId >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
<artifactId >devicehive-proxy-ws-kafka-impl</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.devicehive</groupId >
9
9
<artifactId >devicehive-server</artifactId >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
<artifactId >devicehive-rdbms-dao</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.devicehive</groupId >
9
9
<artifactId >devicehive-server</artifactId >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
<artifactId >devicehive-riak-dao</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.devicehive</groupId >
9
9
<artifactId >devicehive-server</artifactId >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
</parent >
12
12
<artifactId >devicehive-shim-api</artifactId >
13
13
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >devicehive-server</artifactId >
7
7
<groupId >com.devicehive</groupId >
8
- <version >3.3.4 </version >
8
+ <version >3.4.0-SNAPSHOT </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >devicehive-server</artifactId >
7
7
<groupId >com.devicehive</groupId >
8
- <version >3.3.4 </version >
8
+ <version >3.4.0-SNAPSHOT </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM openjdk:8u131-jre-alpine
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.3.4 "
5
+ ENV DH_VERSION="3.4.0-SNAPSHOT "
6
6
7
7
LABEL org.label-schema.url="https://devicehive.com" \
8
8
org.label-schema.vendor="DeviceHive" \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ MAINTAINER devicehive
5
5
ARG SOURCE_REPOSITORY_URL
6
6
ARG SOURCE_BRANCH
7
7
8
- ENV DH_VERSION="3.3.4 "
8
+ ENV DH_VERSION="3.4.0-SNAPSHOT "
9
9
ENV MAVEN_VERSION="3.3.3"
10
10
ENV M2_HOME /usr/share/maven/
11
11
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM openjdk:8u131-jre-alpine
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.3.4 "
5
+ ENV DH_VERSION="3.4.0-SNAPSHOT "
6
6
7
7
LABEL org.label-schema.url="https://devicehive.com" \
8
8
org.label-schema.vendor="DeviceHive" \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ MAINTAINER devicehive
5
5
ARG SOURCE_REPOSITORY_URL
6
6
ARG SOURCE_BRANCH
7
7
8
- ENV DH_VERSION="3.3.4 "
8
+ ENV DH_VERSION="3.4.0-SNAPSHOT "
9
9
ENV MAVEN_VERSION="3.3.3"
10
10
ENV M2_HOME /usr/share/maven/
11
11
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM hazelcast/hazelcast:3.8.3
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.3.4 "
5
+ ENV DH_VERSION="3.4.0-SNAPSHOT "
6
6
7
7
LABEL org.label-schema.url="https://devicehive.com" \
8
8
org.label-schema.vendor="DeviceHive" \
Original file line number Diff line number Diff line change 7
7
<groupId >com.devicehive</groupId >
8
8
<artifactId >devicehive-server</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >3.3.4 </version >
10
+ <version >3.4.0-SNAPSHOT </version >
11
11
<name >DeviceHive Java Server</name >
12
12
13
13
<licenses >
You can’t perform that action at this time.
0 commit comments