diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-17 16:51:44 -0800 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-20 14:29:14 -0500 |
commit | 9cf0a1e191259f19cc7cbffdf57a96cd4e06ee1f (patch) | |
tree | 78c98992a11690411c0104b5bbec06196291fa9d /filters | |
parent | 636c3a7d71ff65ef314d62dde67be8fda7d6a240 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching. (part 2)
Change-Id: Ib9f7cf7f98feb159ce1b136a3cd792820c99e659
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'filters')
-rwxr-xr-x | filters/features/pom.xml | 2 | ||||
-rwxr-xr-x | filters/installer/pom.xml | 2 | ||||
-rw-r--r-- | filters/pom.xml | 4 | ||||
-rwxr-xr-x | filters/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/filters/features/pom.xml b/filters/features/pom.xml index a68da7d6b..3662f3368 100755 --- a/filters/features/pom.xml +++ b/filters/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>filters</artifactId> <groupId>org.onap.ccsdk.sli.core</groupId> - <version>0.1.3-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>filters-features</artifactId> <name>Filters - Features</name> diff --git a/filters/installer/pom.xml b/filters/installer/pom.xml index f33b73452..a22e9ab72 100755 --- a/filters/installer/pom.xml +++ b/filters/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>filters</artifactId> - <version>0.1.3-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>filters-installer</artifactId> <name>Filters - Karaf Installer</name> diff --git a/filters/pom.xml b/filters/pom.xml index 896ecda29..7780dcecb 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli-core</artifactId> - <version>0.1.3-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -16,7 +16,7 @@ <name>Filters</name> <description>Servlet filter to implement ECOMP logging spec</description> - <version>0.1.3-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml index 3d35b96dc..51d0c63aa 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>filters</artifactId> - <version>0.1.3-SNAPSHOT</version> + <version>0.2.0-SNAPSHOT</version> </parent> <artifactId>filters-provider</artifactId> <packaging>bundle</packaging> |