Skip to content

Commit

Permalink
[maven-release-plugin] prepare release group-executor-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paxel committed Sep 25, 2023
1 parent 9060f70 commit 7b4f072
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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">
<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>

<groupId>io.github.paxel</groupId>
<artifactId>group-executor</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>bundle</packaging>

<name>Group Executor</name>
Expand Down Expand Up @@ -145,7 +144,7 @@
<connection>scm:git:git://github.com/paxel/group-executor.git</connection>
<developerConnection>scm:git:[email protected]:paxel/group-executor.git</developerConnection>
<url>https://github.com/paxel/group-executor.git</url>
<tag>HEAD</tag>
<tag>group-executor-2.0.0</tag>
</scm>

<profiles>
Expand All @@ -169,7 +168,7 @@
<executable>${java.home}/bin/java</executable>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument>
</arguments>
Expand Down

0 comments on commit 7b4f072

Please sign in to comment.