Skip to content

Commit 34938cf

Browse files
authored
Merge pull request #339 from data-integrations/fix-versions
Remove redundant version identifiers which can go out of sync
2 parents f9bfdbf + 186ee94 commit 34938cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudsql-postgresql-plugin/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
<name>CloudSQL PostgreSQL plugin</name>
2727
<artifactId>cloudsql-postgresql-plugin</artifactId>
28-
<version>1.10.0-SNAPSHOT</version>
2928
<modelVersion>4.0.0</modelVersion>
3029

3130
<dependencies>
@@ -46,7 +45,7 @@
4645
<dependency>
4746
<groupId>io.cdap.plugin</groupId>
4847
<artifactId>postgresql-plugin</artifactId>
49-
<version>1.10.0-SNAPSHOT</version>
48+
<version>${project.version}</version>
5049
</dependency>
5150
<dependency>
5251
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)