Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tigase-server-7.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Jan 24, 2019
1 parent ec55e5e commit bcdc7af
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-master</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
<relativePath>../master</relativePath>
</parent>

Expand Down Expand Up @@ -302,7 +302,7 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-server</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
</dependency>
<dependency>
<groupId>tigase</groupId>
Expand All @@ -319,7 +319,7 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-muc</artifactId>
<version>2.4.2-SNAPSHOT</version>
<version>2.4.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -355,7 +355,7 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-http-api</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/documentation/adminguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-docs</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/documentation/devguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-docs</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-master</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
<relativePath>../master</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/documentation/propertiesguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-docs</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/documentation/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-docs</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions modules/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>tigase</groupId>
<artifactId>tigase-server-master</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>

<name>Tigase XMPP Server Master project</name>

Expand Down Expand Up @@ -60,7 +60,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-7.1.5</tag>
</scm>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-master</artifactId>
<version>7.1.5-SNAPSHOT</version>
<version>7.1.5</version>
<relativePath>modules/master</relativePath>
</parent>

Expand Down

0 comments on commit bcdc7af

Please sign in to comment.