diff options
-rw-r--r-- | conductor/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml index 9d8cab5..d413674 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> <description>Homing Allocation Service</description> <modules> |