Skip to content

Commit 555d081

Browse files
committed
Upgrade tinystruct framework to 0.3.3.
1 parent ea2b2fe commit 555d081

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To execute it in CLI mode
1414
$ bin/dispatcher --version
1515

1616
_/ ' _ _/ _ _ _/
17-
/ / /) (/ _) / / (/ ( / 2.0
17+
/ / /) (/ _) / / (/ ( / 0.3.3
1818
/
1919
```
2020
```tcsh
@@ -32,7 +32,7 @@ Praise to the Lord
3232
Run it in a servlet container
3333
---
3434
```tcsh
35-
# bin/dispatcher --start-server --import-applications=org.tinystruct.system.TomcatServer
35+
# bin/dispatcher --start --import org.tinystruct.system.TomcatServer
3636
```
3737
Run it in docker container
3838
---

bin/dispatcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22
ROOT="`pwd`"
3-
VERSION="0.2.0"
3+
VERSION="0.3.3"
44
cd "`dirname "$0"`"
55
cd "../"
66
cd "$ROOT"

bin/dispatcher.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
@rem ***************************************************************************
1616
@echo off
1717
set "ROOT=%~dp0..\"
18-
set "VERSION=0.2.6"
18+
set "VERSION=0.3.3"
1919
set "classpath=%ROOT%target\classes:%ROOT%lib\*:%ROOT%WEB-INF\lib\*:%ROOT%WEB-INF\classes":%classpath%
2020
@java -cp "%ROOT%target\classes;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar" org.tinystruct.system.Dispatcher %*

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.tinystruct</groupId>
6-
<artifactId>tinystruct</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<artifactId>examples</artifactId>
7+
<version>1.0.0-SNAPSHOT</version>
88
<dependencies>
99
<dependency>
1010
<groupId>org.tinystruct</groupId>
1111
<artifactId>tinystruct</artifactId>
12-
<version>0.3.2</version>
12+
<version>0.3.3</version>
1313
<classifier>jar-with-dependencies</classifier>
1414
</dependency>
1515
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->

0 commit comments

Comments
 (0)