Skip to content

Commit

Permalink
Merge pull request #104 from web3j/revert-103-bump_4.9.5
Browse files Browse the repository at this point in the history
Revert "prepare release"
  • Loading branch information
gtebrean committed Apr 13, 2023
2 parents b39f4f1 + a6077f5 commit c0352f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# web3j-maven-plugin
[![build status](https://github.com/web3j/web3j-maven-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/web3j/web3j-maven-plugin/actions/workflows/maven.yml)

[![Build Status](https://travis-ci.org/web3j/web3j-maven-plugin.svg?branch=master)](https://travis-ci.org/web3j/web3j-maven-plugin)
[![codecov.io](https://codecov.io/github/web3j/web3j-maven-plugin/coverage.svg?branch=master)](https://codecov.io/github/web3j/web3j-maven-plugin?branch=master)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Expand All @@ -16,7 +15,7 @@ the java classes into the folder `src/main/java`.
<plugin>
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<version>4.9.8</version>
<version>4.9.4</version>
<configuration>
<soliditySourceFiles/>
</configuration>
Expand Down Expand Up @@ -60,7 +59,7 @@ Create a standard java maven project. Add following `<plugin>` - configuration i
<plugin>
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<version>4.9.8</version>
<version>4.8.1</version>
<configuration>
<packageName>com.zuehlke.blockchain.model</packageName>
<sourceDestination>src/main/java/generated</sourceDestination>
Expand Down
8 changes: 4 additions & 4 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.9.8</version>
<version>4.9.5-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>1.8</maven.compiler.target>
<maven.version>3.6.1</maven.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<web3j.version>4.9.8</web3j.version>
<web3j.version>4.9.4</web3j.version>
</properties>

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

<dependencies>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.web3j</groupId>
<artifactId>web3j-sokt</artifactId>
<version>0.2.3</version>
<version>0.2.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit c0352f4

Please sign in to comment.