File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 55 <artifactId >nutz</artifactId >
66 <packaging >jar</packaging >
77 <name >Nutz</name >
8- <version >1.r.68-SNAPSHOT </version >
8+ <version >1.r.68.v20190329 </version >
99 <properties >
1010 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1111 <jetty .version>9.4.15.v20190215</jetty .version>
206206 <target >1.6</target >
207207 </configuration >
208208 </plugin >
209- <plugin >
210- <groupId >org.mortbay.jetty</groupId >
211- <artifactId >jetty-maven-plugin</artifactId >
212- <version >7.6.16.v20140903</version >
213- </plugin >
214209 <plugin >
215210 <groupId >org.apache.maven.plugins</groupId >
216211 <artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public final class Nutz {
3333 * @return nutz 项目的版本号
3434 */
3535 public static String version () {
36- return "1.r.68-SNAPSHOT " ;
36+ return "1.r.68.v20190329 " ;
3737 }
3838
3939 /**
You can’t perform that action at this time.
0 commit comments