Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Nov 16, 2020
1 parent eb56d8b commit c68918c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eo-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<artifactId>eo-parent</artifactId>
<groupId>org.eolang</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>eo-archetype</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eo-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>org.eolang</groupId>
<artifactId>eo-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>eo-compiler</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>org.eolang</groupId>
<artifactId>eo-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>eo-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand All @@ -40,12 +40,12 @@ SOFTWARE.
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-compiler</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>org.eolang</groupId>
<artifactId>eo-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<artifactId>eo-runtime</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SOFTWARE.
</parent>
<groupId>org.eolang</groupId>
<artifactId>eo-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>
<name>eo-parent</name>
<modules>
Expand Down

0 comments on commit c68918c

Please sign in to comment.