]> gerrit.simantics Code Review - simantics/platform.git/blob - releng/org.simantics.sdk.repository/pom.xml
Bumped master target and org.simantics.sdk versions to 1.33.0
[simantics/platform.git] / releng / org.simantics.sdk.repository / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4         <artifactId>org.simantics.sdk.repository</artifactId>
5         <version>1.33.0-SNAPSHOT</version>
6         <packaging>eclipse-repository</packaging>
7
8         <parent>
9                 <groupId>org.simantics</groupId>
10                 <artifactId>org.simantics.root.releng</artifactId>
11                 <version>1.0.0-SNAPSHOT</version>
12         </parent>
13
14         <build>
15                 <plugins>
16                         <plugin>
17                                 <groupId>org.eclipse.tycho</groupId>
18                                 <artifactId>tycho-p2-repository-plugin</artifactId>
19                                 <version>${tycho.version}</version>
20                                 <configuration>
21                                         <skipArchive>true</skipArchive>
22                                 </configuration>
23                         </plugin>
24                 </plugins>
25                 <pluginManagement>
26                         <plugins>
27                                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
28                                 <plugin>
29                                         <groupId>org.eclipse.m2e</groupId>
30                                         <artifactId>lifecycle-mapping</artifactId>
31                                         <version>1.0.0</version>
32                                         <configuration>
33                                                 <lifecycleMappingMetadata>
34                                                         <pluginExecutions>
35                                                                 <pluginExecution>
36                                                                         <pluginExecutionFilter>
37                                                                                 <groupId>
38                                                                                         org.apache.maven.plugins
39                                                                                 </groupId>
40                                                                                 <artifactId>
41                                                                                         maven-clean-plugin
42                                                                                 </artifactId>
43                                                                                 <versionRange>
44                                                                                         [2.5,)
45                                                                                 </versionRange>
46                                                                                 <goals>
47                                                                                         <goal>clean</goal>
48                                                                                 </goals>
49                                                                         </pluginExecutionFilter>
50                                                                         <action>
51                                                                                 <ignore></ignore>
52                                                                         </action>
53                                                                 </pluginExecution>
54                                                                 <pluginExecution>
55                                                                         <pluginExecutionFilter>
56                                                                                 <groupId>
57                                                                                         org.eclipse.tycho
58                                                                                 </groupId>
59                                                                                 <artifactId>
60                                                                                         tycho-packaging-plugin
61                                                                                 </artifactId>
62                                                                                 <versionRange>
63                                                                                         [0.25.0,)
64                                                                                 </versionRange>
65                                                                                 <goals>
66                                                                                         <goal>
67                                                                                                 build-qualifier-aggregator
68                                                                                         </goal>
69                                                                                 </goals>
70                                                                         </pluginExecutionFilter>
71                                                                         <action>
72                                                                                 <ignore></ignore>
73                                                                         </action>
74                                                                 </pluginExecution>
75                                                         </pluginExecutions>
76                                                 </lifecycleMappingMetadata>
77                                         </configuration>
78                                 </plugin>
79                         </plugins>
80                 </pluginManagement>
81         </build>
82 </project>