|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 3 | <modelVersion>4.0.0</modelVersion> |
6 | 4 | <packaging>pom</packaging> |
7 | 5 |
|
8 | 6 | <groupId>com.tangorabox</groupId> |
9 | 7 | <artifactId>component-inspector</artifactId> |
10 | | - <version>1.0-SNAPSHOT</version> |
| 8 | + <version>1.1-SNAPSHOT</version> |
| 9 | + <name>component-inspector</name> |
11 | 10 |
|
12 | | - <url>https://tangorabox.com</url> |
| 11 | + <url>https://github.com/TangoraBox/ComponentInspector</url> |
| 12 | + <description>Java Desktop (JavaFX and Swing) Component Inspector on mouse over </description> |
13 | 13 |
|
14 | 14 | <modules> |
15 | 15 | <module>component-inspector-core</module> |
|
24 | 24 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
25 | 25 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
26 | 26 | <java.release>11</java.release> |
| 27 | + <project.inceptionYear>2020</project.inceptionYear> |
27 | 28 | </properties> |
28 | 29 |
|
| 30 | + <issueManagement> |
| 31 | + <url>https://github.com/TangoraBox/ComponentInspector/issues</url> |
| 32 | + <system>GitHub Issues</system> |
| 33 | + </issueManagement> |
| 34 | + |
| 35 | + <licenses> |
| 36 | + <license> |
| 37 | + <name>GNU GPL v3</name> |
| 38 | + <url>https://www.gnu.org/licenses/gpl-3.0.txt</url> |
| 39 | + </license> |
| 40 | + </licenses> |
| 41 | + |
| 42 | + |
29 | 43 | <distributionManagement> |
30 | 44 | <snapshotRepository> |
31 | 45 | <id>ossrh</id> |
|
45 | 59 | <tag>HEAD</tag> |
46 | 60 | </scm> |
47 | 61 |
|
| 62 | + <organization> |
| 63 | + <name>ComponentInspector by Tangorabox.com</name> |
| 64 | + <url>https://tangorabox.com</url> |
| 65 | + </organization> |
| 66 | + |
| 67 | + <developers> |
| 68 | + <developer> |
| 69 | + <name>GaRzY</name> |
| 70 | + <email>info@tangorabox.com</email> |
| 71 | + <url>https://github.com/garzy</url> |
| 72 | + <id>GaRzY</id> |
| 73 | + <roles> |
| 74 | + <role>Founder</role> |
| 75 | + <role>Maintainer</role> |
| 76 | + </roles> |
| 77 | + </developer> |
| 78 | + </developers> |
| 79 | + |
48 | 80 | <build> |
49 | 81 | <plugins> |
50 | 82 | <plugin> |
|
77 | 109 | <localCheckout>true</localCheckout> |
78 | 110 | <pushChanges>false</pushChanges> |
79 | 111 | <mavenExecutorId>forked-path</mavenExecutorId> |
80 | | - <!--<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>--> |
| 112 | + <arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments> |
81 | 113 | </configuration> |
82 | 114 | <dependencies> |
83 | 115 | <dependency> |
|
0 commit comments