Skip to content

Commit ad0b6b3

Browse files
committed
more similar to the htmlunit pom
1 parent 0637345 commit ad0b6b3

File tree

1 file changed

+34
-28
lines changed

1 file changed

+34
-28
lines changed

pom.xml

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,20 @@
66
<artifactId>htmlunit-cssparser</artifactId>
77
<version>1.1.0-SNAPSHOT</version>
88
<name>HtmlUnit CSS Parser</name>
9-
<url>https://github.com/HtmlUnit/htmlunit-cssparser</url>
109
<packaging>jar</packaging>
1110
<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>
1712
<properties>
1813
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1914
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
2015
</properties>
2116

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-
3117
<build>
3218
<plugins>
3319
<plugin>
34-
<!-- set Java 5 as the minimum requirement -->
3520
<groupId>org.apache.maven.plugins</groupId>
3621
<artifactId>maven-compiler-plugin</artifactId>
37-
<version>3.6.1</version>
22+
<version>3.7.0</version>
3823
<configuration>
3924
<source>1.8</source>
4025
<target>1.8</target>
@@ -285,17 +270,6 @@
285270
<url>https://github.com/htmlunit</url>
286271
</scm>
287272

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-
299273
<mailingLists>
300274
</mailingLists>
301275
<developers>
@@ -324,4 +298,36 @@
324298
<name>Ahmed Ashour</name>
325299
</contributor>
326300
</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>
327333
</project>

0 commit comments

Comments
 (0)