bump version to 1.2.5
[msb/apigateway.git] / redis-ext / pom.xml
index 227256d..5645d4f 100644 (file)
@@ -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>
 
         </dependencies>
         <build>
           <plugins>
-            <!-- 
+            <!--
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-dependency-plugin</artifactId>
-              <executions>      
+              <executions>
                 <execution>
                   <id>unpack-dependency-file</id>
                   <goals>
                   </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>
                     <sourceFile>${linux64outputdir}/redis-${redis.version}</sourceFile>
                     <destinationFile>${linux64outputdir}/redis</destinationFile>
                   </configuration>
-                </execution>          
+                </execution>
               </executions>
-            </plugin> 
+            </plugin>
             -->
-            
+
             <plugin>
               <artifactId>maven-resources-plugin</artifactId>
               <configuration>
               </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>
 
             </plugin>
 
           </plugins>
-        </build>    
+        </build>
       </profile>
     </profiles>
 </project>