summaryrefslogtreecommitdiffstats
path: root/redis-ext
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2019-05-09 02:15:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-09 02:15:53 +0000
commit7ee2dcca7bf6ed1aa30a7dfb9ab04f540730644d (patch)
treeb140dc78ee89786443505c4de6ed1d67108aa93d /redis-ext
parentad380db9da867dc872310df6b1fe47230c22d12c (diff)
parent0087d0334b0c8decc4bec40e69fcb2af04345800 (diff)
Merge "bump version to 1.2.5"
Diffstat (limited to 'redis-ext')
-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>