diff --git a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh
index 8aa36944b7..ef6981d87f 100755
--- a/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh
+++ b/.github/workflows/lighty-rcgnmi-app/tests-lighty-rcgnmi-app.sh
@@ -44,7 +44,7 @@ ls -1 yangs
#Run simulator for testing purpose
printLine
echo -e "-- Starting gNMI simulator device --\n"
-java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0.jar -c ./simulator/example_config.json > /dev/null 2>&1 &
+java -jar ${GITHUB_WORKSPACE}/lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.5.0-SNAPSHOT.jar -c ./simulator/example_config.json > /dev/null 2>&1 &
#Add yangs into controller through REST rpc
./add_yangs_via_rpc.sh
diff --git a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml
index f3cf064c2a..6af5c6b25f 100644
--- a/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml
+++ b/lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app-docker/pom.xml
@@ -14,7 +14,7 @@
io.lighty.applications.rcgnmi
lighty-rcgnmi-app-docker
- 17.4.0
+ 17.5.0-SNAPSHOT
lighty-rcgnmi
diff --git a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml
index d5d2d8b2eb..649a35cdcf 100644
--- a/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml
+++ b/lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml
@@ -11,7 +11,7 @@
io.lighty.applications.rnc
lighty-rnc-app-docker
- 17.4.0
+ 17.5.0-SNAPSHOT
lighty-rnc
diff --git a/lighty-core/dependency-versions/pom.xml b/lighty-core/dependency-versions/pom.xml
index fcac3e9f28..66d597f390 100644
--- a/lighty-core/dependency-versions/pom.xml
+++ b/lighty-core/dependency-versions/pom.xml
@@ -273,7 +273,7 @@
scm:git:https://github.com/PANTHEONtech/lighty.git
scm:git:https://github.com/PANTHEONtech/lighty.git
https://github.com/PANTHEONtech/lighty
- 17.4.0
+ HEAD
diff --git a/lighty-core/lighty-bom/pom.xml b/lighty-core/lighty-bom/pom.xml
index bc724c2317..dac74412a5 100644
--- a/lighty-core/lighty-bom/pom.xml
+++ b/lighty-core/lighty-bom/pom.xml
@@ -291,7 +291,7 @@
scm:git:https://github.com/PANTHEONtech/lighty.git
scm:git:https://github.com/PANTHEONtech/lighty.git
https://github.com/PANTHEONtech/lighty
- 17.4.0
+ HEAD
diff --git a/lighty-core/lighty-controller/README.md b/lighty-core/lighty-controller/README.md
index dc76021191..c2775233a3 100644
--- a/lighty-core/lighty-controller/README.md
+++ b/lighty-core/lighty-controller/README.md
@@ -17,7 +17,7 @@ To use Lighty controller in your project:
io.lighty.core
lighty-controller
- 17.4.0
+ 17.5.0-SNAPSHOT
```
diff --git a/lighty-core/lighty-minimal-parent/pom.xml b/lighty-core/lighty-minimal-parent/pom.xml
index a188df66c2..ee5e659b61 100644
--- a/lighty-core/lighty-minimal-parent/pom.xml
+++ b/lighty-core/lighty-minimal-parent/pom.xml
@@ -103,7 +103,7 @@
scm:git:https://github.com/PANTHEONtech/lighty.git
scm:git:https://github.com/PANTHEONtech/lighty.git
https://github.com/PANTHEONtech/lighty
- 17.4.0
+ HEAD
diff --git a/lighty-examples/README.md b/lighty-examples/README.md
index 0a63be383f..e77246fa8b 100644
--- a/lighty-examples/README.md
+++ b/lighty-examples/README.md
@@ -15,7 +15,7 @@ ODL core services represent MD-SAL layer, controller, DataStore, global schema c
io.lighty.core.parents
lighty-dependency-artifacts
- 17.4.0
+ 17.5.0-SNAPSHOT
pom
import
diff --git a/lighty-examples/lighty-gnmi-community-restconf-app/README.md b/lighty-examples/lighty-gnmi-community-restconf-app/README.md
index ceb8efe330..a245e8b64a 100644
--- a/lighty-examples/lighty-gnmi-community-restconf-app/README.md
+++ b/lighty-examples/lighty-gnmi-community-restconf-app/README.md
@@ -42,22 +42,22 @@ cd lighty-examples/lighty-gnmi-community-restconf-app
### Start RCgNMI controller app
Unzip lighty-rcgnmi-app to current location
```
-unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.4.0-bin.zip
+unzip ../../lighty-applications/lighty-rcgnmi-app-aggregator/lighty-rcgnmi-app/target/lighty-rcgnmi-app-17.5.0-SNAPSHOT-bin.zip
```
Start application with pre-prepared configuration [example_config.json](example_config.json).
```
-java -jar lighty-rcgnmi-app-17.4.0/lighty-rcgnmi-app-17.4.0.jar -c example_config.json
+java -jar lighty-rcgnmi-app-17.5.0-SNAPSHOT/lighty-rcgnmi-app-17.5.0-SNAPSHOT.jar -c example_config.json
```
### Start lighty.io gNMI device simulator
Unzip gNMI simulator app to current folder.
```
-unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.4.0-bin.zip
+unzip ../../lighty-modules/lighty-gnmi/lighty-gnmi-device-simulator/target/lighty-gnmi-device-simulator-17.5.0-SNAPSHOT-bin.zip
```
Start the application with pre-prepared configuration [simulator_config.json](simulator/simulator_config.json)
```
-java -jar lighty-gnmi-device-simulator-17.4.0/lighty-gnmi-device-simulator-17.4.0.jar -c simulator/simulator_config.json
+java -jar lighty-gnmi-device-simulator-17.5.0-SNAPSHOT/lighty-gnmi-device-simulator-17.5.0-SNAPSHOT.jar -c simulator/simulator_config.json
```
### Add client certificates to lighty.io gNMI keystore
diff --git a/lighty-resources/log4j2-config/pom.xml b/lighty-resources/log4j2-config/pom.xml
index effbad5039..993ffd3b6c 100644
--- a/lighty-resources/log4j2-config/pom.xml
+++ b/lighty-resources/log4j2-config/pom.xml
@@ -59,7 +59,7 @@
scm:git:https://github.com/PANTHEONtech/lighty.git
scm:git:https://github.com/PANTHEONtech/lighty.git
https://github.com/PANTHEONtech/lighty
- 17.4.0
+ HEAD
diff --git a/pom.xml b/pom.xml
index 987d41d67f..17a13d1946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
scm:git:https://github.com/PANTHEONtech/lighty.git
scm:git:https://github.com/PANTHEONtech/lighty.git
https://github.com/PANTHEONtech/lighty
- 17.4.0
+ HEAD