Skip to content

Commit

Permalink
Merge pull request #2004 from menakaj/main
Browse files Browse the repository at this point in the history
Bump version for the patch tag (0.9.0.2)
  • Loading branch information
menakajl authored May 4, 2021
2 parents cd09bec + 0e86b4e commit f83b778
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion enforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration/mock-backend-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<artifactId>integration</artifactId>
<groupId>org.wso2.am.choreo.connect</groupId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>choreo-connect-parent</artifactId>
<groupId>org.wso2.am.choreo.connect</groupId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions integration/test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>integration</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>mock-backend-server</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -234,7 +234,7 @@
<dependency>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>org.wso2.choreo.connect.enforcer</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
</dependency>
<dependency>
<groupId>org.wso2.am</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<packaging>pom</packaging>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<name>Choreo Connect - Parent</name>

<url>https://wso2.org</url>
Expand Down
6 changes: 3 additions & 3 deletions resources/docker-compose/apim/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
volumes:
- ./conf/deployment.toml:/home/wso2carbon/wso2am-4.0.0/repository/conf/deployment.toml
router:
image: wso2/choreo-connect-router:0.9.1-SNAPSHOT
image: wso2/choreo-connect-router:0.9.0.2
logging:
options:
max-size: "20m"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/choreo-connect-adapter:0.9.1-SNAPSHOT
image: wso2/choreo-connect-adapter:0.9.0.2
logging:
options:
max-size: "20m"
Expand All @@ -65,7 +65,7 @@ services:
links:
- apim
enforcer:
image: wso2/choreo-connect-enforcer:0.9.1-SNAPSHOT
image: wso2/choreo-connect-enforcer:0.9.0.2
logging:
options:
max-size: "20m"
Expand Down
6 changes: 3 additions & 3 deletions resources/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
router:
image: wso2/choreo-connect-router:0.9.1-SNAPSHOT
image: wso2/choreo-connect-router:0.9.0.2
logging:
options:
max-size: "20m"
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/choreo-connect-adapter:0.9.1-SNAPSHOT
image: wso2/choreo-connect-adapter:0.9.0.2
logging:
options:
max-size: "20m"
Expand All @@ -48,7 +48,7 @@ services:
- "18000:18000"
- "9843:9843"
enforcer:
image: wso2/choreo-connect-enforcer:0.9.1-SNAPSHOT
image: wso2/choreo-connect-enforcer:0.9.0.2
logging:
options:
max-size: "20m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- mountPath: /home/wso2/conf/log_config.toml
subPath: log_config.toml
name: logconfig-toml-vol
image: wso2/choreo-connect-adapter:0.9.1-SNAPSHOT
image: wso2/choreo-connect-adapter:0.9.0.2
imagePullPolicy: IfNotPresent
env:
- name: ADAPTER_PRIVATE_KEY_PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
name: log4j2-vol
- mountPath: /home/wso2/lib/dropins
name: dropins-vol
image: wso2/choreo-connect-enforcer:0.9.1-SNAPSHOT
image: wso2/choreo-connect-enforcer:0.9.0.2
imagePullPolicy: IfNotPresent
env:
- name: ENFORCER_PRIVATE_KEY_PATH
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
name: router-keystore-vol
- mountPath: /home/wso2/security/truststore
name: router-truststore-vol
image: wso2/choreo-connect-router:0.9.1-SNAPSHOT
image: wso2/choreo-connect-router:0.9.0.2
imagePullPolicy: IfNotPresent
env:
- name: ROUTER_ADMIN_HOST
Expand Down
2 changes: 1 addition & 1 deletion router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>choreo-connect-parent</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f83b778

Please sign in to comment.