This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
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 chronicle-websocket-jetty-1.19.30
- Loading branch information
teamcity_hft
committed
Jun 8, 2020
1 parent
8461cf0
commit 8014306
Showing
1 changed file
with
4 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,19 +15,18 @@ | |
~ limitations under the License. | ||
--> | ||
|
||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" | ||
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"> | ||
|
||
<parent> | ||
<groupId>net.openhft</groupId> | ||
<artifactId>java-parent-pom</artifactId> | ||
<version>1.1.23</version> | ||
<relativePath/> | ||
<relativePath /> | ||
</parent> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>chronicle-websocket-jetty</artifactId> | ||
<version>1.19.30-SNAPSHOT</version> | ||
<version>1.19.30</version> | ||
<name>OpenHFT/Chronicle-Websocket-Jetty</name> | ||
<description>Chronicle-Websocket-Jetty</description> | ||
<packaging>bundle</packaging> | ||
|
@@ -197,7 +196,7 @@ | |
<url>scm:git:[email protected]:OpenHFT/Chronicle-Websocket-Jetty.git</url> | ||
<connection>scm:git:[email protected]:OpenHFT/Chronicle-Websocket-Jetty.git</connection> | ||
<developerConnection>scm:git:[email protected]:OpenHFT/Chronicle-Websocket-Jetty.git</developerConnection> | ||
<tag>master</tag> | ||
<tag>chronicle-websocket-jetty-1.19.30</tag> | ||
</scm> | ||
|
||
</project> |