Skip to content

Commit

Permalink
#6025 tigase-server-7.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
woj-tek committed Aug 29, 2017
1 parent c00e023 commit 9da8db4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions modules/distribution/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.1-SNAPSHOT</version>
<version>7.1.1</version>
<relativePath>../master</relativePath>
</parent>

Expand Down Expand Up @@ -217,7 +217,7 @@
<artifactItem>
<groupId>tigase</groupId>
<artifactId>tigase-muc</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.basedir}/../../scripts</outputDirectory>
Expand All @@ -237,7 +237,7 @@
<artifactItem>
<groupId>tigase</groupId>
<artifactId>tigase-pubsub</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<type>jar</type>
<overWrite>false</overWrite>
<outputDirectory>${project.basedir}/../..</outputDirectory>
Expand Down Expand Up @@ -309,7 +309,7 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-server</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
</dependency>
<dependency>
<groupId>tigase</groupId>
Expand All @@ -326,13 +326,13 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-muc</artifactId>
<version>2.4.1-SNAPSHOT</version>
<version>2.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-pubsub</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -380,13 +380,13 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-message-archiving</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-unified-archive</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -404,19 +404,19 @@
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-acs</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-acs-muc</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>tigase</groupId>
<artifactId>tigase-acs-pubsub</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>runtime</scope>
</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.1-SNAPSHOT</version>
<version>7.1.1</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.1-SNAPSHOT</version>
<version>7.1.1</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 @@ -17,7 +17,7 @@
<parent>
<groupId>tigase</groupId>
<artifactId>tigase-server-master</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</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.1-SNAPSHOT</version>
<version>7.1.1</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.1-SNAPSHOT</version>
<version>7.1.1</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion modules/master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

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

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

Expand Down

0 comments on commit 9da8db4

Please sign in to comment.