Update pom.xml
This commit is contained in:
parent
443a1b5893
commit
8be8869d0d
|
@ -120,7 +120,7 @@
|
|||
<downloadUrl>https://jdk.java.net/</downloadUrl>
|
||||
<jre>
|
||||
<path>jre</path>
|
||||
<bundledJre64Bit>true</bundledJre64Bit>
|
||||
<requires64Bit>true</requires64Bit>
|
||||
<minVersion>15</minVersion>
|
||||
<maxHeapSize>1024</maxHeapSize>
|
||||
<opts>
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
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">
|
||||
|
||||
<organization>
|
||||
<name>Disorganized</name>
|
||||
</organization>
|
||||
<inceptionYear>2018</inceptionYear>
|
||||
<description>CTBRec is a program to capture streams from adult chatroom sites.</description>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
|
@ -18,7 +23,7 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<version.javafx>21.0.1</version.javafx>
|
||||
<version.javafx>21.0.6</version.javafx>
|
||||
<version.junit>5.7.2</version.junit>
|
||||
<jackson.version>2.15.1</jackson.version>
|
||||
<org.mapstruct.version>1.5.3.Final</org.mapstruct.version>
|
||||
|
|
Loading…
Reference in New Issue