|
4 | 4 |
|
5 | 5 | <groupId>io.github.shibing624</groupId>
|
6 | 6 | <artifactId>similarity</artifactId>
|
7 |
| - <version>1.1.3</version> |
| 7 | + <version>1.1.4</version> |
8 | 8 | <name>similarity</name>
|
9 | 9 | <description>compare text similarity for java</description>
|
10 | 10 | <url>https://github.com/shibing624/similarity</url>
|
|
17 | 17 | </licenses>
|
18 | 18 | <developers>
|
19 | 19 | <developer>
|
20 |
| - <name>xuming</name> |
| 20 | + <name>XuMing</name> |
21 | 21 |
|
22 | 22 | </developer>
|
23 | 23 | </developers>
|
|
32 | 32 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
33 | 33 | <junit.version>4.11</junit.version>
|
34 | 34 | <slf4j.version>1.7.7</slf4j.version>
|
35 |
| - <logback.version>1.2.0</logback.version> |
| 35 | + <logback.version>1.2.10</logback.version> |
36 | 36 | <commons.lang3.version>3.3.1</commons.lang3.version>
|
37 | 37 | </properties>
|
38 | 38 |
|
|
171 | 171 | </execution>
|
172 | 172 | </executions>
|
173 | 173 | </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>--> |
201 | 174 | <plugin>
|
202 | 175 | <groupId>org.apache.maven.plugins</groupId>
|
203 | 176 | <artifactId>maven-resources-plugin</artifactId>
|
|
211 | 184 | <artifactId>maven-surefire-plugin</artifactId>
|
212 | 185 | <version>2.16</version>
|
213 | 186 | </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> |
237 | 187 |
|
238 | 188 | <plugin>
|
239 | 189 | <groupId>org.sonatype.plugins</groupId>
|
|
0 commit comments