From 8edec22767a6fdb055af92ef815e374987ed8d22 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Apr 2020 11:51:20 -0400 Subject: Roll to next Guilin snapshot Roll to next Guilin snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: I1a5ea68da8821ffe28ac84e60177af05e26b3585 --- ms/sdclistener/application/pom.xml | 7 +- ms/sdclistener/application/pom.xml-n | 124 ++++++++++++++++++++++ ms/sdclistener/distribution/pom.xml | 3 +- ms/sdclistener/distribution/pom.xml-n | 187 ++++++++++++++++++++++++++++++++++ ms/sdclistener/parent/pom.xml | 3 +- ms/sdclistener/parent/pom.xml-n | 181 ++++++++++++++++++++++++++++++++ ms/sdclistener/pom.xml | 3 +- ms/sdclistener/pom.xml-n | 50 +++++++++ 8 files changed, 552 insertions(+), 6 deletions(-) create mode 100644 ms/sdclistener/application/pom.xml-n create mode 100755 ms/sdclistener/distribution/pom.xml-n create mode 100755 ms/sdclistener/parent/pom.xml-n create mode 100644 ms/sdclistener/pom.xml-n (limited to 'ms/sdclistener') diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index 3825a0809..45c3919e6 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -14,18 +14,19 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.sdclistener parent - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT ../parent application - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT jar SDC Listener Application @@ -56,7 +57,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT org.springframework.boot diff --git a/ms/sdclistener/application/pom.xml-n b/ms/sdclistener/application/pom.xml-n new file mode 100644 index 000000000..d3946be3b --- /dev/null +++ b/ms/sdclistener/application/pom.xml-n @@ -0,0 +1,124 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.sdclistener + parent + 1.0.0-SNAPSHOT + ../parent + + + application + 1.0.0-SNAPSHOT + jar + + SDC Listener Application + + + 3.6.1 + ${project.parent.version} + + + + + + org.springframework.boot + spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.onap.ccsdk.cds.blueprintsprocessor + health-api-common + 1.0.0-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + + + + org.jmockit + jmockit + test + + + + + io.grpc + grpc-netty + + + io.grpc + grpc-protobuf + + + io.grpc + grpc-stub + + + io.grpc + grpc-netty-shaded + + + io.grpc + grpc-grpclb + + + com.google.protobuf + protobuf-java + + + com.google.protobuf + protobuf-java-util + + + io.grpc + grpc-testing + test + + + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-proto + + + + ch.qos.logback + logback-classic + + + diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index 669db4338..ec02cfb5c 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.sdclistener parent - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT ../parent diff --git a/ms/sdclistener/distribution/pom.xml-n b/ms/sdclistener/distribution/pom.xml-n new file mode 100755 index 000000000..f64ee7191 --- /dev/null +++ b/ms/sdclistener/distribution/pom.xml-n @@ -0,0 +1,187 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.sdclistener + parent + 1.0.0-SNAPSHOT + ../parent + + + distribution + pom + + SDC Listener Distribution + + + maven + org.onap.ccsdk.cds + sdclistener + onap/ccsdk-sdclistener + + + deploy + true + ${project.version} + ${maven.build.timestamp} + + + + + org.onap.ccsdk.cds.sdclistener + application + + + + + + + maven-resources-plugin + 2.6 + + + copy-dockerfile + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/docker + + * + + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + ant-test + package + + + + + + + run + + + + + + maven-assembly-plugin + 3.1.0 + + + ${basedir}/target/docker-stage + + src/main/docker/distribution.xml + + posix + + + + ${assembly.id} + package + + single + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${basedir}/../../../TagVersion.groovy + + + + + + + + + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.26.1 + false + + + + ${image.name} + + try + ${basedir}/target/docker-stage + + ${project.docker.latestminortag.version} + ${project.docker.latestfulltag.version} + ${project.docker.latesttagtimestamp.version} + + + + + true + + + + generate-images + package + + build + + + + push-images + ${docker.push.phase} + + build + push + + + + + + + + + diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml index 36a96f037..ea67d1b95 100755 --- a/ms/sdclistener/parent/pom.xml +++ b/ms/sdclistener/parent/pom.xml @@ -16,13 +16,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds sdclistener - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT org.onap.ccsdk.cds.sdclistener diff --git a/ms/sdclistener/parent/pom.xml-n b/ms/sdclistener/parent/pom.xml-n new file mode 100755 index 000000000..b814ac07e --- /dev/null +++ b/ms/sdclistener/parent/pom.xml-n @@ -0,0 +1,181 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds + sdclistener + 1.0.0-SNAPSHOT + + + org.onap.ccsdk.cds.sdclistener + parent + pom + + SDC Listener Parent + SDC Listener Parent + + + 1.0.0 + 27.0.1-jre + 1.2.2 + 1.7.4 + 1.9 + 1.1.5 + 5.5.1 + 1.4.0 + 1.19 + 3.2.6.RELEASE + + + + + + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.version} + pom + import + + + + + org.apache.commons + commons-lang3 + 3.2.1 + + + commons-collections + commons-collections + 3.2.2 + + + commons-io + commons-io + 2.6 + + + org.apache.commons + commons-compress + 1.15 + + + + com.google.guava + guava + ${guava.version} + + + + + io.grpc + grpc-core + ${grpc.version} + + + io.grpc + grpc-netty + ${grpc.version} + + + io.grpc + grpc-protobuf + ${grpc.version} + + + io.grpc + grpc-stub + ${grpc.version} + + + io.grpc + grpc-netty-shaded + ${grpc.version} + + + io.grpc + grpc-grpclb + ${grpc.version} + + + com.google.protobuf + protobuf-java + ${protobuff.java.utils.version} + + + com.google.protobuf + protobuf-java-util + ${protobuff.java.utils.version} + + + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-proto + ${project.version} + + + * + * + + + + + + + io.grpc + grpc-testing + ${grpc.version} + test + + + org.jmockit + jmockit + ${jmockit.version} + test + + + + + org.onap.ccsdk.cds.sdclistener + application + ${project.version} + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + ${sdc-distribution-client.version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + ${maven.compiler.source} + ${maven.compiler.target} + + + + + diff --git a/ms/sdclistener/pom.xml b/ms/sdclistener/pom.xml index 8404f0a81..d89eb14a3 100644 --- a/ms/sdclistener/pom.xml +++ b/ms/sdclistener/pom.xml @@ -14,13 +14,14 @@ * See the License for the specific language governing permissions and * limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds ms - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT .. diff --git a/ms/sdclistener/pom.xml-n b/ms/sdclistener/pom.xml-n new file mode 100644 index 000000000..f92bb1178 --- /dev/null +++ b/ms/sdclistener/pom.xml-n @@ -0,0 +1,50 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds + ms + 1.0.0-SNAPSHOT + .. + + + sdclistener + pom + + SDC Listener Root + SDC Listener Root + + + parent + application + distribution + + + + sdclistener + UTF-8 + UTF-8 + yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} + 1.8 + 1.8 + 1.8 + ${project.version} + + -- cgit 1.2.3-korg