Skip to content

Commit 031dc15

Browse files
committed
[maven-release-plugin] prepare release release-2.0.0.FINAL
1 parent fd8928c commit 031dc15

File tree

76 files changed

+131
-135
lines changed

Some content is hidden

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

76 files changed

+131
-135
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.mobicents.servlet.sip</groupId>
3030
<artifactId>sip-servlets-bootstrap</artifactId>
31-
<version>1.8.0-SNAPSHOT</version>
31+
<version>2.0.0.FINAL</version>
3232
<relativePath>../../../pom.xml</relativePath>
3333
</parent>
3434

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.mobicents.servlet.sip</groupId>
2929
<artifactId>sip-servlets-bootstrap</artifactId>
30-
<version>1.8.0-SNAPSHOT</version>
30+
<version>2.0.0.FINAL</version>
3131
<relativePath>../../../pom.xml</relativePath>
3232
</parent>
3333

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.8.0-SNAPSHOT</version>
6+
<version>2.0.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -51,17 +51,17 @@
5151
<dependency>
5252
<groupId>org.mobicents.servlet.sip</groupId>
5353
<artifactId>sip-servlets-spec</artifactId>
54-
<version>1.8.0-SNAPSHOT</version>
54+
<version>2.0.0.FINAL</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.mobicents.servlet.sip</groupId>
5858
<artifactId>sip-servlets-impl</artifactId>
59-
<version>1.8.0-SNAPSHOT</version>
59+
<version>2.0.0.FINAL</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.mobicents.servlet.sip</groupId>
6363
<artifactId>sip-servlets-core-api</artifactId>
64-
<version>1.8.0-SNAPSHOT</version>
64+
<version>2.0.0.FINAL</version>
6565
</dependency>
6666
<dependency>
6767
<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.8.0-SNAPSHOT</version>
6+
<version>2.0.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.8.0-SNAPSHOT</version>
19+
<version>2.0.0.FINAL</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.mobicents.servlet.sip</groupId>
2323
<artifactId>sip-servlets-impl</artifactId>
24-
<version>1.8.0-SNAPSHOT</version>
24+
<version>2.0.0.FINAL</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.mobicents.servlet.sip</groupId>
2828
<artifactId>sip-servlets-core-api</artifactId>
29-
<version>1.8.0-SNAPSHOT</version>
29+
<version>2.0.0.FINAL</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>javax.sip</groupId>

containers/tomcat-7/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.8.0-SNAPSHOT</version>
6+
<version>2.0.0.FINAL</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.containers</groupId>
@@ -29,48 +29,48 @@
2929
<dependency>
3030
<groupId>org.mobicents.servlet.sip</groupId>
3131
<artifactId>sip-servlets-impl</artifactId>
32-
<version>1.8.0-SNAPSHOT</version>
32+
<version>2.0.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.8.0-SNAPSHOT</version>
39+
<version>2.0.0.FINAL</version>
4040
<scope>provided</scope>
4141
</dependency>
4242

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

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

5757
<dependency>
5858
<groupId>org.mobicents.servlet.sip</groupId>
5959
<artifactId>sip-servlets-client</artifactId>
60-
<version>1.8.0-SNAPSHOT</version>
60+
<version>2.0.0.FINAL</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>org.mobicents.servlet.sip</groupId>
6565
<artifactId>sip-servlets-core-api</artifactId>
66-
<version>1.8.0-SNAPSHOT</version>
66+
<version>2.0.0.FINAL</version>
6767
<scope>provided</scope>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>org.mobicents.servlet.sip.containers</groupId>
7272
<artifactId>sip-servlets-catalina-7</artifactId>
73-
<version>1.8.0-SNAPSHOT</version>
73+
<version>2.0.0.FINAL</version>
7474
<scope>provided</scope>
7575
</dependency>
7676

docs/jdocbook-mobicents/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.mobicents.servlet.sip.docs</groupId>
66
<artifactId>sip-servlets-docs</artifactId>
7-
<version>1.8.0-SNAPSHOT</version>
7+
<version>2.0.0.FINAL</version>
88
</parent>
99

1010
<artifactId>sip-servlets-docs-jdocbook-mobicents</artifactId>

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mobicents.servlet.sip</groupId>
88
<artifactId>sip-servlets-bootstrap</artifactId>
9-
<version>1.8.0-SNAPSHOT</version>
9+
<version>2.0.0.FINAL</version>
1010
</parent>
1111
<groupId>org.mobicents.servlet.sip.docs</groupId>
1212
<artifactId>sip-servlets-docs</artifactId>

docs/sources-mobicents/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mobicents.servlet.sip.docs</groupId>
88
<artifactId>sip-servlets-docs</artifactId>
9-
<version>1.8.0-SNAPSHOT</version>
9+
<version>2.0.0.FINAL</version>
1010
</parent>
1111

1212
<artifactId>sip-servlets-docs-sources-mobicents</artifactId>

docs/sources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mobicents.servlet.sip.docs</groupId>
88
<artifactId>sip-servlets-docs</artifactId>
9-
<version>1.8.0-SNAPSHOT</version>
9+
<version>2.0.0.FINAL</version>
1010
</parent>
1111

1212
<artifactId>sip-servlets-docs-sources</artifactId>

management/sip-servlets-management/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.mobicents.servlet.sip</groupId>
66
<artifactId>sip-servlets-bootstrap</artifactId>
7-
<version>1.8.0-SNAPSHOT</version>
7+
<version>2.0.0.FINAL</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

@@ -145,31 +145,31 @@
145145
<dependency>
146146
<groupId>org.mobicents.servlet.sip</groupId>
147147
<artifactId>sip-servlets-spec</artifactId>
148-
<version>1.8.0-SNAPSHOT</version>
148+
<version>2.0.0.FINAL</version>
149149
<scope>provided</scope>
150150
</dependency>
151151
<dependency>
152152
<groupId>org.mobicents.servlet.sip</groupId>
153153
<artifactId>sip-servlets-client</artifactId>
154-
<version>1.8.0-SNAPSHOT</version>
154+
<version>2.0.0.FINAL</version>
155155
<scope>provided</scope>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.mobicents.servlet.sip</groupId>
159159
<artifactId>sip-servlets-annotations</artifactId>
160-
<version>1.8.0-SNAPSHOT</version>
160+
<version>2.0.0.FINAL</version>
161161
<scope>provided</scope>
162162
</dependency>
163163
<dependency>
164164
<groupId>org.mobicents.servlet.sip</groupId>
165165
<artifactId>sip-servlets-impl</artifactId>
166-
<version>1.8.0-SNAPSHOT</version>
166+
<version>2.0.0.FINAL</version>
167167
<scope>provided</scope>
168168
</dependency>
169169
<dependency>
170170
<groupId>org.mobicents.servlet.sip</groupId>
171171
<artifactId>sip-servlets-application-router</artifactId>
172-
<version>1.8.0-SNAPSHOT</version>
172+
<version>2.0.0.FINAL</version>
173173
<scope>provided</scope>
174174
</dependency>
175175
<dependency>

pom.xml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<artifactId>mobicents-parent</artifactId>
@@ -8,7 +7,7 @@
87
</parent>
98
<groupId>org.mobicents.servlet.sip</groupId>
109
<artifactId>sip-servlets-bootstrap</artifactId>
11-
<version>1.8.0-SNAPSHOT</version>
10+
<version>2.0.0.FINAL</version>
1211
<packaging>pom</packaging>
1312

1413
<name>Mobicents Sip Servlets</name>
@@ -179,9 +178,7 @@
179178
<phase>site</phase>
180179
<configuration>
181180
<tasks>
182-
<copy verbose="true"
183-
file="${project.build.directory}/site/index.html"
184-
tofile="${project.build.directory}/site/products_sip_servlets.html" />
181+
<copy verbose="true" file="${project.build.directory}/site/index.html" tofile="${project.build.directory}/site/products_sip_servlets.html" />
185182
</tasks>
186183
</configuration>
187184
<goals>

sip-servlets-annotations/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.8.0-SNAPSHOT</version>
6+
<version>2.0.0.FINAL</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip</groupId>
1010
<artifactId>sip-servlets-annotations</artifactId>
11-
<version>1.8.0-SNAPSHOT</version>
11+
<version>2.0.0.FINAL</version>
1212
<packaging>jar</packaging>
1313
<name>Mobicents Sip Servlets Specific Annotations</name>
1414
<url>http://www.mobicents.org/products_sip_servlets.html</url>

sip-servlets-application-router/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip</groupId>
55
<artifactId>sip-servlets-bootstrap</artifactId>
6-
<version>1.8.0-SNAPSHOT</version>
6+
<version>2.0.0.FINAL</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip</groupId>
1010
<artifactId>sip-servlets-application-router</artifactId>
11-
<version>1.8.0-SNAPSHOT</version>
11+
<version>2.0.0.FINAL</version>
1212
<packaging>jar</packaging>
1313
<name>Sip Servlets Default Application Router</name>
1414
<url>http://www.mobicents.org-a.googlepages.com/products_sip_servlets.html</url>
@@ -17,14 +17,14 @@
1717
<dependency>
1818
<groupId>org.mobicents.servlet.sip</groupId>
1919
<artifactId>sip-servlets-spec</artifactId>
20-
<version>1.8.0-SNAPSHOT</version>
20+
<version>2.0.0.FINAL</version>
2121
</dependency>
2222

2323
<!-- sip servlet impl dependency -->
2424
<dependency>
2525
<groupId>org.mobicents.servlet.sip</groupId>
2626
<artifactId>sip-servlets-core-api</artifactId>
27-
<version>1.8.0-SNAPSHOT</version>
27+
<version>2.0.0.FINAL</version>
2828
</dependency>
2929

3030
<!-- logging dependency -->

sip-servlets-client/pom.xml

+2-2
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.8.0-SNAPSHOT</version>
6+
<version>2.0.0.FINAL</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>sip-servlets-client</artifactId>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.mobicents.servlet.sip</groupId>
1717
<artifactId>sip-servlets-spec</artifactId>
18-
<version>1.8.0-SNAPSHOT</version>
18+
<version>2.0.0.FINAL</version>
1919
</dependency>
2020
<!-- logging dependency -->
2121
<dependency>

sip-servlets-core-api/pom.xml

+5-5
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.8.0-SNAPSHOT</version>
6+
<version>2.0.0.FINAL</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>sip-servlets-core-api</artifactId>
@@ -15,22 +15,22 @@
1515
<dependency>
1616
<groupId>org.mobicents.servlet.sip</groupId>
1717
<artifactId>sip-servlets-spec</artifactId>
18-
<version>1.8.0-SNAPSHOT</version>
18+
<version>2.0.0.FINAL</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.mobicents.servlet.sip</groupId>
2222
<artifactId>sip-servlets-jruby</artifactId>
23-
<version>1.8.0-SNAPSHOT</version>
23+
<version>2.0.0.FINAL</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.mobicents.servlet.sip</groupId>
2727
<artifactId>sip-servlets-client</artifactId>
28-
<version>1.8.0-SNAPSHOT</version>
28+
<version>2.0.0.FINAL</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.mobicents.servlet.sip</groupId>
3232
<artifactId>sip-servlets-annotations</artifactId>
33-
<version>1.8.0-SNAPSHOT</version>
33+
<version>2.0.0.FINAL</version>
3434
</dependency>
3535
<!-- logging dependency -->
3636
<dependency>

sip-servlets-examples/alerting-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.mobicents.servlet.sip.examples</groupId>
66
<artifactId>sip-servlets-examples-parent</artifactId>
7-
<version>1.8.0-SNAPSHOT</version>
7+
<version>2.0.0.FINAL</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>alerting-app-parent</artifactId>

sip-servlets-examples/alerting-app/sip-servlets/pom.xml

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

sip-servlets-examples/call-blocking/pom.xml

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

sip-servlets-examples/call-forwarding-distributable/pom.xml

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

sip-servlets-examples/call-forwarding/pom.xml

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

0 commit comments

Comments
 (0)