godfather/bot-exception/pom.xml
Struchkov Mark 9c4db3ff7a
Some checks failed
continuous-integration/drone/push Build is failing
Merge branch 'bugfix/answer-save-action' into develop
# Conflicts:
#	bot-context/bot-context-main/pom.xml
#	bot-context/bot-context-quarkus/pom.xml
#	bot-context/bot-context-simple/pom.xml
#	bot-context/pom.xml
#	bot-core/bot-core-main/pom.xml
#	bot-core/bot-core-quarkus/pom.xml
#	bot-core/bot-core-simple/pom.xml
#	bot-core/pom.xml
#	bot-data/bot-data-main/pom.xml
#	bot-data/bot-data-quarkus/pom.xml
#	bot-data/bot-data-simple/pom.xml
#	bot-data/pom.xml
#	bot-domain/bot-domain-main/pom.xml
#	bot-domain/bot-domain-quarkus/pom.xml
#	bot-domain/bot-domain-simple/pom.xml
#	bot-domain/pom.xml
#	bot-exception/pom.xml
#	pom.xml
2023-05-23 16:38:36 +03:00

18 lines
732 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bot-exception</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>