Skip to content

Commit

Permalink
release: prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
envoy-bot committed May 7, 2024
1 parent 2e28b9a commit eaca1a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-control-plane</artifactId>
<groupId>io.envoyproxy.controlplane</groupId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</parent>

<artifactId>api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-control-plane</artifactId>
<groupId>io.envoyproxy.controlplane</groupId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</parent>

<artifactId>cache</artifactId>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>io.envoyproxy.controlplane</groupId>
<artifactId>api</artifactId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</dependency>

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

<groupId>io.envoyproxy.controlplane</groupId>
<artifactId>java-control-plane</artifactId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -71,7 +71,7 @@
<url>https://github.com/envoyproxy/java-control-plane</url>
<connection>scm:git:git://github.com/envoyproxy/java-control-plane.git</connection>
<developerConnection>scm:git:ssh://git@github.com/envoyproxy/java-control-plane.git</developerConnection>
<tag>v1.0.45</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-control-plane</artifactId>
<groupId>io.envoyproxy.controlplane</groupId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</parent>

<artifactId>server</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.envoyproxy.controlplane</groupId>
<artifactId>cache</artifactId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-control-plane</artifactId>
<groupId>io.envoyproxy.controlplane</groupId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</parent>

<artifactId>test</artifactId>
Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>io.envoyproxy.controlplane</groupId>
<artifactId>cache</artifactId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.envoyproxy.controlplane</groupId>
<artifactId>server</artifactId>
<version>1.0.45</version>
<version>1.0.46-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit eaca1a4

Please sign in to comment.