Skip to content

Commit

Permalink
0.0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 30, 2022
1 parent 97a66f4 commit c5e9bd0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>py2eo</artifactId>
<groupId>org.polystat</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
</parent>
<groupId>org.polystat.py2eo</groupId>
<artifactId>checker</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
<name>checker</name>

<properties>
Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>org.polystat.py2eo</groupId>
<artifactId>parser</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
</dependency>
<dependency>
<groupId>org.polystat.py2eo</groupId>
<artifactId>transpiler</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>py2eo</artifactId>
<groupId>org.polystat</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
</parent>
<groupId>org.polystat.py2eo</groupId>
<artifactId>parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.polystat</groupId>
<artifactId>py2eo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>py2eo</artifactId>
<groupId>org.polystat</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
</parent>
<groupId>org.polystat.py2eo</groupId>
<artifactId>transpiler</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
<name>transpiler</name>

<properties>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.polystat.py2eo</groupId>
<artifactId>parser</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.11.1</version>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit c5e9bd0

Please sign in to comment.