|
6 | 6 | <artifactId>htmlunit-cssparser</artifactId>
|
7 | 7 | <version>1.1.0-SNAPSHOT</version>
|
8 | 8 | <name>HtmlUnit CSS Parser</name>
|
9 |
| - <url>https://github.com/HtmlUnit/htmlunit-cssparser</url> |
10 | 9 | <packaging>jar</packaging>
|
11 | 10 | <description>CSS parser for HtmlUnit.</description>
|
12 |
| - <parent> |
13 |
| - <groupId>org.sonatype.oss</groupId> |
14 |
| - <artifactId>oss-parent</artifactId> |
15 |
| - <version>7</version> |
16 |
| - </parent> |
| 11 | + <url>https://github.com/HtmlUnit/htmlunit-cssparser</url> |
17 | 12 | <properties>
|
18 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
19 | 14 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
20 | 15 | </properties>
|
21 | 16 |
|
22 |
| - <dependencies> |
23 |
| - <dependency> |
24 |
| - <groupId>junit</groupId> |
25 |
| - <artifactId>junit</artifactId> |
26 |
| - <version>4.12</version> |
27 |
| - <scope>test</scope> |
28 |
| - </dependency> |
29 |
| - </dependencies> |
30 |
| - |
31 | 17 | <build>
|
32 | 18 | <plugins>
|
33 | 19 | <plugin>
|
34 |
| - <!-- set Java 5 as the minimum requirement --> |
35 | 20 | <groupId>org.apache.maven.plugins</groupId>
|
36 | 21 | <artifactId>maven-compiler-plugin</artifactId>
|
37 |
| - <version>3.6.1</version> |
| 22 | + <version>3.7.0</version> |
38 | 23 | <configuration>
|
39 | 24 | <source>1.8</source>
|
40 | 25 | <target>1.8</target>
|
|
285 | 270 | <url>https://github.com/htmlunit</url>
|
286 | 271 | </scm>
|
287 | 272 |
|
288 |
| - <distributionManagement> |
289 |
| - <snapshotRepository> |
290 |
| - <id>sonatype-nexus-snapshots</id> |
291 |
| - <url>http://oss.sonatype.org/content/repositories/snapshots</url> |
292 |
| - </snapshotRepository> |
293 |
| - <repository> |
294 |
| - <id>sonatype-nexus-staging</id> |
295 |
| - <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
296 |
| - </repository> |
297 |
| - </distributionManagement> |
298 |
| - |
299 | 273 | <mailingLists>
|
300 | 274 | </mailingLists>
|
301 | 275 | <developers>
|
|
324 | 298 | <name>Ahmed Ashour</name>
|
325 | 299 | </contributor>
|
326 | 300 | </contributors>
|
| 301 | + |
| 302 | + <dependencies> |
| 303 | + <dependency> |
| 304 | + <groupId>junit</groupId> |
| 305 | + <artifactId>junit</artifactId> |
| 306 | + <version>4.12</version> |
| 307 | + <scope>test</scope> |
| 308 | + </dependency> |
| 309 | + </dependencies> |
| 310 | + <distributionManagement> |
| 311 | + <snapshotRepository> |
| 312 | + <id>sonatype-nexus-snapshots</id> |
| 313 | + <url>http://oss.sonatype.org/content/repositories/snapshots</url> |
| 314 | + </snapshotRepository> |
| 315 | + <repository> |
| 316 | + <id>sonatype-nexus-staging</id> |
| 317 | + <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
| 318 | + </repository> |
| 319 | + </distributionManagement> |
| 320 | + <repositories> |
| 321 | + <repository> |
| 322 | + <snapshots> |
| 323 | + <enabled>true</enabled> |
| 324 | + <updatePolicy>always</updatePolicy> |
| 325 | + </snapshots> |
| 326 | + <releases> |
| 327 | + <enabled>false</enabled> |
| 328 | + </releases> |
| 329 | + <id>OSS Sonatype snapshots</id> |
| 330 | + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 331 | + </repository> |
| 332 | + </repositories> |
327 | 333 | </project>
|
0 commit comments