Skip to content

Commit

Permalink
release: 1.r.68.v20190329
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Mar 29, 2019
1 parent 0fb1db0 commit 8b430b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>nutz</artifactId>
<packaging>jar</packaging>
<name>Nutz</name>
<version>1.r.68-SNAPSHOT</version>
<version>1.r.68.v20190329</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.15.v20190215</jetty.version>
Expand Down Expand Up @@ -206,11 +206,6 @@
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>7.6.16.v20140903</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/org/nutz/Nutz.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class Nutz {
* @return nutz 项目的版本号
*/
public static String version() {
return "1.r.68-SNAPSHOT";
return "1.r.68.v20190329";
}

/**
Expand Down

0 comments on commit 8b430b4

Please sign in to comment.