2022-07-30 10:31:31 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-12-18 17:36:05 +03:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2022-12-13 22:03:48 +03:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2022-07-30 10:31:31 +03:00
|
|
|
<parent>
|
|
|
|
<artifactId>telegram-bot</artifactId>
|
|
|
|
<groupId>dev.struchkov.godfather.telegram</groupId>
|
2023-11-27 15:49:58 +03:00
|
|
|
<version>1.2.2</version>
|
2022-07-30 10:31:31 +03:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>telegram-context</artifactId>
|
2022-08-07 07:09:04 +03:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
|
|
<module>telegram-context-main</module>
|
|
|
|
<module>telegram-context-simple</module>
|
|
|
|
<module>telegram-context-quarkus</module>
|
|
|
|
</modules>
|
2022-07-30 10:31:31 +03:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<maven.compiler.source>17</maven.compiler.source>
|
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
</project>
|