Skip to content

Commit

Permalink
release 00.10.00-RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Sep 9, 2019
1 parent dbc6569 commit eafbcbf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
8 changes: 4 additions & 4 deletions flow-security-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.rapidpm</groupId>
<artifactId>rapidpm-vaadin-dependencies-v14</artifactId>
<version>04.01.12-RPM</version>
<artifactId>rapidpm-vaadin-dependencies-vXX</artifactId>
<version>04.01.13-RPM</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.rapidpm.vaadin</groupId>
<artifactId>flow-security-test</artifactId>
<version>00.10.00-RPM-SNAPSHOT</version>
<version>00.10.00-RPM</version>


<properties>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.rapidpm.vaadin</groupId>
<artifactId>flow-security</artifactId>
<version>00.10.00-RPM-SNAPSHOT</version>
<version>00.10.00-RPM</version>
</dependency>
<!--Vaadin -->
<dependency>
Expand Down
7 changes: 4 additions & 3 deletions flow-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.rapidpm</groupId>
<artifactId>rapidpm-vaadin-dependencies-v14</artifactId>
<version>04.01.12-RPM</version>
<artifactId>rapidpm-vaadin-dependencies-vXX</artifactId>
<version>04.01.13-RPM</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>org.rapidpm.vaadin</groupId>
<artifactId>flow-security</artifactId>
<version>00.10.00-RPM-SNAPSHOT</version>
<version>00.10.00-RPM</version>


<inceptionYear>2017</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Copyright © 2017 Sven Ruppert (sven.ruppert@gmail.com)
* <p>
*
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
*
* 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.
Expand Down

0 comments on commit eafbcbf

Please sign in to comment.