Skip to content
Snippets Groups Projects
Commit 8e327b3c authored by famelis's avatar famelis
Browse files

refactor: change automation->ztp naming in misc files

parent dadf5ba0
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!166Refactor/47 ubi rename ztp component
...@@ -40,7 +40,7 @@ components deployed. ...@@ -40,7 +40,7 @@ components deployed.
## Impacted Components ## Impacted Components
List of impacted components: Context, Device, Service, PathComp, Slice, Monitoring, Automation, Policy, Compute, etc. List of impacted components: Context, Device, Service, PathComp, Slice, Monitoring, ZTP, Policy, Compute, etc.
Just an enumeration, elaboration of impacts is done below. Just an enumeration, elaboration of impacts is done below.
## Component1 Impact ## Component1 Impact
......
...@@ -28,4 +28,4 @@ if [ "$(git status --untracked-files=no --porcelain)" ]; then ...@@ -28,4 +28,4 @@ if [ "$(git status --untracked-files=no --porcelain)" ]; then
fi fi
./mvnw versions:set versions:commit -DnewVersion="${version}" ./mvnw versions:set versions:commit -DnewVersion="${version}"
git commit -am "release(automation): ${version}" git commit -am "release(ztp): ${version}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment