godfather/bot-data/bot-data-main/pom.xml
Struchkov Mark 4ab042c611
Some checks failed
continuous-integration/drone/push Build is failing
[maven-release-plugin] prepare for next development iteration
2023-05-14 01:50:39 +03:00

18 lines
728 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>bot-data</artifactId>
<groupId>dev.struchkov.godfather</groupId>
<version>0.0.67-SNAPSHOT</version>
</parent>
<artifactId>bot-data-main</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>