Skip to content

Commit

Permalink
update logback and jar version.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibing624 committed Feb 18, 2022
1 parent 3b7e5b5 commit cc0917d
Showing 1 changed file with 3 additions and 53 deletions.
56 changes: 3 additions & 53 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.shibing624</groupId>
<artifactId>similarity</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
<name>similarity</name>
<description>compare text similarity for java</description>
<url>https://github.com/shibing624/similarity</url>
Expand All @@ -17,7 +17,7 @@
</licenses>
<developers>
<developer>
<name>xuming</name>
<name>XuMing</name>
<email>[email protected]</email>
</developer>
</developers>
Expand All @@ -32,7 +32,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.11</junit.version>
<slf4j.version>1.7.7</slf4j.version>
<logback.version>1.2.0</logback.version>
<logback.version>1.2.10</logback.version>
<commons.lang3.version>3.3.1</commons.lang3.version>
</properties>

Expand Down Expand Up @@ -171,33 +171,6 @@
</execution>
</executions>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-javadoc-plugin</artifactId>-->
<!--<version>2.9.1</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>attach-javadocs</id>-->
<!--<goals>-->
<!--<goal>jar</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-gpg-plugin</artifactId>-->
<!--<version>1.5</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>sign-artifacts</id>-->
<!--<phase>verify</phase>-->
<!--<goals>-->
<!--<goal>sign</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
Expand All @@ -211,29 +184,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
<mainClass>zx.soft.ui.Start</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
Expand Down

0 comments on commit cc0917d

Please sign in to comment.