-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release Java-Thread-Affinity-3.21ea82
- Loading branch information
teamcity_hft
committed
Nov 3, 2021
1 parent
dc2eb2f
commit f8fef39
Showing
3 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,19 +15,18 @@ | |
~ limitations under the License. | ||
--> | ||
|
||
<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> | ||
|
||
<parent> | ||
<groupId>net.openhft</groupId> | ||
<artifactId>java-parent-pom</artifactId> | ||
<version>1.1.26</version> | ||
<relativePath/> | ||
<relativePath /> | ||
</parent> | ||
|
||
<artifactId>affinity</artifactId> | ||
<version>3.21ea82-SNAPSHOT</version> | ||
<version>3.21ea82</version> | ||
<packaging>bundle</packaging> | ||
|
||
<name>OpenHFT/Java-Thread-Affinity/affinity</name> | ||
|
@@ -254,7 +253,7 @@ | |
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection> | ||
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git | ||
</developerConnection> | ||
<tag>ea</tag> | ||
<tag>Java-Thread-Affinity-3.21ea82</tag> | ||
</scm> | ||
|
||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,19 +15,18 @@ | |
~ limitations under the License. | ||
--> | ||
|
||
<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> | ||
|
||
<parent> | ||
<groupId>net.openhft</groupId> | ||
<artifactId>root-parent-pom</artifactId> | ||
<version>1.2.13</version> | ||
<relativePath/> | ||
<relativePath /> | ||
</parent> | ||
|
||
<artifactId>Java-Thread-Affinity</artifactId> | ||
<version>3.21ea82-SNAPSHOT</version> | ||
<version>3.21ea82</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>OpenHFT/Java-Thread-Affinity Parent</name> | ||
|
@@ -43,7 +42,7 @@ | |
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection> | ||
<developerConnection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git | ||
</developerConnection> | ||
<tag>ea</tag> | ||
<tag>Java-Thread-Affinity-3.21ea82</tag> | ||
</scm> | ||
|
||
</project> |