Skip to content

Commit

Permalink
Merge pull request #10 from UST-DeMAF/dev
Browse files Browse the repository at this point in the history
Feat(ES-82): Release changes
  • Loading branch information
365Bit authored Oct 2, 2024
2 parents 6c8abc3 + 1249c45 commit c7399d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ COPY src ./src

RUN mvn clean package

CMD java -jar target/visualization-service-0.1.0-SNAPSHOT.jar
CMD java -jar target/visualization-service-0.2.0-SNAPSHOT.jar
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to boot it locally nevertheless use the following commands.

```shell
mvn clean package
java -jar target/visualization-service-0.1.0-SNAPSHOT.jar
java -jar target/visualization-service-0.2.0-SNAPSHOT.jar
```

## Usage of Application
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>ust.tad</groupId>
<artifactId>visualization-service</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>

<name>visualization-service</name>
<description>Visualization service using GraphVIZ for alignment of EDMM models</description>
Expand Down

0 comments on commit c7399d2

Please sign in to comment.