Skip to content

Commit

Permalink
[maven-release-plugin] prepare release lintstone-0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paxel committed Sep 4, 2023
1 parent 3a8f489 commit 5e80163
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>lintstone</artifactId>
<version>0.10.2-SNAPSHOT</version>
<version>0.11.0</version>

<name>LintStone - Actor System</name>

Expand Down Expand Up @@ -151,7 +150,7 @@
<connection>scm:git:git://github.com/paxel/lintstone.git</connection>
<developerConnection>scm:git:[email protected]:paxel/lintstone.git</developerConnection>
<url>https://github.com/paxel/lintstone.git</url>
<tag>HEAD</tag>
<tag>lintstone-0.11.0</tag>
</scm>

<profiles>
Expand Down Expand Up @@ -184,7 +183,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 5e80163

Please sign in to comment.