diff options
Diffstat (limited to 'pgaas')
-rw-r--r-- | pgaas/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pgaas/pom.xml b/pgaas/pom.xml index 1c8eb5c..82e86de 100644 --- a/pgaas/pom.xml +++ b/pgaas/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>pgaas</artifactId> <name>pgaas</name> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <!-- name from the setup.py file --> |