Skip to content

Commit fd96136

Browse files
committed
0.32.0
1 parent 691229a commit fd96136

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SOFTWARE.
2727
<parent>
2828
<artifactId>py2eo</artifactId>
2929
<groupId>org.polystat</groupId>
30-
<version>0.0.1-SNAPSHOT</version>
30+
<version>0.32.0</version>
3131
</parent>
3232
<groupId>org.polystat.py2eo</groupId>
3333
<artifactId>parser</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SOFTWARE.
2626
<modelVersion>4.0.0</modelVersion>
2727
<groupId>org.polystat</groupId>
2828
<artifactId>py2eo</artifactId>
29-
<version>0.0.1-SNAPSHOT</version>
29+
<version>0.32.0</version>
3030
<parent>
3131
<groupId>com.jcabi</groupId>
3232
<artifactId>parent</artifactId>

transpiler/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ SOFTWARE.
2727
<parent>
2828
<artifactId>py2eo</artifactId>
2929
<groupId>org.polystat</groupId>
30-
<version>0.0.1-SNAPSHOT</version>
30+
<version>0.32.0</version>
3131
</parent>
3232
<groupId>org.polystat.py2eo</groupId>
3333
<artifactId>transpiler</artifactId>
34-
<version>0.0.1-SNAPSHOT</version>
34+
<version>0.32.0</version>
3535
<name>transpiler</name>
3636
<properties>
3737
<maven.compiler.source>14</maven.compiler.source>
@@ -48,7 +48,7 @@ SOFTWARE.
4848
<dependency>
4949
<groupId>org.polystat.py2eo</groupId>
5050
<artifactId>parser</artifactId>
51-
<version>0.0.1-SNAPSHOT</version>
51+
<version>0.32.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)