Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tigase-server-8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Nov 30, 2022
1 parent 3d4276a commit da4091c
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.5-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

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

<artifactId>tigase-server</artifactId>
<packaging>bundle</packaging>
<version>8.3.0-SNAPSHOT</version>
<version>8.3.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_base}/tigase-server.git</connection>
<developerConnection>scm:git:${scm_repo_base}/tigase-server.git</developerConnection>
<url>https://tigase.tech/projects/tigase-server/repository</url>
<tag>HEAD</tag>
<tag>tigase-server-8.3.0</tag>
</scm>

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

0 comments on commit da4091c

Please sign in to comment.