godfather/bot-data/bot-data-main/pom.xml
Struchkov Mark 222c272526
Some checks reported errors
continuous-integration/drone/push Build was killed
[maven-release-plugin] prepare for next development iteration
2023-01-17 02:49:33 +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.51-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>