Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tigase-message-archiving-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Dec 1, 2022
1 parent cb0c8e0 commit 63546b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-projects-parent</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<relativePath />
</parent>

<artifactId>tigase-message-archiving</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>bundle</packaging>

<properties>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:${scm_repo_base}/tigase-message-archiving.git</connection>
<developerConnection>scm:git:${scm_repo_base}/tigase-message-archiving.git</developerConnection>
<url>https://github.com/tigase/tigase-message-archiving.git</url>
<tag>HEAD</tag>
<tag>tigase-message-archiving-3.1.0</tag>
</scm>

<build>
Expand All @@ -51,13 +51,13 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-server</artifactId>
<version>8.3.0-SNAPSHOT</version>
<version>8.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-server</artifactId>
<version>8.3.0-SNAPSHOT</version>
<version>8.3.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 63546b9

Please sign in to comment.