Skip to content

Commit cc0917d

Browse files
committed
update logback and jar version.
1 parent 3b7e5b5 commit cc0917d

File tree

1 file changed

+3
-53
lines changed

1 file changed

+3
-53
lines changed

pom.xml

+3-53
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.shibing624</groupId>
66
<artifactId>similarity</artifactId>
7-
<version>1.1.3</version>
7+
<version>1.1.4</version>
88
<name>similarity</name>
99
<description>compare text similarity for java</description>
1010
<url>https://github.com/shibing624/similarity</url>
@@ -17,7 +17,7 @@
1717
</licenses>
1818
<developers>
1919
<developer>
20-
<name>xuming</name>
20+
<name>XuMing</name>
2121
<email>[email protected]</email>
2222
</developer>
2323
</developers>
@@ -32,7 +32,7 @@
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3333
<junit.version>4.11</junit.version>
3434
<slf4j.version>1.7.7</slf4j.version>
35-
<logback.version>1.2.0</logback.version>
35+
<logback.version>1.2.10</logback.version>
3636
<commons.lang3.version>3.3.1</commons.lang3.version>
3737
</properties>
3838

@@ -171,33 +171,6 @@
171171
</execution>
172172
</executions>
173173
</plugin>
174-
<!--<plugin>-->
175-
<!--<groupId>org.apache.maven.plugins</groupId>-->
176-
<!--<artifactId>maven-javadoc-plugin</artifactId>-->
177-
<!--<version>2.9.1</version>-->
178-
<!--<executions>-->
179-
<!--<execution>-->
180-
<!--<id>attach-javadocs</id>-->
181-
<!--<goals>-->
182-
<!--<goal>jar</goal>-->
183-
<!--</goals>-->
184-
<!--</execution>-->
185-
<!--</executions>-->
186-
<!--</plugin>-->
187-
<!--<plugin>-->
188-
<!--<groupId>org.apache.maven.plugins</groupId>-->
189-
<!--<artifactId>maven-gpg-plugin</artifactId>-->
190-
<!--<version>1.5</version>-->
191-
<!--<executions>-->
192-
<!--<execution>-->
193-
<!--<id>sign-artifacts</id>-->
194-
<!--<phase>verify</phase>-->
195-
<!--<goals>-->
196-
<!--<goal>sign</goal>-->
197-
<!--</goals>-->
198-
<!--</execution>-->
199-
<!--</executions>-->
200-
<!--</plugin>-->
201174
<plugin>
202175
<groupId>org.apache.maven.plugins</groupId>
203176
<artifactId>maven-resources-plugin</artifactId>
@@ -211,29 +184,6 @@
211184
<artifactId>maven-surefire-plugin</artifactId>
212185
<version>2.16</version>
213186
</plugin>
214-
<plugin>
215-
<artifactId>maven-assembly-plugin</artifactId>
216-
<version>2.4</version>
217-
<configuration>
218-
<archive>
219-
<manifest>
220-
<mainClass>zx.soft.ui.Start</mainClass>
221-
</manifest>
222-
</archive>
223-
<descriptorRefs>
224-
<descriptorRef>jar-with-dependencies</descriptorRef>
225-
</descriptorRefs>
226-
</configuration>
227-
<executions>
228-
<execution>
229-
<id>make-assembly</id>
230-
<phase>package</phase>
231-
<goals>
232-
<goal>single</goal>
233-
</goals>
234-
</execution>
235-
</executions>
236-
</plugin>
237187

238188
<plugin>
239189
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)