diff options
Diffstat (limited to 'appc-sdc-listener')
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 1 | ||||
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-installer/pom.xml | 1 | ||||
-rw-r--r-- | appc-sdc-listener/appc-yang-generator/pom.xml | 1 | ||||
-rw-r--r-- | appc-sdc-listener/pom.xml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index f15233069..d66f8599f 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -37,6 +37,7 @@ limitations under the License. </properties> <artifactId>appc-sdc-listener-bundle</artifactId> + <version>1.4.0-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml index 0bfbce91a..1fbb1a279 100644 --- a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml @@ -31,6 +31,7 @@ limitations under the License. </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-sdc-listener-installer</artifactId> + <version>1.4.0-SNAPSHOT</version> <name>SDC Listener - Karaf Installer</name> <packaging>pom</packaging> diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml index d13f4698d..e71886d61 100644 --- a/appc-sdc-listener/appc-yang-generator/pom.xml +++ b/appc-sdc-listener/appc-yang-generator/pom.xml @@ -34,6 +34,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-yang-generator</artifactId> + <version>1.4.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/appc-sdc-listener/pom.xml b/appc-sdc-listener/pom.xml index 438d58ff6..f3bfccb71 100644 --- a/appc-sdc-listener/pom.xml +++ b/appc-sdc-listener/pom.xml @@ -32,6 +32,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-sdc-listener</artifactId> + <version>1.4.0-SNAPSHOT</version> <name>SDC Event Listener</name> <description>Listener to read and write events from DMaaP (Cambria) or DMaaP.</description> <packaging>pom</packaging> |