Bump version to 1.13.0-SNAPSHOT
[so.git] / deployment-configs / pom.xml
1 <?xml version="1.0"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3   xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.onap.so</groupId>
7     <artifactId>so</artifactId>
8     <version>1.13.0-SNAPSHOT</version>
9   </parent>
10   <artifactId>deployment-configs</artifactId>
11   <name>deployment-configs</name>
12   <url>http://maven.apache.org</url>
13   <properties>
14     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15   </properties>
16   <build>
17     <plugins>
18       <plugin>
19         <groupId>org.apache.maven.plugins</groupId>
20         <artifactId>maven-resources-plugin</artifactId>
21         <configuration>
22           <nonFilteredFileExtensions>
23             <nonFilteredFileExtension>jks</nonFilteredFileExtension>
24           </nonFilteredFileExtensions>
25         </configuration>
26       </plugin>
27     </plugins>
28   </build>
29   <dependencies>
30     <dependency>
31       <groupId>junit</groupId>
32       <artifactId>junit</artifactId>
33       <version>3.8.1</version>
34       <scope>test</scope>
35     </dependency>
36   </dependencies>
37 </project>