|
7 | 7 | <name>Minidev public super pom</name> |
8 | 8 | <description>minidev common properties.</description> |
9 | 9 | <packaging>pom</packaging> |
10 | | - <url>http://www.minidev.net/</url> |
11 | | - |
12 | | - <parent> |
13 | | - <groupId>org.sonatype.oss</groupId> |
14 | | - <artifactId>oss-parent</artifactId> |
15 | | - <version>7</version> |
16 | | - </parent> |
| 10 | + <url>https://urielch.github.io/</url> |
17 | 11 |
|
18 | 12 | <organization> |
19 | 13 | <name>Chemouni Uriel</name> |
20 | | - <url>http://www.minidev.net/</url> |
| 14 | + <url>https://urielch.github.io/</url> |
21 | 15 | </organization> |
22 | 16 |
|
23 | 17 | <developers> |
|
48 | 42 |
|
49 | 43 | <build> |
50 | 44 | <plugins> |
51 | | -<!-- <plugin> --> |
52 | | -<!-- <groupId>org.apache.felix</groupId> --> |
53 | | -<!-- <artifactId>maven-bundle-plugin</artifactId> --> |
54 | | -<!-- <extensions>true</extensions> --> |
55 | | -<!-- <version>2.3.7</version> --> |
56 | | -<!-- </plugin> --> |
57 | 45 | <plugin> |
58 | 46 | <groupId>org.apache.maven.plugins</groupId> |
59 | 47 | <artifactId>maven-source-plugin</artifactId> |
60 | | - <version>2.1.2</version> |
| 48 | + <version>3.2.1</version> |
61 | 49 | <executions> |
62 | 50 | <execution> |
63 | 51 | <id>bind-sources</id> |
|
71 | 59 | <plugin> |
72 | 60 | <groupId>org.apache.maven.plugins</groupId> |
73 | 61 | <artifactId>maven-compiler-plugin</artifactId> |
74 | | - <version>2.3.2</version> |
| 62 | + <version>3.8.1</version> |
75 | 63 | <configuration> |
76 | 64 | <encoding>UTF-8</encoding> |
77 | 65 | <source>1.6</source> |
|
95 | 83 | <plugin> |
96 | 84 | <groupId>org.apache.maven.plugins</groupId> |
97 | 85 | <artifactId>maven-jar-plugin</artifactId> |
98 | | - <version>2.3.1</version> |
| 86 | + <version>3.2.0</version> |
99 | 87 | <configuration> |
100 | 88 | <excludes> |
101 | 89 | <exclude>**/.svn/*</exclude> |
|
107 | 95 | <plugin> |
108 | 96 | <groupId>org.apache.maven.plugins</groupId> |
109 | 97 | <artifactId>maven-javadoc-plugin</artifactId> |
110 | | - <version>2.8</version> |
| 98 | + <version>3.2</version> |
111 | 99 | <!-- ONLY NEEDED With jdk 1.7+ --> |
112 | 100 | <!-- |
113 | 101 | <configuration> |
|
139 | 127 | <plugin> |
140 | 128 | <groupId>org.apache.maven.plugins</groupId> |
141 | 129 | <artifactId>maven-checkstyle-plugin</artifactId> |
142 | | - <version>2.6</version> |
| 130 | + <version>3.1.2</version> |
143 | 131 | <configuration> |
144 | 132 | <configLocation>config/sun_checks.xml</configLocation> |
145 | 133 | </configuration> |
|
149 | 137 |
|
150 | 138 | <modules> |
151 | 139 | <module>../json-smart</module> |
152 | | - <!-- <module>../json-smart-mini</module> --> |
| 140 | + <module>../json-smart-mini</module> |
153 | 141 | </modules> |
154 | 142 |
|
155 | 143 | <distributionManagement> |
156 | 144 | <!-- My project's Sonatype repository to be used by the release plugin --> |
157 | 145 | <repository> |
158 | 146 | <id>sonatype-nexus-staging</id> |
159 | 147 | <name>Nexus Release Repository</name> |
160 | | - <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 148 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
161 | 149 | </repository> |
162 | 150 | <snapshotRepository> |
163 | 151 | <id>sonatype-nexus-snapshots</id> |
|
200 | 188 | <groupId>org.apache.maven.plugins</groupId> |
201 | 189 | <artifactId>maven-gpg-plugin</artifactId> |
202 | 190 | <!-- <version>1.0-alpha-4</version> --> |
203 | | - <version>1.2</version> |
| 191 | + <version>1.6</version> |
204 | 192 | <executions> |
205 | 193 | <execution> |
206 | 194 | <id>sign-artifacts</id> |
|
215 | 203 | <plugin> |
216 | 204 | <groupId>org.apache.maven.plugins</groupId> |
217 | 205 | <artifactId>maven-javadoc-plugin</artifactId> |
| 206 | + <version>3.2.0</version> |
218 | 207 | <executions> |
219 | 208 | <execution> |
220 | 209 | <id>attach-javadocs</id> |
|
231 | 220 | <plugin> |
232 | 221 | <groupId>org.apache.maven.plugins</groupId> |
233 | 222 | <artifactId>maven-release-plugin</artifactId> |
234 | | - <version>2.1</version> |
| 223 | + <version>3.0.0-M1</version> |
235 | 224 | </plugin> |
236 | 225 | </plugins> |
237 | 226 | </build> |
|
0 commit comments