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 9, 2022
1 parent f60edcb commit ee086cc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion k8-manifests/release/api-server.yaml
Expand Up @@ -31,7 +31,7 @@ spec:
containers:
- name: api-server
# TODO:: remove the snapshot tag once we make the first release
image: us-docker.pkg.dev/point-of-sale-ci/pos-images/api-server:v0.0.0
image: us-docker.pkg.dev/point-of-sale-ci/pos-images/api-server:v0.2.0
env:
- name: INVENTORY_EP
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion k8-manifests/release/inventory.yaml
Expand Up @@ -31,7 +31,7 @@ spec:
containers:
- name: inventory
# TODO:: remove the snapshot tag once we make the first release
image: us-docker.pkg.dev/point-of-sale-ci/pos-images/inventory:v0.0.0
image: us-docker.pkg.dev/point-of-sale-ci/pos-images/inventory:v0.2.0
env:
- name: SPRING_PROFILES_ACTIVE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion k8-manifests/release/payments.yaml
Expand Up @@ -31,7 +31,7 @@ spec:
containers:
- name: payments
# TODO:: remove the snapshot tag once we make the first release
image: us-docker.pkg.dev/point-of-sale-ci/pos-images/payments:v0.0.0
image: us-docker.pkg.dev/point-of-sale-ci/pos-images/payments:v0.2.0
env:
- name: SPRING_PROFILES_ACTIVE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "point-of-sale-changelog",
"version": "0.1.0-SNAPSHOT",
"version": "0.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>ui</artifactId>
Expand Down

0 comments on commit ee086cc

Please sign in to comment.