Skip to content

Commit

Permalink
new release 0.4.3
Browse files Browse the repository at this point in the history
artifacts can be used as standalone, so embed recompiled tweetnacl to each
  • Loading branch information
neodix42 committed May 31, 2024
1 parent b1ac7b8 commit ccfa7cb
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 26 deletions.
6 changes: 5 additions & 1 deletion address/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -54,9 +54,13 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<!-- recompiled from source with Java 8 -->
<dependency>
<groupId>org.purejava</groupId>
<artifactId>tweetnacl-java</artifactId>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../tweetnacl-java-1.1.2.jar</systemPath>
</dependency>
<!-- test -->
<dependency>
Expand Down
6 changes: 5 additions & 1 deletion bitstring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -65,9 +65,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<!-- recompiled from source with Java 8 -->
<dependency>
<groupId>org.purejava</groupId>
<artifactId>tweetnacl-java</artifactId>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../tweetnacl-java-1.1.2.jar</systemPath>
</dependency>
<!-- test -->
<dependency>
Expand Down
6 changes: 5 additions & 1 deletion cell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -77,9 +77,13 @@
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<!-- recompiled from source with Java 8 -->
<dependency>
<groupId>org.purejava</groupId>
<artifactId>tweetnacl-java</artifactId>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../tweetnacl-java-1.1.2.jar</systemPath>
</dependency>
<!-- test -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions emulator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<artifactId>emulator</artifactId>
Expand Down Expand Up @@ -88,13 +88,13 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>tonlib</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>liteclient</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion liteclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<artifactId>liteclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mnemonic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>top</artifactId>
<groupId>io.github.neodix42</groupId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<packaging>pom</packaging>
<version>0.4.2</version>
<version>0.4.3</version>

<modules>
<module>bitstring</module>
Expand All @@ -32,7 +32,6 @@

<junit.version>4.13.2</junit.version>
<commons.version>1.15</commons.version>
<tweetnacl.version>1.1.2</tweetnacl.version>
<lombok.version>1.18.24</lombok.version>
<assertj.version>3.23.1</assertj.version>
<logback.version>1.2.11</logback.version>
Expand Down Expand Up @@ -79,11 +78,7 @@
<artifactId>commons-codec</artifactId>
<version>${commons.version}</version>
</dependency>
<dependency>
<groupId>org.purejava</groupId>
<artifactId>tweetnacl-java</artifactId>
<version>${tweetnacl.version}</version>
</dependency>

<!-- test -->
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 5 additions & 1 deletion smartcontract/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -82,9 +82,13 @@
<version>${commons-io.version}</version>
<scope>test</scope>
</dependency>
<!-- recompiled from source with Java 8 -->
<dependency>
<groupId>org.purejava</groupId>
<artifactId>tweetnacl-java</artifactId>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../tweetnacl-java-1.1.2.jar</systemPath>
</dependency>
<!-- test -->
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions tl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>top</artifactId>
<groupId>io.github.neodix42</groupId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>io.github.neodix42</groupId>
<artifactId>cell</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 5 additions & 1 deletion tonlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -70,9 +70,13 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<!-- recompiled from source with Java 8 -->
<dependency>
<groupId>org.purejava</groupId>
<artifactId>tweetnacl-java</artifactId>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/../tweetnacl-java-1.1.2.jar</systemPath>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
Expand Down
10 changes: 3 additions & 7 deletions utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.neodix42</groupId>
<artifactId>top</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -52,14 +52,10 @@
<dependency>
<groupId>org.purejava</groupId>
<artifactId>tweetnacl-java</artifactId>
<version>1.1.12</version>
<version>1.1.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/tweetnacl-java-1.1.2.jar</systemPath>
<systemPath>${project.basedir}/../tweetnacl-java-1.1.2.jar</systemPath>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.purejava</groupId>-->
<!-- <artifactId>tweetnacl-java</artifactId>-->
<!-- </dependency>-->
<!-- test -->
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file removed utils/tweetnacl-java-1.1.2.jar
Binary file not shown.

0 comments on commit ccfa7cb

Please sign in to comment.