Skip to content

Commit 28c93ad

Browse files
committed
Add new Version 3.0.0-SNAPSHOT
Signed-off-by: cniweb <c-n-i@web.de>
1 parent c79d598 commit 28c93ad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package="openHAB"
2-
version="2.5.0.000"
2+
version="3.0.0.000-SNAPSHOT"
33
maintainer="openHAB.org"
44
maintainer_url="http://openhab.org/"
55
distributor="cniweb, tim, dieter, dominic, schoppax"
@@ -14,4 +14,4 @@ helpurl="https://community.openhab.org/"
1414
package_icon="PACKAGE_ICON.PNG"
1515
package_icon_120="PACKAGE_ICON_120.PNG"
1616
startable="yes"
17-
changelog="2.5.0.000 16.12.2019: Update to new openHAB Verson 2.5.0, 2.4.0.002 08.04.2019: Fix Port check and add restore script, 2.4.0.001 30.01.2019: Fix Port check, 2.4.0.000 08.01.2019: Update to new openHAB Verson 2.4.0, 2.3.0.003 08.06.2018: Fix start/stop, 2.3.0.002 29.05.2018: Update to new openHAB Verson 2.3.0, 2.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Verson 2.3.0-SNAPSHOT"
17+
changelog="3.0.0.000-SNAPSHOT: Update to new openHAB Version 3.0.0-SNAPSHOT, 2.5.0.000 16.12.2019: Update to new openHAB Version 2.5.0, 2.4.0.002 08.04.2019: Fix Port check and add restore script, 2.4.0.001 30.01.2019: Fix Port check, 2.4.0.000 08.01.2019: Update to new openHAB Version 2.4.0, 2.3.0.003 08.06.2018: Fix start/stop, 2.3.0.002 29.05.2018: Update to new openHAB Version 2.3.0, 2.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Version 2.3.0-SNAPSHOT"

scripts/installer.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ echo "$(date +%Y-%m-%d:%H:%M:%S)" >>$LOG
1111
echo "" >>$LOG
1212

1313
echo "Set instance variables..." >>$LOG
14-
DOWNLOAD_PATH="https://bintray.com/openhab/mvn/download_file?file_path=org/openhab/distro/openhab/2.5.0"
15-
DOWNLOAD_FILE1="openhab-2.5.0.zip"
14+
DOWNLOAD_PATH="https://ci.openhab.org/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target"
15+
DOWNLOAD_FILE1="openhab-3.0.0-SNAPSHOT.zip"
1616

1717
# Add more files by separating them using spaces
1818
INSTALL_FILES="${DOWNLOAD_PATH}/${DOWNLOAD_FILE1}"
1919

20-
EXTRACTED_FOLDER="openHAB-2.5.0"
20+
EXTRACTED_FOLDER="openHAB-3.0.0-SNAPSHOT"
2121

2222
DAEMON_USER="$(echo ${SYNOPKG_PKGNAME} | awk {'print tolower($_)'})"
2323
DAEMON_PASS="$(openssl rand 12 -base64 2>null)"

0 commit comments

Comments
 (0)