Skip to content

Commit

Permalink
release: update version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabirmean committed May 7, 2022
1 parent e32dc05 commit 00e36d9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "point-of-sale-changelog",
"version": "0.1.0-SNAPSHOT",
"version": "0.1.0",
"scripts": {
"release": "standard-version",
"release:minor": "standard-version --release-as minor",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@

<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<name>abm-edge-usecase-workload</name>
Expand Down
2 changes: 1 addition & 1 deletion src/api-server/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>api-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/inventory/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>inventory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/payments/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>payments</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/service-sdk/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.1.0-SNAPSHOT",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "npm run lint && vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.google.abm-edge</groupId>
<artifactId>abm-edge-usecase</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>ui</artifactId>
Expand Down

0 comments on commit 00e36d9

Please sign in to comment.