diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 11:28:23 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 11:34:21 -0500 |
commit | a972b6ad9fc41b968a611b4d5eb19668096add6d (patch) | |
tree | 9e8c1f83d2befcb2dcf09d6ba44cdcf543dc675c /common-logging/pom.xml | |
parent | 115109865005990a4e3e971eadd516b3f8227156 (diff) |
change version to 1.0.0
Change-Id: I305363f5296904aea9147717198e0ea8433d4de8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r-- | common-logging/pom.xml | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 2480948b..d2384edd 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>ECOMP-Logging</artifactId> @@ -56,25 +56,7 @@ <scope>provided</scope> </dependency> </dependencies> - - <repositories> - <repository> - <id>eelf-framework</id> - <url>http://search.maven.org/#search|ga|1|EELF</url> - <name>EELF repository</name> - </repository> - </repositories> - - <pluginRepositories> - <pluginRepository> - <releases /> - <snapshots /> - <id>eelf-framework</id> - <url>http://search.maven.org/#search|ga|1|EELF</url> - </pluginRepository> - </pluginRepositories> - - + <build> <plugins> <plugin> @@ -95,7 +77,7 @@ <dependency> <groupId>org.openecomp.policy.common</groupId> <artifactId>ECOMP-Logging</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> <configuration> |