Skip to content

Commit cae0b77

Browse files
authored
Merge pull request #132 from data-integrations/release-0.7-remove-snapshot
Remove SNAPSHOT for 6.10 release
2 parents 636d70f + 824e4ca commit cae0b77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>io.cdap.delta</groupId>
2424
<artifactId>datastream-delta-plugins</artifactId>
25-
<version>0.7.0-SNAPSHOT</version>
25+
<version>0.7.0</version>
2626
<name>Datastream Delta plugins</name>
2727
<packaging>jar</packaging>
2828
<description>Datastream Delta plugins</description>
@@ -54,7 +54,7 @@
5454
</scm>
5555

5656
<properties>
57-
<delta.version>0.9.0-SNAPSHOT</delta.version>
57+
<delta.version>0.9.0</delta.version>
5858
<slf4j.version>1.7.25</slf4j.version>
5959
<avro.version>1.8.2</avro.version>
6060
<gcp.version>26.1.1</gcp.version>
@@ -520,7 +520,7 @@
520520
<dependency>
521521
<groupId>io.cdap.tests.e2e</groupId>
522522
<artifactId>cdap-e2e-framework</artifactId>
523-
<version>0.3.0-SNAPSHOT</version>
523+
<version>0.3.0</version>
524524
<scope>test</scope>
525525
</dependency>
526526
<dependency>

0 commit comments

Comments
 (0)