|
2 | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | <groupId>com.melloware</groupId> |
4 | 4 | <artifactId>jintellitype</artifactId> |
| 5 | + <version>1.5.0-SNAPSHOT</version> |
5 | 6 | <packaging>jar</packaging> |
6 | | - <version>1.4.2-SNAPSHOT</version> |
7 | | - <url>http://www.melloware.com</url> |
8 | 7 | <name>JIntellitype</name> |
9 | 8 | <description>JIntellitype - JNI Java bridge to Microsoft Intellitype commands.</description> |
| 9 | + <url>https://www.melloware.com</url> |
| 10 | + <inceptionYear>1999</inceptionYear> |
10 | 11 | <organization> |
11 | 12 | <name>Melloware Inc</name> |
12 | | - <url>http://www.melloware.com</url> |
| 13 | + <url>https://www.melloware.com</url> |
13 | 14 | </organization> |
14 | | - <properties> |
15 | | - <organization.logo>http://melloware.com/images/header.jpg</organization.logo> |
16 | | - <default.encoding>UTF-8</default.encoding> |
17 | | - <project.build.sourceEncoding>${default.encoding}</project.build.sourceEncoding> |
18 | | - <project.reporting.outputEncoding>${default.encoding}</project.reporting.outputEncoding> |
19 | | - <maven.compiler.plugin.encoding>${default.encoding}</maven.compiler.plugin.encoding> |
20 | | - <maven.compiler.source>1.7</maven.compiler.source> |
21 | | - <maven.compiler.target>1.7</maven.compiler.target> |
22 | | - </properties> |
23 | | - <inceptionYear>1999</inceptionYear> |
24 | | - <scm> |
25 | | - <connection>scm:svn:https://jintellitype.googlecode.com/svn/trunk</connection> |
26 | | - <developerConnection>scm:svn:https://jintellitype.googlecode.com/svn/trunk</developerConnection> |
27 | | - <url>scm:svn:https://jintellitype.googlecode.com/svn/trunk</url> |
28 | | - </scm> |
29 | 15 | <licenses> |
30 | 16 | <license> |
31 | 17 | <name>The Apache Software License, Version 2.0</name> |
32 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 18 | + <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> |
33 | 19 | </license> |
34 | 20 | </licenses> |
35 | 21 | <developers> |
36 | 22 | <developer> |
37 | 23 | <id>mellowaredev@gmail.com</id> |
38 | 24 | <name>Melloware</name> |
39 | 25 | <email>mellowaredev@gmail.com</email> |
40 | | - <url>http://www.melloware.com</url> |
| 26 | + <url>https://www.melloware.com</url> |
41 | 27 | <organization>Melloware Inc</organization> |
42 | | - <organizationUrl>http://www.melloware.com</organizationUrl> |
| 28 | + <organizationUrl>https://www.melloware.com</organizationUrl> |
43 | 29 | <roles> |
44 | 30 | <role>Architect</role> |
45 | 31 | </roles> |
|
49 | 35 | <contributor> |
50 | 36 | <name>Bertrand Florat</name> |
51 | 37 | <email>bflorat@users.sourceforge.net</email> |
52 | | - <url>http://jajuk.info</url> |
| 38 | + <url>https://jajuk.info</url> |
53 | 39 | <organization>Jajuk Team</organization> |
54 | 40 | <organizationUrl>http://jajuk.info</organizationUrl> |
55 | 41 | <roles> |
|
59 | 45 | <contributor> |
60 | 46 | <name>Peter Fichtner</name> |
61 | 47 | <email>fichtner@c2tn.de</email> |
62 | | - <url>http://www.c2tn.de</url> |
| 48 | + <url>https://www.c2tn.de</url> |
63 | 49 | <organization>C2TN Team</organization> |
64 | | - <organizationUrl>http://www.c2tn.de</organizationUrl> |
| 50 | + <organizationUrl>https://www.c2tn.de</organizationUrl> |
65 | 51 | <roles> |
66 | 52 | <role>Code Contributor</role> |
67 | 53 | </roles> |
68 | 54 | </contributor> |
69 | 55 | <contributor> |
70 | 56 | <name>Thomas Beckers</name> |
71 | | - <email /> |
72 | | - <url>http://www.atunes.org/</url> |
| 57 | + <email/> |
| 58 | + <url>https://www.atunes.org/</url> |
73 | 59 | <organization>aTunes Team</organization> |
74 | | - <organizationUrl>http://www.atunes.org/</organizationUrl> |
| 60 | + <organizationUrl>https://www.atunes.org/</organizationUrl> |
75 | 61 | <roles> |
76 | 62 | <role>Code Contributor</role> |
77 | 63 | </roles> |
78 | 64 | </contributor> |
79 | 65 | <contributor> |
80 | 66 | <name>Karl von Randow</name> |
81 | | - <email /> |
82 | | - <url>http://xk72.com/</url> |
| 67 | + <email/> |
| 68 | + <url>https://xk72.com/</url> |
83 | 69 | <organization>XK72</organization> |
84 | | - <organizationUrl>http://xk72.com/</organizationUrl> |
| 70 | + <organizationUrl>https://xk72.com/</organizationUrl> |
85 | 71 | <roles> |
86 | 72 | <role>Code Contributor</role> |
87 | 73 | </roles> |
88 | 74 | </contributor> |
89 | 75 | <contributor> |
90 | 76 | <name>Johannes Frank</name> |
91 | | - <email /> |
| 77 | + <email/> |
92 | 78 | <url>http://radis.sf.net/</url> |
93 | 79 | <organization>RadiS</organization> |
94 | 80 | <organizationUrl>http://radis.sf.net/</organizationUrl> |
|
98 | 84 | </contributor> |
99 | 85 | <contributor> |
100 | 86 | <name>Wordoholic</name> |
101 | | - <email /> |
102 | | - <url>http://wordoholic.com/</url> |
| 87 | + <email/> |
| 88 | + <url>https://wordoholic.com/</url> |
103 | 89 | <organization>Wordoholic</organization> |
104 | | - <organizationUrl>http://wordoholic.com/</organizationUrl> |
| 90 | + <organizationUrl>https://wordoholic.com/</organizationUrl> |
105 | 91 | <roles> |
106 | 92 | <role>Code Contributor</role> |
107 | 93 | </roles> |
108 | 94 | </contributor> |
109 | 95 | <contributor> |
110 | 96 | <name>Zeroflag</name> |
111 | | - <email /> |
112 | | - <url /> |
| 97 | + <email/> |
| 98 | + <url/> |
113 | 99 | <organization>ZeroFlag</organization> |
114 | | - <organizationUrl /> |
| 100 | + <organizationUrl/> |
115 | 101 | <roles> |
116 | 102 | <role>x64 DLL Contributor</role> |
117 | 103 | </roles> |
118 | 104 | </contributor> |
119 | 105 | <contributor> |
120 | 106 | <name>Lars</name> |
121 | | - <email /> |
122 | | - <url /> |
| 107 | + <email/> |
| 108 | + <url/> |
123 | 109 | <organization>Hamburg</organization> |
124 | | - <organizationUrl /> |
| 110 | + <organizationUrl/> |
125 | 111 | <roles> |
126 | 112 | <role>Strings for Register Hotkeys</role> |
127 | 113 | </roles> |
|
130 | 116 | <name>Rocket</name> |
131 | 117 | <email>ma2014119@outlook.com</email> |
132 | 118 | <url>https://github.com/RocketMaDev</url> |
133 | | - <organization /> |
134 | | - <organizationUrl /> |
| 119 | + <organization/> |
| 120 | + <organizationUrl/> |
135 | 121 | <roles> |
136 | 122 | <role>Make it usable above JDK 9</role> |
137 | 123 | </roles> |
138 | 124 | </contributor> |
139 | 125 | </contributors> |
| 126 | + <scm> |
| 127 | + <connection>scm:svn:https://jintellitype.googlecode.com/svn/trunk</connection> |
| 128 | + <developerConnection>scm:svn:https://jintellitype.googlecode.com/svn/trunk</developerConnection> |
| 129 | + <url>scm:svn:https://jintellitype.googlecode.com/svn/trunk</url> |
| 130 | + </scm> |
| 131 | + <properties> |
| 132 | + <organization.logo>https://melloware.com/images/header.jpg</organization.logo> |
| 133 | + <default.encoding>UTF-8</default.encoding> |
| 134 | + <project.build.sourceEncoding>${default.encoding}</project.build.sourceEncoding> |
| 135 | + <project.reporting.outputEncoding>${default.encoding}</project.reporting.outputEncoding> |
| 136 | + <maven.compiler.plugin.encoding>${default.encoding}</maven.compiler.plugin.encoding> |
| 137 | + <maven.compiler.release>8</maven.compiler.release> |
| 138 | + </properties> |
| 139 | + <dependencies> |
| 140 | + <dependency> |
| 141 | + <groupId>junit</groupId> |
| 142 | + <artifactId>junit</artifactId> |
| 143 | + <version>4.13.2</version> |
| 144 | + <scope>test</scope> |
| 145 | + </dependency> |
| 146 | + </dependencies> |
140 | 147 | <build> |
141 | 148 | <plugins> |
142 | 149 | <plugin> |
| 150 | + <groupId>org.apache.maven.plugins</groupId> |
143 | 151 | <artifactId>maven-assembly-plugin</artifactId> |
144 | 152 | <version>3.7.1</version> |
145 | 153 | <configuration> |
|
180 | 188 | <artifactId>maven-javadoc-plugin</artifactId> |
181 | 189 | <version>3.11.2</version> |
182 | 190 | <configuration> |
183 | | - <source>${maven.compiler.source}</source> |
| 191 | + <source>${maven.compiler.release}</source> |
184 | 192 | <detectJavaApiLink>false</detectJavaApiLink> |
185 | 193 | <quiet>true</quiet> |
186 | 194 | <doclint>none</doclint> |
|
219 | 227 | </executions> |
220 | 228 | </plugin> |
221 | 229 | <plugin> |
| 230 | + <groupId>org.apache.maven.plugins</groupId> |
222 | 231 | <artifactId>maven-jar-plugin</artifactId> |
223 | 232 | <version>3.4.2</version> |
224 | 233 | <configuration> |
|
256 | 265 | </configuration> |
257 | 266 | </plugin> |
258 | 267 | <plugin> |
| 268 | + <groupId>org.apache.maven.plugins</groupId> |
259 | 269 | <artifactId>maven-failsafe-plugin</artifactId> |
260 | 270 | <version>3.5.3</version> |
261 | 271 | <executions> |
|
292 | 302 | <groupId>org.apache.maven.plugins</groupId> |
293 | 303 | <artifactId>maven-compiler-plugin</artifactId> |
294 | 304 | <version>3.14.0</version> |
295 | | - <configuration> |
296 | | - <source>7</source> |
297 | | - <target>7</target> |
298 | | - </configuration> |
299 | 305 | </plugin> |
300 | 306 | </plugins> |
301 | 307 | </build> |
302 | | - <dependencies> |
303 | | - <dependency> |
304 | | - <groupId>junit</groupId> |
305 | | - <artifactId>junit</artifactId> |
306 | | - <version>4.13.2</version> |
307 | | - <scope>test</scope> |
308 | | - </dependency> |
309 | | - </dependencies> |
310 | 308 | <reporting> |
311 | 309 | <plugins> |
312 | 310 | <plugin> |
|
337 | 335 | <configuration> |
338 | 336 | <encoding>UTF-8</encoding> |
339 | 337 | <show>private</show> |
340 | | - <aggregate>false</aggregate> |
341 | 338 | </configuration> |
342 | 339 | </plugin> |
343 | 340 | <plugin> |
|
357 | 354 | <ruleset>/rulesets/strings.xml</ruleset> |
358 | 355 | </rulesets> |
359 | 356 | <minimumTokens>150</minimumTokens> |
360 | | - <linkXref>true</linkXref> |
361 | | - <sourceEncoding>utf-8</sourceEncoding> |
362 | | - <targetJdk>1.6</targetJdk> |
| 357 | + <targetJdk>${maven.compiler.release}</targetJdk> |
363 | 358 | </configuration> |
364 | 359 | </plugin> |
365 | 360 | <plugin> |
|
376 | 371 | </plugin> |
377 | 372 | </plugins> |
378 | 373 | </reporting> |
379 | | - <distributionManagement> |
380 | | - <snapshotRepository> |
381 | | - <id>ossrh</id> |
382 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
383 | | - </snapshotRepository> |
384 | | - <repository> |
385 | | - <id>ossrh</id> |
386 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
387 | | - </repository> |
388 | | - </distributionManagement> |
389 | 374 | <profiles> |
390 | 375 | <profile> |
391 | 376 | <id>release</id> |
|
398 | 383 | <build> |
399 | 384 | <plugins> |
400 | 385 | <plugin> |
401 | | - <groupId>org.sonatype.plugins</groupId> |
402 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
403 | | - <version>1.7.0</version> |
| 386 | + <groupId>org.sonatype.central</groupId> |
| 387 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 388 | + <version>0.7.0</version> |
404 | 389 | <extensions>true</extensions> |
405 | 390 | <configuration> |
406 | | - <serverId>ossrh</serverId> |
407 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
408 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 391 | + <publishingServerId>central-publisher</publishingServerId> |
| 392 | + <autoPublish>true</autoPublish> |
409 | 393 | </configuration> |
410 | 394 | </plugin> |
411 | 395 | <plugin> |
|
0 commit comments