Skip to content

Commit 77496d4

Browse files
authored
Merge pull request #199 from data-integrations/release-1.20-remove-snapshot
Remove SNAPSHOT for 6.10 release
2 parents a471b93 + c2d6525 commit 77496d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.cdap.plugin</groupId>
88
<artifactId>amazon-s3-plugins</artifactId>
9-
<version>1.20.0-SNAPSHOT</version>
9+
<version>1.20.0</version>
1010
<description>Plugins for Amazon S3</description>
1111
<url>https://github.com/data-integrations/amazon-s3-plugins</url>
1212

@@ -505,7 +505,7 @@
505505
<dependency>
506506
<groupId>io.cdap.tests.e2e</groupId>
507507
<artifactId>cdap-e2e-framework</artifactId>
508-
<version>0.2.0-SNAPSHOT</version>
508+
<version>0.2.0</version>
509509
<scope>test</scope>
510510
</dependency>
511511
<dependency>

0 commit comments

Comments
 (0)