Skip to content

Commit

Permalink
Merge pull request #3 from Nano-Vaadin-Demos/release/01.00.02-RPM
Browse files Browse the repository at this point in the history
Release/01.00.02 rpm
  • Loading branch information
svenruppert authored Oct 16, 2019
2 parents 2db766c + 7b05161 commit 9ac5595
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 01_impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.rapidpm.vaadin</groupId>
<artifactId>nano-vaadin-undertow-parent</artifactId>
<version>01.00.01-RPM</version>
<version>01.00.02-RPM</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void startup() {
logger().info("Server startup Time " + ChronoUnit.MILLIS.between(start, stop) + " [ms]");
}

private Set<Class<?>> setOfRouteAnnotatedClasses() {
public Set<Class<?>> setOfRouteAnnotatedClasses() {
return new Reflections(getProperty(CORE_UI_BASE_PKG, DEFAULT_BASE_PKG)).getTypesAnnotatedWith(Route.class)
.stream()
.peek(cls -> logger().info(
Expand Down
2 changes: 1 addition & 1 deletion 02_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.rapidpm.vaadin</groupId>
<artifactId>nano-vaadin-undertow-parent</artifactId>
<version>01.00.01-RPM</version>
<version>01.00.02-RPM</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions 03_demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.rapidpm.vaadin</groupId>
<artifactId>nano-vaadin-undertow-parent</artifactId>
<version>01.00.01-RPM</version>
<version>01.00.02-RPM</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.rapidpm.vaadin</groupId>
<artifactId>nano-vaadin-undertow</artifactId>
<version>01.00.01-RPM</version>
<version>01.00.02-RPM</version>
</dependency>
<!--For Core Vaadin Components-->
<dependency>
Expand Down Expand Up @@ -86,7 +86,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ services:
command: 'mvn license:format clean deploy
-P_release_prepare
-P_release
-P_release_sign_artifacts
-Pvaadin-install-nodejs
-Dmaven.test.skip=true '
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>org.rapidpm</groupId>
<artifactId>rapidpm-vaadin-dependencies-v14</artifactId>
<version>04.03.01-RPM</version>
<version>04.04.00-RPM</version>
</parent>


<groupId>org.rapidpm.vaadin</groupId>
<artifactId>nano-vaadin-undertow-parent</artifactId>
<version>01.00.01-RPM</version>
<version>01.00.02-RPM</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -83,6 +83,9 @@
</modules>

<properties>
<!-- <deploy-repo-url></deploy-repo-url>-->
<!-- <deploy-repo-snapshots-url></deploy-repo-snapshots-url>-->

<jdk.version>1.8</jdk.version>

<!--Vaadin-->
Expand Down

0 comments on commit 9ac5595

Please sign in to comment.