Skip to content

Commit 79ca693

Browse files
committed
Released 1.5.1
1 parent 27a4e4d commit 79ca693

File tree

9 files changed

+47
-47
lines changed

9 files changed

+47
-47
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This is a template engine, all writen in Java, **support Java 5+**.
1212
<dependency>
1313
<groupId>com.github.zqq90.webit-script</groupId>
1414
<artifactId>webit-script</artifactId>
15-
<version>1.5</version>
15+
<version>1.5.1</version>
1616
</dependency>
1717
~~~~~
1818

1919
## Yeah, only one jar
2020

21-
> `webit-script-1.5.jar` *<300KB*
21+
> `webit-script-1.5.1.jar` *<300KB*
2222
2323
## How to use
2424

webit-script-servlet/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010

1111
<artifactId>webit-script-servlet</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5</version>
13+
<version>1.5.1</version>
1414

1515
<name>Webit Script Servlet</name>
1616
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>webit-script</artifactId>
20+
<version>1.5.1</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>javax.servlet</groupId>
1924
<artifactId>servlet-api</artifactId>
2025
<version>2.5</version>
2126
<scope>provided</scope>
2227
</dependency>
23-
<dependency>
24-
<groupId>${project.groupId}</groupId>
25-
<artifactId>webit-script</artifactId>
26-
<version>1.5</version>
27-
</dependency>
2828
</dependencies>
2929
</project>

webit-script-support/support-jfinal/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>webit-script-jfinal</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5</version>
13+
<version>1.5.1</version>
1414

1515
<properties>
1616
<maven.compiler.source>1.6</maven.compiler.source>
@@ -19,6 +19,11 @@
1919

2020
<name>Webit Script :: JFinal</name>
2121
<dependencies>
22+
<dependency>
23+
<groupId>${project.groupId}</groupId>
24+
<artifactId>webit-script-servlet</artifactId>
25+
<version>1.5.1</version>
26+
</dependency>
2227
<dependency>
2328
<groupId>com.jfinal</groupId>
2429
<artifactId>jfinal</artifactId>
@@ -31,10 +36,5 @@
3136
<version>2.5</version>
3237
<scope>provided</scope>
3338
</dependency>
34-
<dependency>
35-
<groupId>${project.groupId}</groupId>
36-
<artifactId>webit-script-servlet</artifactId>
37-
<version>1.5</version>
38-
</dependency>
3939
</dependencies>
4040
</project>

webit-script-support/support-jodd3/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010

1111
<artifactId>webit-script-jodd3</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5</version>
13+
<version>1.5.1</version>
1414

1515
<name>Webit Script :: Jodd3</name>
1616
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>webit-script-servlet</artifactId>
20+
<version>1.5.1</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>org.jodd</groupId>
1924
<artifactId>jodd-madvoc</artifactId>
@@ -52,10 +57,5 @@
5257
<version>2.5</version>
5358
<scope>provided</scope>
5459
</dependency>
55-
<dependency>
56-
<groupId>${project.groupId}</groupId>
57-
<artifactId>webit-script-servlet</artifactId>
58-
<version>1.5</version>
59-
</dependency>
6060
</dependencies>
6161
</project>

webit-script-support/support-jodd3_4/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010

1111
<artifactId>webit-script-jodd3_4</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5</version>
13+
<version>1.5.1</version>
1414

1515
<name>Webit Script :: Jodd3.4</name>
1616
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>webit-script-servlet</artifactId>
20+
<version>1.5.1</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>org.jodd</groupId>
1924
<artifactId>jodd-madvoc</artifactId>
@@ -56,10 +61,5 @@
5661
<version>2.5</version>
5762
<scope>provided</scope>
5863
</dependency>
59-
<dependency>
60-
<groupId>${project.groupId}</groupId>
61-
<artifactId>webit-script-servlet</artifactId>
62-
<version>1.5</version>
63-
</dependency>
6464
</dependencies>
6565
</project>

webit-script-support/support-springmvc3/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010

1111
<artifactId>webit-script-springmvc3</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5</version>
13+
<version>1.5.1</version>
1414

1515
<name>Webit Script :: SpringMVC3</name>
1616
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>webit-script-servlet</artifactId>
20+
<version>1.5.1</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>org.springframework</groupId>
1924
<artifactId>spring-webmvc</artifactId>
@@ -52,10 +57,5 @@
5257
<version>2.5</version>
5358
<scope>provided</scope>
5459
</dependency>
55-
<dependency>
56-
<groupId>${project.groupId}</groupId>
57-
<artifactId>webit-script-servlet</artifactId>
58-
<version>1.5</version>
59-
</dependency>
6060
</dependencies>
6161
</project>

webit-script-support/support-struts2/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010

1111
<artifactId>webit-script-struts2</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5</version>
13+
<version>1.5.1</version>
1414

1515
<name>Webit Script :: Struts2</name>
1616
<dependencies>
17+
<dependency>
18+
<groupId>${project.groupId}</groupId>
19+
<artifactId>webit-script-servlet</artifactId>
20+
<version>1.5.1</version>
21+
</dependency>
1722
<dependency>
1823
<groupId>org.apache.struts</groupId>
1924
<artifactId>struts2-core</artifactId>
@@ -60,10 +65,5 @@
6065
<version>2.5</version>
6166
<scope>provided</scope>
6267
</dependency>
63-
<dependency>
64-
<groupId>${project.groupId}</groupId>
65-
<artifactId>webit-script-servlet</artifactId>
66-
<version>1.5</version>
67-
</dependency>
6868
</dependencies>
6969
</project>

webit-script-tools/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
<packaging>jar</packaging>
1212
<artifactId>webit-script-tools</artifactId>
1313
<name>Webit Script Tools</name>
14-
<version>1.5</version>
14+
<version>1.5.1</version>
1515

1616
<description>Tools for webit-script-1.5+.</description>
1717

1818
<dependencies>
1919
<!-- provided -->
2020
<dependency>
21-
<groupId>net.sf.ehcache</groupId>
22-
<artifactId>ehcache-core</artifactId>
23-
<version>2.6.6</version>
21+
<groupId>${project.groupId}</groupId>
22+
<artifactId>webit-script</artifactId>
23+
<version>1.5.1</version>
2424
<scope>provided</scope>
2525
</dependency>
2626
<dependency>
27-
<groupId>${project.groupId}</groupId>
28-
<artifactId>webit-script</artifactId>
29-
<version>1.5</version>
27+
<groupId>net.sf.ehcache</groupId>
28+
<artifactId>ehcache-core</artifactId>
29+
<version>2.6.6</version>
3030
<scope>provided</scope>
3131
</dependency>
3232
<dependency>

webit-script/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<artifactId>webit-script</artifactId>
1212
<packaging>jar</packaging>
13-
<version>1.5</version>
14-
13+
<version>1.5.1</version>
14+
1515
<name>Webit Script</name>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)