Skip to content

Commit

Permalink
Remove SNAPSHOT for 6.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samdgupi committed Jan 9, 2024
1 parent 636d70f commit 824e4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.cdap.delta</groupId>
<artifactId>datastream-delta-plugins</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<name>Datastream Delta plugins</name>
<packaging>jar</packaging>
<description>Datastream Delta plugins</description>
Expand Down Expand Up @@ -54,7 +54,7 @@
</scm>

<properties>
<delta.version>0.9.0-SNAPSHOT</delta.version>
<delta.version>0.9.0</delta.version>
<slf4j.version>1.7.25</slf4j.version>
<avro.version>1.8.2</avro.version>
<gcp.version>26.1.1</gcp.version>
Expand Down Expand Up @@ -520,7 +520,7 @@
<dependency>
<groupId>io.cdap.tests.e2e</groupId>
<artifactId>cdap-e2e-framework</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 824e4ca

Please sign in to comment.