We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc361c commit 84f01edCopy full SHA for 84f01ed
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>org.mybatis</groupId>
5
<artifactId>mybatis-parent</artifactId>
6
- <version>1.0.1</version>
+ <version>3</version>
7
</parent>
8
<modelVersion>4.0.0</modelVersion>
9
<artifactId>mybatis</artifactId>
src/main/assembly/bundle.xml
@@ -9,14 +9,12 @@
<file>
10
<source>target/${project.artifactId}-${project.version}.${project.packaging}</source>
11
</file>
12
- <!--
13
14
<source>target/${project.artifactId}-${project.version}-sources.${project.packaging}</source>
15
16
17
<source>target/${project.artifactId}-${project.version}-javadoc.${project.packaging}</source>
18
19
- -->
20
21
<source>LICENSE</source>
22
0 commit comments