Skip to content

Commit 6db4a78

Browse files
author
Komal Yadav
committed
Remove -SNAPSHOT from Version
1 parent b1b1fdc commit 6db4a78

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adls-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>azure-adls-plugins</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.18.0-SNAPSHOT</version>
23+
<version>1.18.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

azure-blob-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>azure-adls-plugins</artifactId>
2323
<groupId>io.cdap.plugin</groupId>
24-
<version>1.18.0-SNAPSHOT</version>
24+
<version>1.18.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

filesource-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>azure-adls-plugins</artifactId>
2222
<groupId>io.cdap.plugin</groupId>
23-
<version>1.18.0-SNAPSHOT</version>
23+
<version>1.18.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>azure-adls-plugins</artifactId>
2424
<packaging>pom</packaging>
2525
<name>Azure Adls Plugin Collection</name>
26-
<version>1.18.0-SNAPSHOT</version>
26+
<version>1.18.0</version>
2727
<description>Plugins for Azure Adls</description>
2828
<url>https://github.com/data-integrations/azure</url>
2929

0 commit comments

Comments
 (0)