Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent cc6c9b1 commit 8a015d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.eyefloaters</groupId>
<artifactId>console-datagen</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.0.1</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
Expand All @@ -20,7 +19,7 @@
<scm>
<connection>scm:git:git://github.com/eyefloaters/console-datagen.git</connection>
<developerConnection>scm:git:[email protected]:eyefloaters/console-datagen.git</developerConnection>
<tag>HEAD</tag>
<tag>0.0.1</tag>
</scm>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 8a015d6

Please sign in to comment.