Skip to content

Commit 447f489

Browse files
committed
Change group id
1 parent 5298155 commit 447f489

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
```xml
1616
<dependencies>
1717
<dependency>
18-
<groupId>io.github.alllexey123</groupId>
18+
<groupId>dev.alllexey</groupId>
1919
<artifactId>my-itmo-api</artifactId>
20-
<version>1.3.0</version>
20+
<version>1.3.1</version>
2121
</dependency>
2222
</dependencies>
2323
```

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>io.github.alllexey123</groupId>
7+
<groupId>dev.alllexey</groupId>
88
<artifactId>my-itmo-api</artifactId>
9-
<version>1.3.0</version>
9+
<version>1.3.1</version>
1010

1111
<name>my-itmo-api</name>
1212
<description>An interface for MyITMO service</description>
13-
<url>https://github.com/alllexey123/my-itmo-api</url>
13+
<url>https://github.com/alllexey-dev/my-itmo-api</url>
1414

1515
<licenses>
1616
<license>
@@ -22,15 +22,15 @@
2222
<developers>
2323
<developer>
2424
<name>Aleksey Makarov</name>
25-
<organization>io.github.alllexey123</organization>
25+
<organization>dev.alllexey</organization>
2626
<organizationUrl>https://github.com/alllexey123</organizationUrl>
2727
</developer>
2828
</developers>
2929

3030
<scm>
31-
<connection>scm:git:git://github.com/alllexey123/my-itmo-api.git</connection>
32-
<developerConnection>scm:git:ssh://github.com:alllexey123/my-itmo-api.git</developerConnection>
33-
<url>https://github.com/alllexey123/my-itmo-api/</url>
31+
<connection>scm:git:git://github.com/alllexey-dev/my-itmo-api.git</connection>
32+
<developerConnection>scm:git:ssh://github.com:alllexey-dev/my-itmo-api.git</developerConnection>
33+
<url>https://github.com/alllexey-dev/my-itmo-api/</url>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)