Skip to content

Commit ac74ede

Browse files
committed
publish custom snapshot
Signed-off-by: radoslaw.chrzanowski <[email protected]>
1 parent fc131d5 commit ac74ede

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
environment:
1010
# Customize the JVM maximum heap limit
1111
MAVEN_OPTS: -Xms512m -Xmx1024m
12+
DEPLOY_BRANCH: true
1213

1314
steps:
1415
- checkout

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-control-plane</artifactId>
77
<groupId>io.envoyproxy.controlplane</groupId>
8-
<version>0.1.33-SNAPSHOT</version>
8+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>api</artifactId>

cache/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-control-plane</artifactId>
77
<groupId>io.envoyproxy.controlplane</groupId>
8-
<version>0.1.33-SNAPSHOT</version>
8+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cache</artifactId>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.envoyproxy.controlplane</groupId>
4141
<artifactId>api</artifactId>
42-
<version>0.1.33-SNAPSHOT</version>
42+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
4343
</dependency>
4444

4545
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.envoyproxy.controlplane</groupId>
66
<artifactId>java-control-plane</artifactId>
7-
<version>0.1.33-SNAPSHOT</version>
7+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<modules>

server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-control-plane</artifactId>
77
<groupId>io.envoyproxy.controlplane</groupId>
8-
<version>0.1.33-SNAPSHOT</version>
8+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>server</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>io.envoyproxy.controlplane</groupId>
1616
<artifactId>cache</artifactId>
17-
<version>0.1.33-SNAPSHOT</version>
17+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
1818
</dependency>
1919

2020
<dependency>

test/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>java-control-plane</artifactId>
77
<groupId>io.envoyproxy.controlplane</groupId>
8-
<version>0.1.33-SNAPSHOT</version>
8+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>test</artifactId>
@@ -18,13 +18,13 @@
1818
<dependency>
1919
<groupId>io.envoyproxy.controlplane</groupId>
2020
<artifactId>cache</artifactId>
21-
<version>0.1.33-SNAPSHOT</version>
21+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
2222
</dependency>
2323

2424
<dependency>
2525
<groupId>io.envoyproxy.controlplane</groupId>
2626
<artifactId>server</artifactId>
27-
<version>0.1.33-SNAPSHOT</version>
27+
<version>0.1.33-delta-xds-non-breaking-slonka-hash-bytes-SNAPSHOT</version>
2828
</dependency>
2929
</dependencies>
3030

0 commit comments

Comments
 (0)