Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kendar committed Jan 12, 2023
1 parent 6c60b4f commit b24f2bf
Show file tree
Hide file tree
Showing 34 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 4.1.0
## 4.1.1

Moved to database for

Expand Down
2 changes: 1 addition & 1 deletion docs/docker/multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Remember the ports!!!
export PATH="${JAVA_HOME}/bin:${PATH}"

cd /etc/app/fe
java -jar -Dserver.port=80 /etc/app/fe/fe-4.1.0.jar
java -jar -Dserver.port=80 /etc/app/fe/fe-4.1.1.jar

Then the properties file

Expand Down
2 changes: 1 addition & 1 deletion docs/docker/single.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Remember the ports!!!
export PATH="${JAVA_HOME}/bin:${PATH}"

cd /etc/app/fe
java -jar -Dserver.port=8080 /etc/app/fe/fe-4.1.0.jar
java -jar -Dserver.port=8080 /etc/app/fe/fe-4.1.1.jar

Then the properties file

Expand Down
4 changes: 2 additions & 2 deletions docs/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Find the main class (here: org.springframework.boot.loader.JarLauncher)
Created-By: Maven JAR Plugin 3.2.2
Build-Jdk-Spec: 11
Implementation-Title: be
Implementation-Version: 4.1.0
Implementation-Version: 3.7.7
# This is what we are speaking of
Main-Class: org.springframework.boot.loader.JarLauncher
Start-Class: org.kendar.be.MainBe
Expand All @@ -55,7 +55,7 @@ classpath! The resulting command line will be

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

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

Expand Down
6 changes: 3 additions & 3 deletions ham/api.ham/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,12 +15,12 @@
<dependency>
<groupId>org.kendar</groupId>
<artifactId>app.commons</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.test</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions ham/api.js.builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -15,19 +15,19 @@
<dependency>
<groupId>org.kendar</groupId>
<artifactId>app.commons</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.ham</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.test</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions ham/api.replayer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.test</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

<scope>test</scope>
</dependency>
Expand All @@ -59,13 +59,13 @@
<dependency>
<groupId>org.kendar</groupId>
<artifactId>app.commons</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.ham</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ham/api.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.kendar</groupId>
<artifactId>app.commons</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ham/app.commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ham/app.dns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ham/app.http.standardfilters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ham/app.http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions ham/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>org.kendar</groupId>
<artifactId>lib.schema.checker</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
22 changes: 11 additions & 11 deletions ham/jacoco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -21,52 +21,52 @@
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.ham</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.test</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.js.builder</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>api.replayer</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>app</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>lib.schema.checker</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>plugin.js.filters</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>plugin.oidc.server</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>plugin.replayer.server</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.kendar</groupId>
<artifactId>plugin.socks5.server</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion ham/lib.schema.checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ham/plugin.js.filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ham/plugin.oidc.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ham/plugin.replayer.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.example</groupId>
<artifactId>testgen</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion ham/plugin.socks5.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ham/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.kendar</groupId>
<artifactId>HttpAnsweringMachine</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
<packaging>pom</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion ham/simpledns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>HttpAnsweringMachine</artifactId>
<groupId>org.kendar</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion samples/calendar/be/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ExampleApp</artifactId>
<groupId>org.example</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/calendar/docker/multi/multimaster.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ham.master:latest
RUN echo 4.1.0
RUN echo 4.1.1

COPY ./docker/multi/calendar.multi.external.json /etc/app/ham/app/external.json

2 changes: 1 addition & 1 deletion samples/calendar/fe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ExampleApp</artifactId>
<groupId>org.example</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/calendar/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ExampleApp</artifactId>
<groupId>org.example</groupId>
<version>4.1.0</version>
<version>4.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion samples/calendar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.example</groupId>
<artifactId>ExampleApp</artifactId>
<version>4.1.0</version>
<version>4.1.1</version>
<modules>
<module>gateway</module>
<module>fe</module>
Expand Down
2 changes: 1 addition & 1 deletion samples/quotes/docker/multi/core.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ham.apache.php8:latest
RUN echo 4.1.0
RUN echo 4.1.1

# Copy the source files
COPY core/ /htdocs/
Loading

0 comments on commit b24f2bf

Please sign in to comment.