Skip to content

Commit

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

Removed SNAPSHOT from pom files.
  • Loading branch information
sanjanasandeep authored Jun 2, 2023
2 parents 1f2addb + f9840e1 commit 317fc78
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1-SNAPSHOT</version>
<version>0.8.1</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.1-SNAPSHOT</version>
<version>0.8.1</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.1-SNAPSHOT</version>
<version>0.8.1</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.1-SNAPSHOT</version>
<version>0.8.1</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.1-SNAPSHOT</version>
<version>0.8.1</version>
</parent>

<artifactId>delta-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.1-SNAPSHOT</version>
<version>0.8.1</version>
<name>Delta Pipelines</name>
<packaging>pom</packaging>
<description>CDAP Delta pipelines</description>
Expand Down

0 comments on commit 317fc78

Please sign in to comment.