Skip to content

Commit 156607c

Browse files
committed
release 2.2.0-beta
1 parent b8b76ac commit 156607c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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.2.0-SNAPSHOT</version>
7+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.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.2.0-SNAPSHOT</version>
8+
<version>2.2.0-beta</version>
99
</parent>
1010
<packaging>jar</packaging>
1111
<artifactId>wit-tools</artifactId>

0 commit comments

Comments
 (0)