|
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/maven-v4_0_0.xsd"> |
| 1 | +<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/maven-v4_0_0.xsd"> |
3 | 2 | <modelVersion>4.0.0</modelVersion> |
4 | 3 | <groupId>net.sourceforge.eclipsejetty</groupId> |
5 | 4 | <artifactId>parent</artifactId> |
|
38 | 37 |
|
39 | 38 | <properties> |
40 | 39 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
41 | | - <tycho-version>1.2.0</tycho-version> |
| 40 | + <tycho-version>2.7.5</tycho-version> |
42 | 41 | </properties> |
43 | 42 |
|
44 | 43 | <scm> |
|
64 | 63 | <version>${tycho-version}</version> |
65 | 64 | <extensions>true</extensions> |
66 | 65 | </plugin> |
| 66 | + <plugin> |
| 67 | + <groupId>org.eclipse.tycho</groupId> |
| 68 | + <artifactId>target-platform-configuration</artifactId> |
| 69 | + <version>${tycho-version}</version> |
| 70 | + <configuration> |
| 71 | + <environments> |
| 72 | + <environment> |
| 73 | + <os>win32</os> |
| 74 | + <ws>win32</ws> |
| 75 | + <arch>x86_64</arch> |
| 76 | + </environment> |
| 77 | + <environment> |
| 78 | + <os>linux</os> |
| 79 | + <ws>gtk</ws> |
| 80 | + <arch>x86_64</arch> |
| 81 | + </environment> |
| 82 | + <environment> |
| 83 | + <os>macosx</os> |
| 84 | + <ws>cocoa</ws> |
| 85 | + <arch>x86_64</arch> |
| 86 | + </environment> |
| 87 | + <environment> |
| 88 | + <os>macosx</os> |
| 89 | + <ws>cocoa</ws> |
| 90 | + <arch>aarch64</arch> |
| 91 | + </environment> |
| 92 | + </environments> |
| 93 | + </configuration> |
| 94 | + </plugin> |
67 | 95 | </plugins> |
68 | 96 |
|
69 | 97 | <pluginManagement> |
70 | 98 | <plugins> |
| 99 | + <plugin> |
| 100 | + <groupId>org.apache.maven.plugins</groupId> |
| 101 | + <artifactId>maven-enforcer-plugin</artifactId> |
| 102 | + <version>3.1.0</version> |
| 103 | + <executions> |
| 104 | + <execution> |
| 105 | + <id>enforce-versions</id> |
| 106 | + <goals> |
| 107 | + <goal>enforce</goal> |
| 108 | + </goals> |
| 109 | + <configuration> |
| 110 | + <rules> |
| 111 | + <requireMavenVersion> |
| 112 | + <version>3.8.0</version> |
| 113 | + </requireMavenVersion> |
| 114 | + <requireJavaVersion> |
| 115 | + <version>11</version> |
| 116 | + </requireJavaVersion> |
| 117 | + </rules> |
| 118 | + </configuration> |
| 119 | + </execution> |
| 120 | + </executions> |
| 121 | + </plugin> |
| 122 | + |
71 | 123 | <plugin> |
72 | 124 | <groupId>org.apache.maven.plugins</groupId> |
73 | 125 | <artifactId>maven-compiler-plugin</artifactId> |
74 | | - <version>3.1</version> |
| 126 | + <version>3.10.1</version> |
75 | 127 | <configuration> |
76 | | - <source>1.6</source> |
77 | | - <target>1.6</target> |
| 128 | + <source>1.8</source> |
| 129 | + <target>1.8</target> |
78 | 130 | </configuration> |
79 | 131 | </plugin> |
80 | 132 |
|
81 | 133 | <plugin> |
82 | 134 | <groupId>org.apache.maven.plugins</groupId> |
83 | 135 | <artifactId>maven-site-plugin</artifactId> |
84 | | - <version>3.4</version> |
| 136 | + <version>3.12.1</version> |
85 | 137 | </plugin> |
86 | 138 |
|
87 | 139 | <!--This plugin's configuration is used to store Eclipse m2e settings |
|
119 | 171 | <plugin> |
120 | 172 | <groupId>org.apache.maven.plugins</groupId> |
121 | 173 | <artifactId>maven-project-info-reports-plugin</artifactId> |
122 | | - <version>2.8.1</version> |
| 174 | + <version>3.4.1</version> |
123 | 175 | <configuration> |
124 | 176 | <generateSitemap>true</generateSitemap> |
125 | 177 | <dependencyDetailsEnabled>false</dependencyDetailsEnabled> |
|
139 | 191 | <plugin> |
140 | 192 | <groupId>org.apache.maven.plugins</groupId> |
141 | 193 | <artifactId>maven-changes-plugin</artifactId> |
142 | | - <version>2.11</version> |
| 194 | + <version>2.12.1</version> |
143 | 195 | <configuration> |
144 | 196 | <issueManagementSystems> |
145 | 197 | <issueManagementSystem>SourceForge</issueManagementSystem> |
|
161 | 213 |
|
162 | 214 | <repositories> |
163 | 215 | <repository> |
164 | | - <id>eclipse-oxygen</id> |
165 | | - <url>http://download.eclipse.org/releases/oxygen</url> |
| 216 | + <id>eclipse-2021-12</id> |
| 217 | + <url>http://download.eclipse.org/releases/2021-12</url> |
166 | 218 | <layout>p2</layout> |
167 | 219 | </repository> |
168 | 220 | </repositories> |
|
0 commit comments