Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Bump versions to RC2 (#31)
Browse files Browse the repository at this point in the history
* Bump versions to RC2

* Remove unneeded POMs from IT. Configure bower mode IT
  • Loading branch information
Sayo Oladeji committed May 23, 2019
1 parent a93b5b6 commit abf55f0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 80 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-base</artifactId>
<version>2.0.0.rc1</version>
<version>2.0.0.rc2</version>
<relativePath />
</parent>

Expand All @@ -22,8 +22,6 @@
</organization>

<properties>
<flow.version>2.0.0.rc1</flow.version>
<testbench.version>6.0.1</testbench.version>
<jetty.plugin.version>9.4.11.v20180605</jetty.plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-details-flow-demo/pom.xml
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-notification-flow</artifactId>
<version>2.0.0.rc1</version>
<version>2.0.0.rc2</version>
</dependency>
</dependencies>

Expand Down
5 changes: 5 additions & 0 deletions vaadin-details-flow-integration-tests/pom-bower-mode.xml
Expand Up @@ -104,6 +104,11 @@
<groupId>com.vaadin</groupId>
<artifactId>flow-maven-plugin</artifactId>
<version>${flow.version}</version>

<configuration>
<bowerMode>true</bowerMode>
</configuration>

<executions>
<execution>
<goals>
Expand Down
76 changes: 0 additions & 76 deletions vaadin-details-flow-integration-tests/pom.xml
Expand Up @@ -137,82 +137,6 @@
</plugins>
</build>
<profiles>
<!--This profile is only present for quick testing against the element
from GitHub -->
<!--Do not use with production mode -->
<profile>
<id>bower</id>
<activation>
<property>
<name>useBower</name>
</property>
</activation>

<properties>
<buildtools.directory>build-tools</buildtools.directory>

<!-- Not the newest version because of https://www.polymer-project.org/2.0/docs/tools/node-support -->
<frontend.maven.plugin.version>1.6</frontend.maven.plugin.version>
<node.version>v8.9.0</node.version>
<yarn.version>v1.3.2</yarn.version>
</properties>

<build>
<plugins>
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>${frontend.maven.plugin.version}</version>

<configuration>
<nodeVersion>${node.version}</nodeVersion>
<yarnVersion>${yarn.version}</yarnVersion>
<workingDirectory>${buildtools.directory}</workingDirectory>
</configuration>

<executions>
<execution>
<id>install-tools-then-build</id>
<goals>
<goal>install-node-and-yarn</goal>
<goal>yarn</goal>
</goals>
<configuration>
<workingDirectory>${buildtools.directory}</workingDirectory>
<arguments>install-bower-and-dependencies</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>production</id>
<activation>
<property>
<name>!skipFrontend</name>
</property>
</activation>

<build>
<plugins>
<plugin>
<groupId>com.vaadin</groupId>
<artifactId>flow-maven-plugin</artifactId>
<version>${flow.version}</version>
<executions>
<execution>
<goals>
<goal>copy-production-files</goal>
<goal>package-for-production</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>saucelabs-it</id>
<activation>
Expand Down

0 comments on commit abf55f0

Please sign in to comment.