Skip to content

Commit 952219f

Browse files
committed
Adding missing properties to publish on maven central
1 parent 659ac02 commit 952219f

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

pom.xml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,32 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.dcendents</groupId>
55
<artifactId>mybatis-generator-plugins</artifactId>
6-
<version>1.1-SNAPSHOT</version>
7-
<properties>
8-
<slf4j.version>1.7.12</slf4j.version>
9-
</properties>
6+
<version>1.0-SNAPSHOT</version>
7+
<name>MyBatis Generator Plugins</name>
8+
<description>Set of plugins for the mybatis-generator to further tweak the generated code.</description>
9+
<url>https://github.com/dcendents/mybatis-generator-plugins</url>
10+
<inceptionYear>2015</inceptionYear>
11+
<licenses>
12+
<license>
13+
<name>Apache License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
15+
</license>
16+
</licenses>
1017
<scm>
1118
<connection>scm:git:https://github.com/dcendents/mybatis-generator-plugins.git</connection>
1219
<url>https://github.com/dcendents/mybatis-generator-plugins</url>
1320
<tag>HEAD</tag>
1421
</scm>
22+
<developers>
23+
<developer>
24+
<id>dcendents</id>
25+
<name>Daniel Beland</name>
26+
<email>dcendents@gmail.com</email>
27+
</developer>
28+
</developers>
29+
<properties>
30+
<slf4j.version>1.7.12</slf4j.version>
31+
</properties>
1532
<build>
1633
<plugins>
1734
<plugin>

0 commit comments

Comments
 (0)