We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce400b commit f6a34b3Copy full SHA for f6a34b3
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>org.web3j</groupId>
4
<artifactId>web3j-maven-plugin</artifactId>
5
<packaging>maven-plugin</packaging>
6
- <version>4.11.3-SNAPSHOT</version>
+ <version>4.11.3</version>
7
8
<name>web3j Maven Mojo</name>
9
<description>Mojo's web3j Maven plugin is used to create java classes based on the solidity
@@ -40,7 +40,7 @@
40
<connection>scm:git:git://[email protected]/web3j/${project.artifactId}.git</connection>
41
<developerConnection>scm:git:ssh://[email protected]/web3j/${project.artifactId}.git</developerConnection>
42
<url>https://github.com/web3j/${project.artifactId}.git</url>
43
- <tag>web3j-maven-plugin-4.11.1</tag>
+ <tag>web3j-maven-plugin-4.11.3</tag>
44
</scm>
45
46
<dependencies>
0 commit comments