diff options
author | Kanagaraj M <mkr1481@gmail.com> | 2019-08-02 12:53:15 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2019-08-05 19:45:44 +0530 |
commit | 603a5a4aa9ee8c00a3ca081b98e9f19c0606b0da (patch) | |
tree | 1f9f7fcacc38b5bee4ebda4b824f1c280157972a /profiles/snmp/pom.xml | |
parent | a352350baa50f17ead5b5d43919a68a1877a1deb (diff) |
Set SNAPSHOT versioning
Issue-ID: CLI-169
Change-Id: I37930d594df46a9cf306d66db3ba212237041e0c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'profiles/snmp/pom.xml')
-rw-r--r-- | profiles/snmp/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml index 4b9884d6..1dcaa59a 100644 --- a/profiles/snmp/pom.xml +++ b/profiles/snmp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli-profiles</artifactId> - <version>3.0.0</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>cli-profiles-snmp</artifactId> @@ -62,6 +62,10 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + </plugin> </plugins> </build> </project> |