From 989eef712695950a37cd810572de587a733bc367 Mon Sep 17 00:00:00 2001 From: rultor Date: Wed, 7 Sep 2022 17:18:19 +0000 Subject: [PATCH] 0.24.0 --- checker/pom.xml | 8 ++++---- parser/pom.xml | 2 +- pom.xml | 2 +- transpiler/pom.xml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/checker/pom.xml b/checker/pom.xml index fff73cb92..071b0e4a5 100644 --- a/checker/pom.xml +++ b/checker/pom.xml @@ -5,11 +5,11 @@ py2eo org.polystat - 0.0.1-SNAPSHOT + 0.24.0 org.polystat.py2eo checker - 0.0.1-SNAPSHOT + 0.24.0 checker @@ -23,12 +23,12 @@ org.polystat.py2eo parser - 0.0.1-SNAPSHOT + 0.24.0 org.polystat.py2eo transpiler - 0.0.1-SNAPSHOT + 0.24.0 org.yaml diff --git a/parser/pom.xml b/parser/pom.xml index 4ef72fb4f..71f40766b 100644 --- a/parser/pom.xml +++ b/parser/pom.xml @@ -5,7 +5,7 @@ py2eo org.polystat - 0.0.1-SNAPSHOT + 0.24.0 org.polystat.py2eo parser diff --git a/pom.xml b/pom.xml index eefbce644..76cf47949 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.polystat py2eo - 0.0.1-SNAPSHOT + 0.24.0 com.jcabi parent diff --git a/transpiler/pom.xml b/transpiler/pom.xml index c95f66896..d145fa561 100644 --- a/transpiler/pom.xml +++ b/transpiler/pom.xml @@ -5,11 +5,11 @@ py2eo org.polystat - 0.0.1-SNAPSHOT + 0.24.0 org.polystat.py2eo transpiler - 0.0.1-SNAPSHOT + 0.24.0 transpiler @@ -30,7 +30,7 @@ org.polystat.py2eo parser - 0.0.1-SNAPSHOT + 0.24.0 org.scala-lang