Skip to content

Commit 40e52a2

Browse files
committed
1.5.0 Java 8
1 parent f9f862b commit 40e52a2

File tree

9 files changed

+233
-255
lines changed

9 files changed

+233
-255
lines changed

pom.xml

Lines changed: 59 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,30 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.melloware</groupId>
44
<artifactId>jintellitype</artifactId>
5+
<version>1.5.0-SNAPSHOT</version>
56
<packaging>jar</packaging>
6-
<version>1.4.2-SNAPSHOT</version>
7-
<url>http://www.melloware.com</url>
87
<name>JIntellitype</name>
98
<description>JIntellitype - JNI Java bridge to Microsoft Intellitype commands.</description>
9+
<url>https://www.melloware.com</url>
10+
<inceptionYear>1999</inceptionYear>
1011
<organization>
1112
<name>Melloware Inc</name>
12-
<url>http://www.melloware.com</url>
13+
<url>https://www.melloware.com</url>
1314
</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>
2915
<licenses>
3016
<license>
3117
<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>
3319
</license>
3420
</licenses>
3521
<developers>
3622
<developer>
3723
<id>mellowaredev@gmail.com</id>
3824
<name>Melloware</name>
3925
<email>mellowaredev@gmail.com</email>
40-
<url>http://www.melloware.com</url>
26+
<url>https://www.melloware.com</url>
4127
<organization>Melloware Inc</organization>
42-
<organizationUrl>http://www.melloware.com</organizationUrl>
28+
<organizationUrl>https://www.melloware.com</organizationUrl>
4329
<roles>
4430
<role>Architect</role>
4531
</roles>
@@ -49,7 +35,7 @@
4935
<contributor>
5036
<name>Bertrand Florat</name>
5137
<email>bflorat@users.sourceforge.net</email>
52-
<url>http://jajuk.info</url>
38+
<url>https://jajuk.info</url>
5339
<organization>Jajuk Team</organization>
5440
<organizationUrl>http://jajuk.info</organizationUrl>
5541
<roles>
@@ -59,36 +45,36 @@
5945
<contributor>
6046
<name>Peter Fichtner</name>
6147
<email>fichtner@c2tn.de</email>
62-
<url>http://www.c2tn.de</url>
48+
<url>https://www.c2tn.de</url>
6349
<organization>C2TN Team</organization>
64-
<organizationUrl>http://www.c2tn.de</organizationUrl>
50+
<organizationUrl>https://www.c2tn.de</organizationUrl>
6551
<roles>
6652
<role>Code Contributor</role>
6753
</roles>
6854
</contributor>
6955
<contributor>
7056
<name>Thomas Beckers</name>
71-
<email />
72-
<url>http://www.atunes.org/</url>
57+
<email/>
58+
<url>https://www.atunes.org/</url>
7359
<organization>aTunes Team</organization>
74-
<organizationUrl>http://www.atunes.org/</organizationUrl>
60+
<organizationUrl>https://www.atunes.org/</organizationUrl>
7561
<roles>
7662
<role>Code Contributor</role>
7763
</roles>
7864
</contributor>
7965
<contributor>
8066
<name>Karl von Randow</name>
81-
<email />
82-
<url>http://xk72.com/</url>
67+
<email/>
68+
<url>https://xk72.com/</url>
8369
<organization>XK72</organization>
84-
<organizationUrl>http://xk72.com/</organizationUrl>
70+
<organizationUrl>https://xk72.com/</organizationUrl>
8571
<roles>
8672
<role>Code Contributor</role>
8773
</roles>
8874
</contributor>
8975
<contributor>
9076
<name>Johannes Frank</name>
91-
<email />
77+
<email/>
9278
<url>http://radis.sf.net/</url>
9379
<organization>RadiS</organization>
9480
<organizationUrl>http://radis.sf.net/</organizationUrl>
@@ -98,30 +84,30 @@
9884
</contributor>
9985
<contributor>
10086
<name>Wordoholic</name>
101-
<email />
102-
<url>http://wordoholic.com/</url>
87+
<email/>
88+
<url>https://wordoholic.com/</url>
10389
<organization>Wordoholic</organization>
104-
<organizationUrl>http://wordoholic.com/</organizationUrl>
90+
<organizationUrl>https://wordoholic.com/</organizationUrl>
10591
<roles>
10692
<role>Code Contributor</role>
10793
</roles>
10894
</contributor>
10995
<contributor>
11096
<name>Zeroflag</name>
111-
<email />
112-
<url />
97+
<email/>
98+
<url/>
11399
<organization>ZeroFlag</organization>
114-
<organizationUrl />
100+
<organizationUrl/>
115101
<roles>
116102
<role>x64 DLL Contributor</role>
117103
</roles>
118104
</contributor>
119105
<contributor>
120106
<name>Lars</name>
121-
<email />
122-
<url />
107+
<email/>
108+
<url/>
123109
<organization>Hamburg</organization>
124-
<organizationUrl />
110+
<organizationUrl/>
125111
<roles>
126112
<role>Strings for Register Hotkeys</role>
127113
</roles>
@@ -130,16 +116,38 @@
130116
<name>Rocket</name>
131117
<email>ma2014119@outlook.com</email>
132118
<url>https://github.com/RocketMaDev</url>
133-
<organization />
134-
<organizationUrl />
119+
<organization/>
120+
<organizationUrl/>
135121
<roles>
136122
<role>Make it usable above JDK 9</role>
137123
</roles>
138124
</contributor>
139125
</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>
140147
<build>
141148
<plugins>
142149
<plugin>
150+
<groupId>org.apache.maven.plugins</groupId>
143151
<artifactId>maven-assembly-plugin</artifactId>
144152
<version>3.7.1</version>
145153
<configuration>
@@ -180,7 +188,7 @@
180188
<artifactId>maven-javadoc-plugin</artifactId>
181189
<version>3.11.2</version>
182190
<configuration>
183-
<source>${maven.compiler.source}</source>
191+
<source>${maven.compiler.release}</source>
184192
<detectJavaApiLink>false</detectJavaApiLink>
185193
<quiet>true</quiet>
186194
<doclint>none</doclint>
@@ -219,6 +227,7 @@
219227
</executions>
220228
</plugin>
221229
<plugin>
230+
<groupId>org.apache.maven.plugins</groupId>
222231
<artifactId>maven-jar-plugin</artifactId>
223232
<version>3.4.2</version>
224233
<configuration>
@@ -256,6 +265,7 @@
256265
</configuration>
257266
</plugin>
258267
<plugin>
268+
<groupId>org.apache.maven.plugins</groupId>
259269
<artifactId>maven-failsafe-plugin</artifactId>
260270
<version>3.5.3</version>
261271
<executions>
@@ -292,21 +302,9 @@
292302
<groupId>org.apache.maven.plugins</groupId>
293303
<artifactId>maven-compiler-plugin</artifactId>
294304
<version>3.14.0</version>
295-
<configuration>
296-
<source>7</source>
297-
<target>7</target>
298-
</configuration>
299305
</plugin>
300306
</plugins>
301307
</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>
310308
<reporting>
311309
<plugins>
312310
<plugin>
@@ -337,7 +335,6 @@
337335
<configuration>
338336
<encoding>UTF-8</encoding>
339337
<show>private</show>
340-
<aggregate>false</aggregate>
341338
</configuration>
342339
</plugin>
343340
<plugin>
@@ -357,9 +354,7 @@
357354
<ruleset>/rulesets/strings.xml</ruleset>
358355
</rulesets>
359356
<minimumTokens>150</minimumTokens>
360-
<linkXref>true</linkXref>
361-
<sourceEncoding>utf-8</sourceEncoding>
362-
<targetJdk>1.6</targetJdk>
357+
<targetJdk>${maven.compiler.release}</targetJdk>
363358
</configuration>
364359
</plugin>
365360
<plugin>
@@ -376,16 +371,6 @@
376371
</plugin>
377372
</plugins>
378373
</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>
389374
<profiles>
390375
<profile>
391376
<id>release</id>
@@ -398,14 +383,13 @@
398383
<build>
399384
<plugins>
400385
<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>
404389
<extensions>true</extensions>
405390
<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>
409393
</configuration>
410394
</plugin>
411395
<plugin>

0 commit comments

Comments
 (0)