This commit is contained in:
uPagge 2020-11-05 01:54:42 +03:00
parent f49f87ca43
commit 92d17f7efd
No known key found for this signature in database
GPG Key ID: A76EB343414E022E
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>org.sadtech.telegram</groupId>
<artifactId>telegram-bot</artifactId>
<version>0.0.1-RELEASE</version>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>

View File

@ -7,7 +7,7 @@
<groupId>org.sadtech.telegram</groupId>
<artifactId>telegram</artifactId>
<packaging>pom</packaging>
<version>0.0.1-RELEASE</version>
<version>0.0.1-SNAPSHOT</version>
<modules>
<module>bot</module>
</modules>