Skip to content

Commit 35abfe0

Browse files
committed
release 2.1.0-beta
1 parent 6e0ba59 commit 35abfe0

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ This is a template engine, all writen in Java, **support Java 7+**.
1515
<dependency>
1616
<groupId>org.febit.wit</groupId>
1717
<artifactId>wit-core</artifactId>
18-
<version>2.0.0-beta</version>
18+
<version>2.1.0-beta</version>
1919
</dependency>
2020
```
2121

2222
+ or Gradle
2323

2424
```
25-
compile 'org.febit.wit:wit-core:2.0.0-beta'
25+
compile 'org.febit.wit:wit-core:2.1.0-beta'
2626
```
2727

2828
+ demo:
@@ -93,7 +93,7 @@ details.
9393

9494
> [github-issue][new_issue_github]
9595
96-
[mvc-demo]: https://github.com/zqq90/webitscript-mvc-demo
96+
[mvc-demo]: https://github.com/febit/wit-mvc-demo
9797
[tests]: https://github.com/febit/wit/tree/master/wit-core/src/test/resources/org/febit/wit/test/tmpls
9898

9999
[new_issue_github]: https://github.com/febit/wit/issues/new

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.febit.wit</groupId>
66
<artifactId>parent</artifactId>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0-beta</version>
88
<packaging>pom</packaging>
99
<name>febit-wit</name>
1010
<description>A template-like script and engine, all writen with Java.</description>

wit-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<artifactId>wit-core</artifactId>
1111
<packaging>jar</packaging>

wit-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<artifactId>wit-servlet</artifactId>
1111
<packaging>jar</packaging>

wit-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<artifactId>support</artifactId>
1111
<packaging>pom</packaging>

wit-support/support-jfinal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>support</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<artifactId>wit-jfinal</artifactId>
1111
<packaging>jar</packaging>

wit-support/support-jodd3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>support</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<artifactId>wit-jodd3</artifactId>
1111
<packaging>jar</packaging>

wit-support/support-springmvc3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>support</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<artifactId>wit-springmvc3</artifactId>
1111
<packaging>jar</packaging>

wit-support/support-struts2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>support</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<artifactId>wit-struts2</artifactId>
1111
<packaging>jar</packaging>

wit-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.febit.wit</groupId>
77
<artifactId>parent</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0-beta</version>
99
</parent>
1010
<packaging>jar</packaging>
1111
<artifactId>wit-tools</artifactId>

0 commit comments

Comments
 (0)