Skip to content

Commit

Permalink
Merge pull request #116 from web3j/release_4103
Browse files Browse the repository at this point in the history
Release 4.10.3
  • Loading branch information
gtebrean committed Sep 1, 2023
2 parents cdcb8e8 + 6eac9d8 commit 722a4a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the java classes into the folder `src/main/java`.
<plugin>
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<version>4.10.0</version>
<version>4.10.3</version>
<configuration>
<soliditySourceFiles/>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>4.10.1-SNAPSHOT</version>
<version>4.10.4-SNAPSHOT</version>

<name>web3j Maven Mojo</name>
<description>Mojo's web3j Maven plugin is used to create java classes based on the solidity
Expand All @@ -16,7 +16,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.version>3.8.1</maven.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<web3j.version>4.10.0</web3j.version>
<web3j.version>4.10.3</web3j.version>
</properties>

<licenses>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:git://ssh@github.com/web3j/${project.artifactId}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/web3j/${project.artifactId}.git</developerConnection>
<url>https://github.com/web3j/${project.artifactId}.git</url>
<tag>web3j-maven-plugin-4.10.0</tag>
<tag>web3j-maven-plugin-4.10.3</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 722a4a6

Please sign in to comment.