Skip to content

Commit

Permalink
Update the tinystruct version to be 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ver committed Jan 13, 2024
1 parent e9da108 commit 3324bb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/dispatcher
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
ROOT="$(pwd)"
VERSION="1.1.1"
VERSION="1.1.2"
cd "$(dirname "$0")" || exit
cd "../"
cd "$ROOT" || exit
Expand Down
2 changes: 1 addition & 1 deletion bin/dispatcher.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
@rem ***************************************************************************
@echo off
set "ROOT=%~dp0..\"
set "VERSION=1.1.1"
set "VERSION=1.1.2"
set "classpath=%ROOT%target\classes:%ROOT%lib\*:%ROOT%WEB-INF\lib\*:%ROOT%WEB-INF\classes":%classpath%
@java -cp "%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%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 %*
Binary file removed lib/tinystruct-1.0.0-jar-with-dependencies.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.94</version>
<version>10.1.7</version>
</dependency>
<dependency>
<groupId>org.tinystruct</groupId>
<artifactId>tinystruct</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-simple -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/custom/application/v1/smalltalk.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import org.tinystruct.system.util.Matrix;
import org.tinystruct.transfer.DistributedMessageQueue;

import javax.activation.MimetypesFileTypeMap;
import jakarta.activation.MimetypesFileTypeMap;
import java.awt.image.BufferedImage;
import java.io.*;
import java.nio.charset.StandardCharsets;
Expand Down

0 comments on commit 3324bb4

Please sign in to comment.