|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>org.testng.eclipse</groupId> |
7 | 7 | <artifactId>org.testng.eclipse.parent</artifactId> |
8 | | - <version>7.10.2-SNAPSHOT</version> |
| 8 | + <version>7.11.0-SNAPSHOT</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 |
|
11 | 11 | <properties> |
12 | | - <tycho.version>2.7.5</tycho.version> |
| 12 | + <tycho.version>4.0.12</tycho.version> |
13 | 13 | <enforcer.maven.version>3.1.1</enforcer.maven.version> |
14 | | - <enforcer.java.version>11</enforcer.java.version> |
15 | | - <maven.compiler.source>11</maven.compiler.source> |
16 | | - <maven.compiler.target>11</maven.compiler.target> |
| 14 | + <enforcer.java.version>17</enforcer.java.version> |
| 15 | + <maven.compiler.source>17</maven.compiler.source> |
| 16 | + <maven.compiler.target>17</maven.compiler.target> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | 18 | </properties> |
19 | 19 |
|
|
40 | 40 | <configuration> |
41 | 41 | <!-- http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02782.html --> |
42 | 42 | <!-- http://stackoverflow.com/a/28812963 --> |
43 | | - <compilerArgument>-warn:none</compilerArgument> |
44 | | - <compilerArgument>-err:none</compilerArgument> |
| 43 | + <compilerArgument>-warn:-raw,unchecked</compilerArgument> |
45 | 44 | </configuration> |
46 | 45 | </plugin> |
47 | 46 | <plugin> |
|
152 | 151 |
|
153 | 152 | <repositories> |
154 | 153 | <repository> |
155 | | - <id>eclipse</id> |
| 154 | + <id>2023-09</id> |
156 | 155 | <layout>p2</layout> |
157 | | - <url>https://download.eclipse.org/releases/photon/</url> |
| 156 | + <url>https://download.eclipse.org/releases/2023-09</url> |
158 | 157 | </repository> |
159 | 158 | <repository> |
160 | 159 | <id>testng-p2-repo</id> |
161 | 160 | <layout>p2</layout> |
162 | | - <!-- testng-p2 beta --> |
163 | | - <!-- <url>https://dl.bintray.com/testng-team/testng-p2/7.0.0/</url> --> |
164 | | - <!-- testng-p2 release --> |
165 | | - <url>https://testng.org/testng-p2-update-site/7.10.2/</url> |
| 161 | + <url>https://testng.org/testng-p2-update-site/7.11.0/</url> |
166 | 162 | </repository> |
167 | 163 | <repository> |
168 | 164 | <snapshots /> |
|
0 commit comments