Skip to content

Commit

Permalink
advance to the next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkchen committed Aug 7, 2019
1 parent 869549b commit b1371e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion zss.test.selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.zkoss</groupId>
<artifactId>zss.test.selenium</artifactId>
<version>3.9.5</version>
<version>3.9.6-SNAPSHOT</version>
<packaging>jar</packaging>

<name>seleniumtest</name>
Expand Down
2 changes: 1 addition & 1 deletion zss.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.zkoss</groupId>
<artifactId>zss.test</artifactId>
<version>3.9.5</version>
<version>3.9.6-SNAPSHOT</version>
<properties>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<packname>-0.0.1-SNAPSHOT-FL-${maven.build.timestamp}</packname>
Expand Down
2 changes: 1 addition & 1 deletion zss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<maven.compiler.target>1.6</maven.compiler.target>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
</properties>
<version>3.9.5</version>
<version>3.9.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ZK Spreadsheet</name>
<url>http://www.zkoss.org/zss</url>
Expand Down
2 changes: 1 addition & 1 deletion zssapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<version>3.9.5</version>
<version>3.9.6-SNAPSHOT</version>
<packaging>war</packaging>
<name>ZK Spreadsheet App</name>
<url>http://www.zkoss.org/zssapp</url>
Expand Down
4 changes: 2 additions & 2 deletions zssmodel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<groupId>org.zkoss.zss</groupId>
<artifactId>zssmodel</artifactId>
<properties>
<zpoi.version>3.9.16</zpoi.version>
<zpoi.version>3.9.17-SNAPSHOT</zpoi.version>
<zk.version>8.0.5</zk.version>
<jsoup.version>1.7.3</jsoup.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
</properties>
<version>3.9.5</version>
<version>3.9.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ZK Spreadsheet Model</name>
<url>http://www.zkoss.org/zss</url>
Expand Down

0 comments on commit b1371e2

Please sign in to comment.