Skip to content

Commit b24f2bf

Browse files
author
Kendar
committed
4.1.1
1 parent 6c60b4f commit b24f2bf

34 files changed

Lines changed: 55 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.1.0
1+
## 4.1.1
22

33
Moved to database for
44

docs/docker/multi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Remember the ports!!!
3333
export PATH="${JAVA_HOME}/bin:${PATH}"
3434

3535
cd /etc/app/fe
36-
java -jar -Dserver.port=80 /etc/app/fe/fe-4.1.0.jar
36+
java -jar -Dserver.port=80 /etc/app/fe/fe-4.1.1.jar
3737

3838
Then the properties file
3939

docs/docker/single.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Remember the ports!!!
3232
export PATH="${JAVA_HOME}/bin:${PATH}"
3333

3434
cd /etc/app/fe
35-
java -jar -Dserver.port=8080 /etc/app/fe/fe-4.1.0.jar
35+
java -jar -Dserver.port=8080 /etc/app/fe/fe-4.1.1.jar
3636

3737
Then the properties file
3838

docs/jdbc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Find the main class (here: org.springframework.boot.loader.JarLauncher)
4141
Created-By: Maven JAR Plugin 3.2.2
4242
Build-Jdk-Spec: 11
4343
Implementation-Title: be
44-
Implementation-Version: 4.1.0
44+
Implementation-Version: 3.7.7
4545
# This is what we are speaking of
4646
Main-Class: org.springframework.boot.loader.JarLauncher
4747
Start-Class: org.kendar.be.MainBe
@@ -55,7 +55,7 @@ classpath! The resulting command line will be
5555

5656
The final command line (for HAM calendar/be sample) will be (on windows)
5757

58-
java -cp "be-4.1.0.jar;../janus-driver-1.0.11-SNAPSHOT.jar" ^
58+
java -cp "be-4.1.1.jar;../janus-driver-1.0.11-SNAPSHOT.jar" ^
5959
org.springframework.boot.loader.JarLauncher ^
6060
--spring.config.location=file:///%cd%\bedbham.application.properties
6161

ham/api.ham/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.0</version>
8+
<version>4.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
1515
<dependency>
1616
<groupId>org.kendar</groupId>
1717
<artifactId>app.commons</artifactId>
18-
<version>4.1.0</version>
18+
<version>4.1.1</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.kendar</groupId>
2222
<artifactId>api.test</artifactId>
23-
<version>4.1.0</version>
23+
<version>4.1.1</version>
2424
<scope>test</scope>
2525
</dependency>
2626
<dependency>

ham/api.js.builder/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.0</version>
8+
<version>4.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -15,19 +15,19 @@
1515
<dependency>
1616
<groupId>org.kendar</groupId>
1717
<artifactId>app.commons</artifactId>
18-
<version>4.1.0</version>
18+
<version>4.1.1</version>
1919

2020
</dependency>
2121
<dependency>
2222
<groupId>org.kendar</groupId>
2323
<artifactId>api.ham</artifactId>
24-
<version>4.1.0</version>
24+
<version>4.1.1</version>
2525

2626
</dependency>
2727
<dependency>
2828
<groupId>org.kendar</groupId>
2929
<artifactId>api.test</artifactId>
30-
<version>4.1.0</version>
30+
<version>4.1.1</version>
3131

3232
<scope>test</scope>
3333
</dependency>

ham/api.replayer/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.0</version>
8+
<version>4.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.kendar</groupId>
3636
<artifactId>api.test</artifactId>
37-
<version>4.1.0</version>
37+
<version>4.1.1</version>
3838

3939
<scope>test</scope>
4040
</dependency>
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>org.kendar</groupId>
6161
<artifactId>app.commons</artifactId>
62-
<version>4.1.0</version>
62+
<version>4.1.1</version>
6363

6464
</dependency>
6565
<dependency>
6666
<groupId>org.kendar</groupId>
6767
<artifactId>api.ham</artifactId>
68-
<version>4.1.0</version>
68+
<version>4.1.1</version>
6969

7070
</dependency>
7171
<dependency>

ham/api.test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.0</version>
8+
<version>4.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.kendar</groupId>
1818
<artifactId>app.commons</artifactId>
19-
<version>4.1.0</version>
19+
<version>4.1.1</version>
2020

2121
</dependency>
2222
<dependency>

ham/app.commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.0</version>
8+
<version>4.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

ham/app.dns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>HttpAnsweringMachine</artifactId>
77
<groupId>org.kendar</groupId>
8-
<version>4.1.0</version>
8+
<version>4.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)