|
18 | 18 | <name>The MIT License</name> |
19 | 19 | <url>https://jsoup.org/license</url> |
20 | 20 | <distribution>repo</distribution> |
21 | | - </license> |
| 21 | + </license> |
22 | 22 | </licenses> |
23 | 23 | <scm> |
24 | 24 | <url>https://github.com/jhy/jsoup</url> |
|
36 | 36 | <plugin> |
37 | 37 | <groupId>org.apache.maven.plugins</groupId> |
38 | 38 | <artifactId>maven-compiler-plugin</artifactId> |
39 | | - <version>2.0.2</version> |
| 39 | + <version>3.5.1</version> |
40 | 40 | <configuration> |
41 | 41 | <source>1.5</source> |
42 | 42 | <target>1.5</target> |
|
47 | 47 | <!-- this plugin allows us to ensure Java 5 API compatibility --> |
48 | 48 | <groupId>org.codehaus.mojo</groupId> |
49 | 49 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
50 | | - <version>1.9</version> |
| 50 | + <version>1.15</version> |
51 | 51 | <executions> |
52 | 52 | <execution> |
53 | 53 | <id>animal-sniffer</id> |
|
68 | 68 | <plugin> |
69 | 69 | <groupId>org.apache.maven.plugins</groupId> |
70 | 70 | <artifactId>maven-javadoc-plugin</artifactId> |
71 | | - <version>2.6.1</version> |
| 71 | + <version>2.10.4</version> |
72 | 72 | <configuration> |
73 | 73 | <additionalparam>-Xdoclint:none</additionalparam> |
74 | 74 | </configuration> |
|
85 | 85 | <plugin> |
86 | 86 | <groupId>org.apache.maven.plugins</groupId> |
87 | 87 | <artifactId>maven-source-plugin</artifactId> |
88 | | - <version>2.1.1</version> |
| 88 | + <version>3.0.1</version> |
89 | 89 | <configuration> |
90 | 90 | </configuration> |
91 | 91 | <executions> |
|
101 | 101 | <plugin> |
102 | 102 | <groupId>org.apache.maven.plugins</groupId> |
103 | 103 | <artifactId>maven-jar-plugin</artifactId> |
104 | | - <version>2.2</version> |
| 104 | + <version>3.0.2</version> |
105 | 105 | <configuration> |
106 | 106 | <archive> |
107 | 107 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
|
111 | 111 | <plugin> |
112 | 112 | <groupId>org.apache.felix</groupId> |
113 | 113 | <artifactId>maven-bundle-plugin</artifactId> |
114 | | - <version>2.1.0</version> |
| 114 | + <version>3.2.0</version> |
115 | 115 | <executions> |
116 | 116 | <execution> |
117 | 117 | <id>bundle-manifest</id> |
|
130 | 130 | <plugin> |
131 | 131 | <groupId>org.apache.maven.plugins</groupId> |
132 | 132 | <artifactId>maven-resources-plugin</artifactId> |
133 | | - <version>2.7</version> |
| 133 | + <version>3.0.1</version> |
134 | 134 | </plugin> |
135 | 135 | <plugin> |
136 | 136 | <artifactId>maven-release-plugin</artifactId> |
137 | | - <version>2.5.2</version> |
| 137 | + <version>2.5.3</version> |
138 | 138 | </plugin> |
139 | 139 | </plugins> |
140 | 140 | <resources> |
|
198 | 198 | </build> |
199 | 199 | </profile> |
200 | 200 | </profiles> |
201 | | - |
| 201 | + |
202 | 202 | <dependencies> |
203 | 203 |
|
204 | 204 | <dependency> |
|
218 | 218 | </dependency> |
219 | 219 |
|
220 | 220 | </dependencies> |
221 | | - |
| 221 | + |
222 | 222 | <dependencyManagement> |
223 | 223 | <dependencies> |
224 | 224 | </dependencies> |
|
0 commit comments