1
0

[maven-release-plugin] prepare release v1

This commit is contained in:
2022-08-07 23:10:11 +02:00
parent 089fdd079f
commit d4a7666428

View File

@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<groupId>de.77zzcx7</groupId> <groupId>de.77zzcx7</groupId>
<artifactId>cloud-flight-tray</artifactId> <artifactId>cloud-flight-tray</artifactId>
<version>1-SNAPSHOT</version> <version>1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<description>Tray icon for HyperX Cloud Flight Wireless headset that shows e.g. the battery state</description> <description>Tray icon for HyperX Cloud Flight Wireless headset that shows e.g. the battery state</description>
<name>cloud-flight-tray</name> <name>cloud-flight-tray</name>
@@ -14,7 +12,7 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>18</java.version> <java.version>18</java.version>
<scmDeveloperConnectionProp/> <scmDeveloperConnectionProp />
</properties> </properties>
<distributionManagement> <distributionManagement>