Skip to content

Commit

Permalink
Merge tag '0.2.1' into kettle
Browse files Browse the repository at this point in the history
  • Loading branch information
majinju committed May 22, 2024
2 parents 36dc5c1 + 69ff0d2 commit 2bb5be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cn.benma666</groupId>
<artifactId>my-parent</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<artifactId>sjds</artifactId>
<name>sjds</name>
Expand Down Expand Up @@ -167,6 +167,7 @@
<configuration>
<tasks>
<echo>拷贝jar包</echo>
<mkdir dir="${basedir}/target/ext-lib" />
<copy todir="${basedir}/doc/dist/lib">
<fileset dir="${basedir}/target/ext-lib" includes="**" />
</copy>
Expand Down

0 comments on commit 2bb5be5

Please sign in to comment.