Skip to content

Commit

Permalink
Versionshebung auf 1.0.0 (#99)
Browse files Browse the repository at this point in the history
* Versionshebung root auf 1.0.0

* Versionshebung apigateway auf 1.0.0

* Versionshebung frontend pom auf 1.0.0

* Versionshebung frontend package.json auf 1.0.0

* Versionshebung root auf 1.0.0

* Fehler rückgängig gemacht
  • Loading branch information
banzuu authored Aug 11, 2023
1 parent 5dfa99a commit 7f60768
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apigateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.muenchen.isi.apigateway</groupId>
<artifactId>isi-frontend-apigateway</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>isi_frontend_apigateway</name>
<description>Apigateway used by ISI Frontend</description>
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isi-frontend-frontend",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vite",
Expand Down
4 changes: 2 additions & 2 deletions frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.muenchen.isi.frontend</groupId>
<artifactId>isi-frontend-frontend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>isi_frontend_frontend</name>
<description>UI of ISI Frontend</description>
Expand Down Expand Up @@ -201,4 +201,4 @@
</profile>
</profiles>

</project>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.muenchen.isi</groupId>
<artifactId>isi-frontend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
<name>isi_frontend</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 7f60768

Please sign in to comment.