Skip to content

Commit

Permalink
Prepare for snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
franksn90 committed Mar 11, 2024
1 parent 33ad428 commit fc19017
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions interpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cambio.tltea</groupId>
<artifactId>tltea</artifactId>
<version>0.3.2.3</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>TL-Tea-Interpreter</name>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>cambio.tltea</groupId>
<artifactId>parser</artifactId>
<version>0.3.2.3</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cambio.tltea</groupId>
<artifactId>tltea</artifactId>
<version>0.3.2.3</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<name>TL-Tea-Parser</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>TL-Tea</name>
<groupId>cambio.tltea</groupId>
<artifactId>tltea</artifactId>
<version>0.3.2.3</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit fc19017

Please sign in to comment.