Skip to content

Commit

Permalink
#155 version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 14, 2020
1 parent 2dea362 commit ff85987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-maven-plugin/src/it/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ SOFTWARE.
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin-test</artifactId>
<name>test</name>
<version>1.0-SNAPSHOT</version>
<version>@project.version@</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>1.0-SNAPSHOT</version>
<version>@project.version@</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit ff85987

Please sign in to comment.