Skip to content

Commit

Permalink
updated pom files for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haiwan committed Aug 30, 2019
1 parent 29cb391 commit 06f89c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions exporter-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<vaadin.version>8.3.3</vaadin.version>
<vaadin.plugin.version>8.3.3</vaadin.plugin.version>
<vaadin.version>8.8.6</vaadin.version>
<vaadin.plugin.version>8.8.6</vaadin.plugin.version>

<!-- ZIP Manifest fields -->
<Implementation-Version>${project.version}</Implementation-Version>
Expand Down Expand Up @@ -66,6 +66,7 @@
<groupId>com.vaadin</groupId>
<artifactId>vaadin-server</artifactId>
<version>${vaadin.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down
6 changes: 3 additions & 3 deletions exporter-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.vaadin.haijian</groupId>
<artifactId>exporter-demo</artifactId>
<packaging>war</packaging>
<version>2.0.1</version>
<version>2.1.0</version>
<name>Exporter Add-on Demo</name>

<prerequisites>
Expand All @@ -16,8 +16,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<vaadin.version>8.3.3</vaadin.version>
<vaadin.plugin.version>8.3.3</vaadin.plugin.version>
<vaadin.version>8.8.6</vaadin.version>
<vaadin.plugin.version>8.8.6</vaadin.plugin.version>
<jetty.plugin.version>9.3.9.v20160517</jetty.plugin.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.vaadin.addons</groupId>
<artifactId>exporter-root</artifactId>
<packaging>pom</packaging>
<version>2.0.1</version>
<version>2.1.0</version>
<name>Exporter Add-on Root Project</name>

<modules>
Expand Down

0 comments on commit 06f89c8

Please sign in to comment.