Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Jan 5, 2023
1 parent 0686d1f commit 60966ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.unipi.jpocket.client</groupId>
<artifactId>client</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>it.unipi.jpocket</groupId>
<artifactId>server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>Server</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down

0 comments on commit 60966ef

Please sign in to comment.