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

Commit

Permalink
Update flow version to 2.1-snapshot (#164)
Browse files Browse the repository at this point in the history
* Update flow version to 2.1-snapshot

There should be a 2.0 branch and also related snapshot build for validating all of our components.

* update project version to 2.1-snapshot
  • Loading branch information
ZheSun88 authored and web-padawan committed Nov 21, 2019
1 parent 57b5e2d commit b99574f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>flow-component-base</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Flow component base</name>
<description>Parent pom for individual component modules</description>
Expand All @@ -28,7 +28,7 @@
<maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
<driver.binary.downloader.maven.plugin.version>1.0.14
</driver.binary.downloader.maven.plugin.version>
<flow.version>2.0-SNAPSHOT</flow.version>
<flow.version>2.1-SNAPSHOT</flow.version>
<testbench.version>6.2.0</testbench.version>

<!-- OSGi support -->
Expand Down

0 comments on commit b99574f

Please sign in to comment.