Skip to content

Commit

Permalink
Fix version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
deid00 committed Sep 28, 2021
1 parent a5973cd commit 8ebbcf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.fbk.iv4xr</groupId>
<artifactId>mbt</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>iv4xr-MBT</name>
<description>Model based test genration tool</description>
<description>Model based test generation tool</description>

<properties>
<maven.compiler.source>10</maven.compiler.source>
Expand Down

0 comments on commit 8ebbcf8

Please sign in to comment.