Skip to content

Commit

Permalink
v 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shopizer-ecommerce committed May 4, 2021
1 parent afe0da2 commit 4739690
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Shopizer (for java 1.8 +)

Java open source e-commerce software

- Headless commerce
- Shopping cart
- Catalogue
- Search
Expand All @@ -21,7 +22,7 @@ See the demo (jsp):
-------------------
http://aws-demo.shopizer.com:8080/

See the demo (angular):
See the demo (React):
-------------------
Available soon

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<packaging>pom</packaging>

<name>shopizer</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<m2eclipse.wtp.contextRoot>/</m2eclipse.wtp.contextRoot>

<!--shopizer version -->
<shopizer.version>2.16.0</shopizer.version>
<shopizer.version>2.17.0</shopizer.version>
<shopizer.search.version>2.11.1</shopizer.search.version>
<shopizer-canadapost.version>2.15.0</shopizer-canadapost.version>

Expand Down
2 changes: 1 addition & 1 deletion sm-core-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion sm-core-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>

<name>sm-core-modules</name>
Expand Down
2 changes: 1 addition & 1 deletion sm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>

<artifactId>sm-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sm-shop-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>

<artifactId>sm-shop-model</artifactId>
Expand Down
Binary file modified sm-shop/files/store/DownlaodRepository.dat
Binary file not shown.
3 changes: 1 addition & 2 deletions sm-shop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.shopizer</groupId>
<artifactId>shopizer</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</parent>

<artifactId>sm-shop</artifactId>
Expand Down Expand Up @@ -124,7 +124,6 @@
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<!--<version>${org.mapstruct.version}</version> -->
</dependency>

<!-- H2 session -->
Expand Down

0 comments on commit 4739690

Please sign in to comment.