We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bfdbf commit 186ee94Copy full SHA for 186ee94
cloudsql-postgresql-plugin/pom.xml
@@ -25,7 +25,6 @@
25
26
<name>CloudSQL PostgreSQL plugin</name>
27
<artifactId>cloudsql-postgresql-plugin</artifactId>
28
- <version>1.10.0-SNAPSHOT</version>
29
<modelVersion>4.0.0</modelVersion>
30
31
<dependencies>
@@ -46,7 +45,7 @@
46
45
<dependency>
47
<groupId>io.cdap.plugin</groupId>
48
<artifactId>postgresql-plugin</artifactId>
49
+ <version>${project.version}</version>
50
</dependency>
51
52
<groupId>com.google.guava</groupId>
0 commit comments