Skip to content

Commit

Permalink
version 01.00.00-RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Nov 21, 2019
1 parent baea859 commit 9db8601
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 5 deletions.
19 changes: 18 additions & 1 deletion 10_component/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2013 Sven Ruppert ([email protected])
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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>pdfviewer-for-flow-parent</artifactId>
<groupId>org.rapidpm.vaadin</groupId>
<version>1.0.0-RPM</version>
<version>01.00.00-RPM</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright © 2013 Sven Ruppert ([email protected])
*
* 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;


Expand Down
2 changes: 1 addition & 1 deletion 20_component_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>pdfviewer-for-flow-parent</artifactId>
<groupId>org.rapidpm.vaadin</groupId>
<version>1.0.0-RPM</version>
<version>01.00.00-RPM</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
19 changes: 18 additions & 1 deletion 30_demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2013 Sven Ruppert ([email protected])
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.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>pdfviewer-for-flow-parent</artifactId>
<groupId>org.rapidpm.vaadin</groupId>
<version>1.0.0-RPM</version>
<version>01.00.00-RPM</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
15 changes: 15 additions & 0 deletions 30_demo/src/main/java/demo/WebUIRunner.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright © 2013 Sven Ruppert ([email protected])
*
* 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;
Expand Down
15 changes: 15 additions & 0 deletions 30_demo/src/main/java/org/rapidpm/demo/VaadinApp.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright © 2013 Sven Ruppert ([email protected])
*
* 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;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@

<groupId>org.rapidpm.vaadin</groupId>
<artifactId>pdfviewer-for-flow-parent</artifactId>
<version>1.0.0-RPM</version>
<version>01.00.00-RPM</version>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.rapidpm.vaadin</groupId>
<artifactId>pdfviewer-for-flow</artifactId>
<version>1.0.0-RPM</version>
<version>01.00.00-RPM</version>
</dependency>
<dependency>
<groupId>org.rapidpm.vaadin</groupId>
Expand Down

0 comments on commit 9db8601

Please sign in to comment.