Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tigase-server-8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Jun 3, 2024
1 parent 768aebe commit 79aa728
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-projects-parent</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
</parent>

<properties>
Expand All @@ -40,7 +40,7 @@

<artifactId>tigase-server</artifactId>
<packaging>bundle</packaging>
<version>8.4.0-SNAPSHOT</version>
<version>8.4.0</version>

<name>Tigase XMPP Server</name>
<description>The instant messaging server</description>
Expand Down Expand Up @@ -76,7 +76,7 @@
<connection>scm:git:${scm_repo_server_base}/server-core.git</connection>
<developerConnection>scm:git:${scm_repo_server_base}/server-core.git</developerConnection>
<url>${scm_repo_server_base}/server-core</url>
<tag>HEAD</tag>
<tag>tigase-server-8.4.0</tag>
</scm>

<profiles>
Expand Down Expand Up @@ -376,20 +376,20 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-utils</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-utils</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-xmltools</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 79aa728

Please sign in to comment.