Skip to content

Commit ea389ab

Browse files
committed
Fix version
1 parent 898329e commit ea389ab

14 files changed

Lines changed: 16 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Version 3.2.8 (2018-12-14)
1+
# Version 3.2.8 (2020-08-12)
22

3-
* [nfo] w20-business-theme: [1.3.5](https://github.com/w20-framework/w20-business-theme/releases/tag/v1.3.5)
3+
* [chg] w20-business-theme: [1.3.5](https://github.com/w20-framework/w20-business-theme/releases/tag/v1.3.5)
4+
* [chg] Update for Seed 3.10+
45

56
# Version 3.2.7 (2018-12-14)
67

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.seedstack.addons.w20</groupId>
2121
<artifactId>w20-bridge</artifactId>
22-
<version>3.2.9-SNAPSHOT</version>
22+
<version>3.2.8-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<properties>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.addons.w20</groupId>
1717
<artifactId>w20-bridge</artifactId>
18-
<version>3.2.9-SNAPSHOT</version>
18+
<version>3.2.8-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>w20-bridge-rest</artifactId>

specs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.seedstack.addons.w20</groupId>
1616
<artifactId>w20-bridge</artifactId>
17-
<version>3.2.9-SNAPSHOT</version>
17+
<version>3.2.8-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>w20-bridge-specs</artifactId>

web-bootstrap-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.addons.w20</groupId>
1717
<artifactId>w20-bridge</artifactId>
18-
<version>3.2.9-SNAPSHOT</version>
18+
<version>3.2.8-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>w20-bridge-web-bootstrap-2</artifactId>

web-bootstrap-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.addons.w20</groupId>
1717
<artifactId>w20-bridge</artifactId>
18-
<version>3.2.9-SNAPSHOT</version>
18+
<version>3.2.8-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>w20-bridge-web-bootstrap-3</artifactId>

web-business-theme/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.addons.w20</groupId>
1717
<artifactId>w20-bridge</artifactId>
18-
<version>3.2.9-SNAPSHOT</version>
18+
<version>3.2.8-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>w20-bridge-web-business-theme</artifactId>

web-components/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.addons.w20</groupId>
1717
<artifactId>w20-bridge</artifactId>
18-
<version>3.2.9-SNAPSHOT</version>
18+
<version>3.2.8-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>w20-bridge-web-components</artifactId>

web-dataviz/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.addons.w20</groupId>
1717
<artifactId>w20-bridge</artifactId>
18-
<version>3.2.9-SNAPSHOT</version>
18+
<version>3.2.8-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>w20-bridge-web-dataviz</artifactId>

web-extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.seedstack.addons.w20</groupId>
1717
<artifactId>w20-bridge</artifactId>
18-
<version>3.2.9-SNAPSHOT</version>
18+
<version>3.2.8-SNAPSHOT</version>
1919
</parent>
2020

2121
<artifactId>w20-bridge-web-extras</artifactId>

0 commit comments

Comments
 (0)