Skip to content

Commit

Permalink
[maven-release-plugin] prepare release chronicle-core-2.24ea4
Browse files Browse the repository at this point in the history
  • Loading branch information
hft-team-city committed Jan 12, 2023
1 parent 4174b99 commit 712ad62
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,26 @@
~ See the License for the specific language governing permissions and
~ 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.36</version>
<relativePath/>
<relativePath></relativePath>
</parent>
<artifactId>chronicle-core</artifactId>
<version>2.24ea4-SNAPSHOT</version>
<version>2.24ea4</version>
<packaging>bundle</packaging>
<name>OpenHFT/Chronicle-Core</name>
<description>Chronicle-Core</description>

<scm>
<connection>scm:git:git@github.com:OpenHFT/Chronicle-Core.git</connection>
<developerConnection>scm:git:git@github.com:OpenHFT/Chronicle-Core.git</developerConnection>
<tag>ea</tag>
<tag>chronicle-core-2.24ea4</tag>
<url>scm:git:git@github.com:OpenHFT/Chronicle-Core.git</url>
</scm>
<properties>
Expand Down Expand Up @@ -324,8 +323,7 @@
<Bundle-Version>${project.version}</Bundle-Version>
<Export-Package>net.openhft.chronicle.core.*;-noimport:=true</Export-Package>
<Import-Package>software.chronicle.enterprise.core;resolution:=optional,
*
</Import-Package>
*</Import-Package>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit 712ad62

Please sign in to comment.