Skip to content

Commit

Permalink
Merge pull request #234 from data-integrations/release-remove-snapsho…
Browse files Browse the repository at this point in the history
…t-692

[RELEASE-6.9.2] Remove SNAPSHOTs
  • Loading branch information
dli357 authored Aug 30, 2023
2 parents a3319e0 + cb3d8b7 commit 00e265f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion delta-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>

<artifactId>delta-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delta-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>

<artifactId>delta-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delta-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion delta-proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>

<artifactId>delta-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delta-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
</parent>

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

<groupId>io.cdap.delta</groupId>
<artifactId>delta</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>
<name>Delta Pipelines</name>
<packaging>pom</packaging>
<description>CDAP Delta pipelines</description>
Expand Down Expand Up @@ -57,7 +57,7 @@
<properties>
<jee.version>7</jee.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.9.0</cdap.version>
<cdap.version>6.9.2</cdap.version>
<failsafe.version>2.3.3</failsafe.version>
<guava.version>13.0.1</guava.version>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit 00e265f

Please sign in to comment.