Skip to content

Commit

Permalink
Merge pull request #123 from web3j/release_4.11.1
Browse files Browse the repository at this point in the history
release 4.11.1
  • Loading branch information
gtebrean committed Mar 15, 2024
2 parents 4b7d2bf + 7eabcb1 commit ae4c11c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](Upcoming)
# [4.11.1](Upcoming)

### Bug Fixes

Expand Down
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.11.0</version>
<version>4.11.1</version>
<configuration>
<soliditySourceFiles/>
</configuration>
Expand Down
4 changes: 2 additions & 2 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.11.1-SNAPSHOT</version>
<version>4.11.2-SNAPSHOT</version>

<name>web3j Maven Mojo</name>
<description>Mojo's web3j Maven plugin is used to create java classes based on the solidity
Expand Down Expand Up @@ -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.11.0</tag>
<tag>web3j-maven-plugin-4.11.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit ae4c11c

Please sign in to comment.