File tree 19 files changed +19
-19
lines changed
devicehive-proxy-ws-kafka-impl
devicehive-shim-kafka-impl
19 files changed +19
-19
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.4.1-SNAPSHOT </version >
8
+ <version >3.4.1</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 5
5
<parent >
6
6
<artifactId >devicehive-server</artifactId >
7
7
<groupId >com.devicehive</groupId >
8
- <version >3.4.1-SNAPSHOT </version >
8
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
8
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
10
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
10
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
8
+ <version >3.4.1</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 5
5
<parent >
6
6
<artifactId >devicehive-server</artifactId >
7
7
<groupId >com.devicehive</groupId >
8
- <version >3.4.1-SNAPSHOT </version >
8
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
10
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
10
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
10
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
10
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
8
+ <version >3.4.1</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.4.1-SNAPSHOT </version >
8
+ <version >3.4.1</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:8u151-jre-slim
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.4.1-SNAPSHOT "
5
+ ENV DH_VERSION="3.4.1"
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 @@ -2,7 +2,7 @@ FROM openjdk:8u151-jre-slim
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.4.1-SNAPSHOT "
5
+ ENV DH_VERSION="3.4.1"
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 @@ -2,7 +2,7 @@ FROM openjdk:8u151-jre-slim
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.4.1-SNAPSHOT "
5
+ ENV DH_VERSION="3.4.1"
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 @@ -2,7 +2,7 @@ FROM hazelcast/hazelcast:3.8.6
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.4.1-SNAPSHOT "
5
+ ENV DH_VERSION="3.4.1"
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 @@ -2,7 +2,7 @@ FROM openjdk:8u151-jre-slim
2
2
3
3
MAINTAINER devicehive
4
4
5
- ENV DH_VERSION="3.4.1-SNAPSHOT "
5
+ ENV DH_VERSION="3.4.1"
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.4.1-SNAPSHOT </version >
10
+ <version >3.4.1</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