Skip to content

Commit c09a8b3

Browse files
committed
0.22.0
1 parent 098fd90 commit c09a8b3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

checker/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>py2eo</artifactId>
77
<groupId>org.polystat</groupId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.22.0</version>
99
</parent>
1010
<groupId>org.polystat.py2eo</groupId>
1111
<artifactId>checker</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
12+
<version>0.22.0</version>
1313
<name>checker</name>
1414

1515
<properties>
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>org.polystat.py2eo</groupId>
2525
<artifactId>parser</artifactId>
26-
<version>0.0.1-SNAPSHOT</version>
26+
<version>0.22.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.polystat.py2eo</groupId>
3030
<artifactId>transpiler</artifactId>
31-
<version>0.0.1-SNAPSHOT</version>
31+
<version>0.22.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.yaml</groupId>

parser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>py2eo</artifactId>
77
<groupId>org.polystat</groupId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.22.0</version>
99
</parent>
1010
<groupId>org.polystat.py2eo</groupId>
1111
<artifactId>parser</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.polystat</groupId>
66
<artifactId>py2eo</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.22.0</version>
88
<parent>
99
<groupId>com.jcabi</groupId>
1010
<artifactId>parent</artifactId>

transpiler/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>py2eo</artifactId>
77
<groupId>org.polystat</groupId>
8-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.22.0</version>
99
</parent>
1010
<groupId>org.polystat.py2eo</groupId>
1111
<artifactId>transpiler</artifactId>
12-
<version>0.0.1-SNAPSHOT</version>
12+
<version>0.22.0</version>
1313
<name>transpiler</name>
1414

1515
<properties>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.polystat.py2eo</groupId>
3232
<artifactId>parser</artifactId>
33-
<version>0.0.1-SNAPSHOT</version>
33+
<version>0.22.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)