diff options
-rw-r--r-- | ms/neng/pom.xml | 2 | ||||
-rw-r--r-- | ms/pom.xml | 4 | ||||
-rw-r--r-- | ms/sliboot/pom.xml | 2 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | releases/1.1.0-container.yaml | 11 | ||||
-rw-r--r-- | services/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
8 files changed, 19 insertions, 8 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 73cf3453..c0b27683 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -24,7 +24,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms-neng</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <name>Naming Generation</name> <properties> @@ -25,11 +25,11 @@ <parent> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>ccsdk-apps-ms</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Micro-services Root</name> diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index 3859bf8b..ee1e45f0 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>sliboot</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: sliboot :: ${project.artifactId}</name> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 766ec390..2dc66540 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -4,7 +4,7 @@ <groupId>org.onap.ccsdk.apps.ms.vlantagapi</groupId> <artifactId>vlantag-api</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Vlantag API</name> @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-apps</name> diff --git a/releases/1.1.0-container.yaml b/releases/1.1.0-container.yaml new file mode 100644 index 00000000..4479e44b --- /dev/null +++ b/releases/1.1.0-container.yaml @@ -0,0 +1,11 @@ +--- +distribution_type: 'container' +container_release_tag: '1.1.0' +project: 'ccsdk-apps' +log_dir: 'ccsdk-apps-maven-docker-stage-master/615/' +ref: 177eccda5ad8ba491e1ef6d337ca7a06bd5ff533 +containers: + - name: 'ccsdk-apps-ms-neng' + version: '1.1.0-STAGING-20210225134719' + - name: 'ccsdk-sliboot-alpine-image' + version: '1.1.0-STAGING-20210225T134719Z' diff --git a/services/pom.xml b/services/pom.xml index 69771a19..71cc6218 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.apps</groupId> <artifactId>services</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-apps :: services :: ${project.artifactId}</name> diff --git a/version.properties b/version.properties index 3e971587..ca85875b 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=1 sprint_number=1 -feature_revision=0 +feature_revision=1 base_version=${release_name}.${sprint_number}.${feature_revision} |