From 9db86015cf9813f1521a46c0542259819967ca84 Mon Sep 17 00:00:00 2001 From: Sven Ruppert Date: Thu, 21 Nov 2019 21:35:05 +0100 Subject: [PATCH] version 01.00.00-RPM --- 10_component/pom.xml | 19 ++++++++++++++++++- .../vaadin/component/pdfviewer/PdfViewer.java | 15 +++++++++++++++ 20_component_test/pom.xml | 2 +- 30_demo/pom.xml | 19 ++++++++++++++++++- 30_demo/src/main/java/demo/WebUIRunner.java | 15 +++++++++++++++ .../main/java/org/rapidpm/demo/VaadinApp.java | 15 +++++++++++++++ pom.xml | 4 ++-- 7 files changed, 84 insertions(+), 5 deletions(-) diff --git a/10_component/pom.xml b/10_component/pom.xml index 1cfab28..95fa0b3 100644 --- a/10_component/pom.xml +++ b/10_component/pom.xml @@ -1,11 +1,28 @@ + pdfviewer-for-flow-parent org.rapidpm.vaadin - 1.0.0-RPM + 01.00.00-RPM 4.0.0 diff --git a/10_component/src/main/java/org/rapidpm/vaadin/component/pdfviewer/PdfViewer.java b/10_component/src/main/java/org/rapidpm/vaadin/component/pdfviewer/PdfViewer.java index f15a4d6..322263a 100644 --- a/10_component/src/main/java/org/rapidpm/vaadin/component/pdfviewer/PdfViewer.java +++ b/10_component/src/main/java/org/rapidpm/vaadin/component/pdfviewer/PdfViewer.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.rapidpm.vaadin.component.pdfviewer; diff --git a/20_component_test/pom.xml b/20_component_test/pom.xml index a54e006..98f33e6 100644 --- a/20_component_test/pom.xml +++ b/20_component_test/pom.xml @@ -22,7 +22,7 @@ pdfviewer-for-flow-parent org.rapidpm.vaadin - 1.0.0-RPM + 01.00.00-RPM 4.0.0 diff --git a/30_demo/pom.xml b/30_demo/pom.xml index 116245a..102ff23 100644 --- a/30_demo/pom.xml +++ b/30_demo/pom.xml @@ -1,11 +1,28 @@ + pdfviewer-for-flow-parent org.rapidpm.vaadin - 1.0.0-RPM + 01.00.00-RPM 4.0.0 diff --git a/30_demo/src/main/java/demo/WebUIRunner.java b/30_demo/src/main/java/demo/WebUIRunner.java index 0b72e70..fb6b36c 100644 --- a/30_demo/src/main/java/demo/WebUIRunner.java +++ b/30_demo/src/main/java/demo/WebUIRunner.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package demo; import org.rapidpm.vaadin.nano.CoreUIServiceJava; diff --git a/30_demo/src/main/java/org/rapidpm/demo/VaadinApp.java b/30_demo/src/main/java/org/rapidpm/demo/VaadinApp.java index adcac3f..0a69186 100644 --- a/30_demo/src/main/java/org/rapidpm/demo/VaadinApp.java +++ b/30_demo/src/main/java/org/rapidpm/demo/VaadinApp.java @@ -1,3 +1,18 @@ +/** + * Copyright © 2013 Sven Ruppert (sven.ruppert@gmail.com) + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.rapidpm.demo; import com.vaadin.flow.component.Composite; diff --git a/pom.xml b/pom.xml index d3c23c4..b88c224 100644 --- a/pom.xml +++ b/pom.xml @@ -37,14 +37,14 @@ org.rapidpm.vaadin pdfviewer-for-flow-parent - 1.0.0-RPM + 01.00.00-RPM org.rapidpm.vaadin pdfviewer-for-flow - 1.0.0-RPM + 01.00.00-RPM org.rapidpm.vaadin