Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/communication/prevent-gr…
Browse files Browse the repository at this point in the history
…oup-chat-with-same-users' into feature/communication/prevent-group-chat-with-same-users
  • Loading branch information
asliayk committed Jan 14, 2025
2 parents cfb8ea6 + 5fb0dfa commit d7e8724
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 198 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Refer to [Using JHipster in production](http://www.jhipster.tech/production) for
The following command can automate the deployment to a server. The example shows the deployment to the main Artemis test server (which runs a virtual machine):

```shell
./artemis-server-cli deploy [email protected] -w build/libs/Artemis-7.8.3.war
./artemis-server-cli deploy [email protected] -w build/libs/Artemis-7.9.0.war
```

## Architecture
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

group = "de.tum.cit.aet.artemis"
version = "7.8.3"
version = "7.9.0"
description = "Interactive Learning with Individual Feedback"

java {
Expand Down
Loading

0 comments on commit d7e8724

Please sign in to comment.