summaryrefslogtreecommitdiffstats
path: root/redis-ext/pom.xml
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2019-05-09 10:06:12 +0800
committerHuabing Zhao <zhaohuabing@gmail.com>2019-05-09 10:06:16 +0800
commit0087d0334b0c8decc4bec40e69fcb2af04345800 (patch)
tree23dbb2fbb3849fd8f36a15a15e0ed37291a00253 /redis-ext/pom.xml
parent4b2a245470e75932931cb47f97e2835ed7cd5778 (diff)
bump version to 1.2.5
Issue-ID: MSB-334 Change-Id: I7518924a0481c2dc6c6846bfac06454888f3a342 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'redis-ext/pom.xml')
-rw-r--r--redis-ext/pom.xml46
1 files changed, 23 insertions, 23 deletions
diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml
index 227256d..5645d4f 100644
--- a/redis-ext/pom.xml
+++ b/redis-ext/pom.xml
@@ -1,34 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-
+
Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
-
+
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
+
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>redis-ext</artifactId>
- <version>1.2.4-SNAPSHOT</version>
+ <version>1.2.5-SNAPSHOT</version>
<name>onap/msb/apigateway/redis-ext</name>
<packaging>pom</packaging>
@@ -57,11 +57,11 @@
</dependencies>
<build>
<plugins>
- <!--
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <executions>
+ <executions>
<execution>
<id>unpack-dependency-file</id>
<goals>
@@ -69,22 +69,22 @@
</goals>
<phase>generate-resources</phase>
<configuration>
- <artifactItems>
+ <artifactItems>
<artifactItem>
<groupId>org.redis.centos.7</groupId>
<artifactId>redis</artifactId>
<type>tar.gz</type>
<outputDirectory>${linux64outputdir}</outputDirectory>
- </artifactItem>
+ </artifactItem>
</artifactItems>
<excludes>**/redis-benchmark**,**/*.pdb,**/*.docx</excludes>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
<outputAbsoluteArtifactFilename>true</outputAbsoluteArtifactFilename>
</configuration>
- </execution>
+ </execution>
</executions>
- </plugin>
+ </plugin>
<plugin>
<groupId>com.coderplus.maven.plugins</groupId>
@@ -101,11 +101,11 @@
<sourceFile>${linux64outputdir}/redis-${redis.version}</sourceFile>
<destinationFile>${linux64outputdir}/redis</destinationFile>
</configuration>
- </execution>
+ </execution>
</executions>
- </plugin>
+ </plugin>
-->
-
+
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
@@ -113,25 +113,25 @@
</configuration>
<executions>
<execution>
- <id>copy-resources</id>
+ <id>copy-resources</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
- <configuration>
- <outputDirectory>${linux64outputdir}</outputDirectory>
- <resources>
+ <configuration>
+ <outputDirectory>${linux64outputdir}</outputDirectory>
+ <resources>
<resource>
<directory>src/assembly/resources/linux</directory>
<filtering>false</filtering>
<includes>
<include>**/*</include>
</includes>
- </resource>
+ </resource>
</resources>
<overwrite>true</overwrite>
</configuration>
- </execution>
+ </execution>
</executions>
</plugin>
@@ -165,7 +165,7 @@
</plugin>
</plugins>
- </build>
+ </build>
</profile>
</profiles>
</project>