Skip to content

Commit 84f01ed

Browse files
committed
updated to new parent pom
re-enabled the sources/javadoc to bundle welcome back clean tidy 'mvn clean compile'!!!
1 parent bbc361c commit 84f01ed

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mybatis</groupId>
55
<artifactId>mybatis-parent</artifactId>
6-
<version>1.0.1</version>
6+
<version>3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mybatis</artifactId>

src/main/assembly/bundle.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
<file>
1010
<source>target/${project.artifactId}-${project.version}.${project.packaging}</source>
1111
</file>
12-
<!--
1312
<file>
1413
<source>target/${project.artifactId}-${project.version}-sources.${project.packaging}</source>
1514
</file>
1615
<file>
1716
<source>target/${project.artifactId}-${project.version}-javadoc.${project.packaging}</source>
1817
</file>
19-
-->
2018
<file>
2119
<source>LICENSE</source>
2220
</file>

0 commit comments

Comments
 (0)