Skip to content

Commit 7b15412

Browse files
committed
[maven-release-plugin] prepare release release-1.7.0.FINAL
1 parent 10d0b53 commit 7b15412

File tree

105 files changed

+221
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+221
-277
lines changed

containers/sip-servlets-as7-drop-in/build-mobicents-modules/pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,21 @@
2222
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
2323
-->
2424

25-
<project xmlns="http://maven.apache.org/POM/4.0.0"
26-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
27-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
25+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2826
<modelVersion>4.0.0</modelVersion>
2927

3028
<parent>
3129
<groupId>org.mobicents.servlet.sip</groupId>
3230
<artifactId>sip-servlets-bootstrap</artifactId>
33-
<version>1.7.0-SNAPSHOT</version>
31+
<version>1.7.0.FINAL</version>
3432
<relativePath>../../../pom.xml</relativePath>
3533
</parent>
3634

3735
<groupId>org.mobicents.servlet.sip.containers</groupId>
3836
<artifactId>jboss-as7-mobicents-build</artifactId>
3937

4038
<name>JBoss Application Server: Build Mobicents Add-on Modules</name>
41-
<description>>JBoss Application Server: Build Mobicents Add-on Modules</description>
39+
<description>&gt;JBoss Application Server: Build Mobicents Add-on Modules</description>
4240
<packaging>pom</packaging>
4341

4442
<properties>
@@ -72,7 +70,7 @@
7270
<configuration>
7371
<target>
7472
<ant antfile="build.xml" inheritRefs="true">
75-
<target name="${ant.target}"/>
73+
<target name="${ant.target}" />
7674
</ant>
7775
</target>
7876
</configuration>

containers/sip-servlets-as7-drop-in/jboss-as-mobicents/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@
2121
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
2222
-->
2323

24-
<project xmlns="http://maven.apache.org/POM/4.0.0"
25-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2725
<modelVersion>4.0.0</modelVersion>
2826

2927
<parent>
3028
<groupId>org.mobicents.servlet.sip</groupId>
3129
<artifactId>sip-servlets-bootstrap</artifactId>
32-
<version>1.7.0-SNAPSHOT</version>
30+
<version>1.7.0.FINAL</version>
3331
<relativePath>../.././pom.xml</relativePath>
3432
</parent>
3533

@@ -39,7 +37,7 @@
3937
<packaging>jar</packaging>
4038

4139
<name>JBoss Application Server: Mobicents Sip Servlets Adaptation Layer</name>
42-
<description>>JBoss Application Server: Mobicents Sip Servlets Adaptation Layer</description>
40+
<description>&gt;JBoss Application Server: Mobicents Sip Servlets Adaptation Layer</description>
4341

4442
<properties>
4543
<junit.version>4.1</junit.version>

containers/sip-servlets-as7/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -35,17 +35,17 @@
3535
<dependency>
3636
<groupId>org.mobicents.servlet.sip</groupId>
3737
<artifactId>sip-servlets-spec</artifactId>
38-
<version>1.7.0-SNAPSHOT</version>
38+
<version>1.7.0.FINAL</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.mobicents.servlet.sip</groupId>
4242
<artifactId>sip-servlets-impl</artifactId>
43-
<version>1.7.0-SNAPSHOT</version>
43+
<version>1.7.0.FINAL</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.mobicents.servlet.sip</groupId>
4747
<artifactId>sip-servlets-core-api</artifactId>
48-
<version>1.7.0-SNAPSHOT</version>
48+
<version>1.7.0.FINAL</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>javax.sip</groupId>

containers/sip-servlets-catalina-7/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -16,17 +16,17 @@
1616
<dependency>
1717
<groupId>org.mobicents.servlet.sip</groupId>
1818
<artifactId>sip-servlets-spec</artifactId>
19-
<version>1.7.0-SNAPSHOT</version>
19+
<version>1.7.0.FINAL</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.mobicents.servlet.sip</groupId>
2323
<artifactId>sip-servlets-impl</artifactId>
24-
<version>1.7.0-SNAPSHOT</version>
24+
<version>1.7.0.FINAL</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.mobicents.servlet.sip</groupId>
2828
<artifactId>sip-servlets-core-api</artifactId>
29-
<version>1.7.0-SNAPSHOT</version>
29+
<version>1.7.0.FINAL</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>javax.sip</groupId>

containers/sip-servlets-catalina/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -16,17 +16,17 @@
1616
<dependency>
1717
<groupId>org.mobicents.servlet.sip</groupId>
1818
<artifactId>sip-servlets-spec</artifactId>
19-
<version>1.7.0-SNAPSHOT</version>
19+
<version>1.7.0.FINAL</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.mobicents.servlet.sip</groupId>
2323
<artifactId>sip-servlets-impl</artifactId>
24-
<version>1.7.0-SNAPSHOT</version>
24+
<version>1.7.0.FINAL</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.mobicents.servlet.sip</groupId>
2828
<artifactId>sip-servlets-core-api</artifactId>
29-
<version>1.7.0-SNAPSHOT</version>
29+
<version>1.7.0.FINAL</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>javax.sip</groupId>

containers/sip-servlets-jboss5-deployer/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -19,14 +19,14 @@
1919
<dependency>
2020
<groupId>org.mobicents.servlet.sip.containers</groupId>
2121
<artifactId>sip-servlets-jboss5-metadata</artifactId>
22-
<version>1.7.0-SNAPSHOT</version>
22+
<version>1.7.0.FINAL</version>
2323
<scope>provided</scope>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>org.mobicents.servlet.sip</groupId>
2828
<artifactId>sip-servlets-spec</artifactId>
29-
<version>1.7.0-SNAPSHOT</version>
29+
<version>1.7.0.FINAL</version>
3030
<scope>provided</scope>
3131
</dependency>
3232

containers/sip-servlets-jboss5-ha-server-cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>

containers/sip-servlets-jboss5-metadata/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -19,21 +19,21 @@
1919
<dependency>
2020
<groupId>org.mobicents.servlet.sip</groupId>
2121
<artifactId>sip-servlets-spec</artifactId>
22-
<version>1.7.0-SNAPSHOT</version>
22+
<version>1.7.0.FINAL</version>
2323
<scope>provided</scope>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>org.mobicents.servlet.sip</groupId>
2828
<artifactId>sip-servlets-impl</artifactId>
29-
<version>1.7.0-SNAPSHOT</version>
29+
<version>1.7.0.FINAL</version>
3030
<scope>provided</scope>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.mobicents.servlet.sip</groupId>
3535
<artifactId>sip-servlets-annotations</artifactId>
36-
<version>1.7.0-SNAPSHOT</version>
36+
<version>1.7.0.FINAL</version>
3737
<scope>provided</scope>
3838
</dependency>
3939

containers/sip-servlets-jboss5/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -32,49 +32,49 @@
3232
<dependency>
3333
<groupId>org.mobicents.servlet.sip</groupId>
3434
<artifactId>sip-servlets-impl</artifactId>
35-
<version>1.7.0-SNAPSHOT</version>
35+
<version>1.7.0.FINAL</version>
3636
<scope>provided</scope>
3737
</dependency>
3838

3939
<dependency>
4040
<groupId>org.mobicents.servlet.sip</groupId>
4141
<artifactId>sip-servlets-spec</artifactId>
42-
<version>1.7.0-SNAPSHOT</version>
42+
<version>1.7.0.FINAL</version>
4343
<scope>provided</scope>
4444
</dependency>
4545

4646
<dependency>
4747
<groupId>org.mobicents.servlet.sip</groupId>
4848
<artifactId>sip-servlets-annotations</artifactId>
49-
<version>1.7.0-SNAPSHOT</version>
49+
<version>1.7.0.FINAL</version>
5050
<scope>provided</scope>
5151
</dependency>
5252

5353
<dependency>
5454
<groupId>org.mobicents.servlet.sip.containers</groupId>
5555
<artifactId>sip-servlets-catalina</artifactId>
56-
<version>1.7.0-SNAPSHOT</version>
56+
<version>1.7.0.FINAL</version>
5757
<scope>provided</scope>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>org.mobicents.servlet.sip.containers</groupId>
6262
<artifactId>sip-servlets-jboss5-metadata</artifactId>
63-
<version>1.7.0-SNAPSHOT</version>
63+
<version>1.7.0.FINAL</version>
6464
<scope>provided</scope>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>org.mobicents.servlet.sip.containers</groupId>
6969
<artifactId>sip-servlets-jboss5-ha-server-cache</artifactId>
70-
<version>1.7.0-SNAPSHOT</version>
70+
<version>1.7.0.FINAL</version>
7171
<scope>provided</scope>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>org.mobicents.servlet.sip</groupId>
7676
<artifactId>sip-servlets-jruby</artifactId>
77-
<version>1.7.0-SNAPSHOT</version>
77+
<version>1.7.0.FINAL</version>
7878
<scope>provided</scope>
7979
</dependency>
8080

containers/sip-servlets-tomcat-jboss4/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.7.0-SNAPSHOT</version>
6+
<version>1.7.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -29,42 +29,42 @@
2929
<dependency>
3030
<groupId>org.mobicents.servlet.sip</groupId>
3131
<artifactId>sip-servlets-impl</artifactId>
32-
<version>1.7.0-SNAPSHOT</version>
32+
<version>1.7.0.FINAL</version>
3333
<scope>provided</scope>
3434
</dependency>
3535

3636
<dependency>
3737
<groupId>org.mobicents.servlet.sip</groupId>
3838
<artifactId>sip-servlets-spec</artifactId>
39-
<version>1.7.0-SNAPSHOT</version>
39+
<version>1.7.0.FINAL</version>
4040
<scope>provided</scope>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>org.mobicents.servlet.sip.containers</groupId>
4545
<artifactId>sip-servlets-catalina</artifactId>
46-
<version>1.7.0-SNAPSHOT</version>
46+
<version>1.7.0.FINAL</version>
4747
<scope>provided</scope>
4848
</dependency>
4949

5050
<dependency>
5151
<groupId>org.mobicents.servlet.sip</groupId>
5252
<artifactId>sip-servlets-annotations</artifactId>
53-
<version>1.7.0-SNAPSHOT</version>
53+
<version>1.7.0.FINAL</version>
5454
<scope>provided</scope>
5555
</dependency>
5656

5757
<dependency>
5858
<groupId>org.mobicents.servlet.sip</groupId>
5959
<artifactId>sip-servlets-jruby</artifactId>
60-
<version>1.7.0-SNAPSHOT</version>
60+
<version>1.7.0.FINAL</version>
6161
<scope>provided</scope>
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>org.mobicents.servlet.sip</groupId>
6666
<artifactId>sip-servlets-client</artifactId>
67-
<version>1.7.0-SNAPSHOT</version>
67+
<version>1.7.0.FINAL</version>
6868
</dependency>
6969

7070
<dependency>

0 commit comments

Comments
 (0)