Skip to content

Commit c9bd273

Browse files
committed
update group
1 parent 77bc2a9 commit c9bd273

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Project is written in [Java 1.8](https://www.java.com/) using
2929
### Build project using maven
3030
If you do not have maven already installed on your system you can install by:
3131

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`
3434

3535
If you are using other operating system than mentioned above visit
3636
[official maven install documentation](http://maven.apache.org/install.html).

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>cz.lsmstepanov</groupId>
4+
<groupId>cz.ggu</groupId>
55
<artifactId>socket-chat-rsa</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<dependencies>

0 commit comments

Comments
 (0)