We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2356e95 commit ccf1a91Copy full SHA for ccf1a91
1 file changed
pom.xml
@@ -14,6 +14,7 @@
14
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
15
<nexus-staging-maven-plugin.version>1.6.3</nexus-staging-maven-plugin.version>
16
<maven-release-plugin.version>2.5.1</maven-release-plugin.version>
17
+ <gpg.executable>gpg2</gpg.executable>
18
</properties>
19
20
<licenses>
@@ -47,6 +48,15 @@
47
48
</repository>
49
</distributionManagement>
50
51
+ <developers>
52
+ <developer>
53
+ <name>Trung Nguyen</name>
54
+ <email>[email protected]</email>
55
+ <organization>Github</organization>
56
+ <organizationUrl>https://github.com/trung</organizationUrl>
57
+ </developer>
58
+ </developers>
59
+
60
<dependencies>
61
<dependency>
62
<groupId>junit</groupId>
0 commit comments