File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ Project is written in [Java 1.8](https://www.java.com/) using
29
29
### Build project using maven
30
30
If you do not have maven already installed on your system you can install by:
31
31
32
- On arch based systems: ` sudo pacman -S maven ` \\
33
- On debian based systems: ` sudo apt install maven `
32
+ - On arch based systems: ` sudo pacman -S maven `
33
+ - On debian based systems: ` sudo apt install maven `
34
34
35
35
If you are using other operating system than mentioned above visit
36
36
[ official maven install documentation] ( http://maven.apache.org/install.html ) .
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
- <groupId >cz.lsmstepanov </groupId >
4
+ <groupId >cz.ggu </groupId >
5
5
<artifactId >socket-chat-rsa</artifactId >
6
6
<version >0.0.1-SNAPSHOT</version >
7
7
<dependencies >
You can’t perform that action at this time.
0 commit comments