Skip to content

Commit 69bfad5

Browse files
committed
[maven-release-plugin] prepare release ts1
1 parent 934c9d7 commit 69bfad5

File tree

105 files changed

+182
-182
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

+182
-182
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>6.1.0-TelScale-SNAPSHOT</version>
31+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
30+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
38+
<version>1.8.0-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.mobicents.servlet.sip</groupId>
4242
<artifactId>sip-servlets-impl</artifactId>
43-
<version>6.1.0-TelScale-SNAPSHOT</version>
43+
<version>1.8.0-SNAPSHOT</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.mobicents.servlet.sip</groupId>
4747
<artifactId>sip-servlets-core-api</artifactId>
48-
<version>6.1.0-TelScale-SNAPSHOT</version>
48+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
19+
<version>1.8.0-SNAPSHOT</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.mobicents.servlet.sip</groupId>
2323
<artifactId>sip-servlets-impl</artifactId>
24-
<version>6.1.0-TelScale-SNAPSHOT</version>
24+
<version>1.8.0-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.mobicents.servlet.sip</groupId>
2828
<artifactId>sip-servlets-core-api</artifactId>
29-
<version>6.1.0-TelScale-SNAPSHOT</version>
29+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
19+
<version>1.8.0-SNAPSHOT</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.mobicents.servlet.sip</groupId>
2323
<artifactId>sip-servlets-impl</artifactId>
24-
<version>6.1.0-TelScale-SNAPSHOT</version>
24+
<version>1.8.0-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.mobicents.servlet.sip</groupId>
2828
<artifactId>sip-servlets-core-api</artifactId>
29-
<version>6.1.0-TelScale-SNAPSHOT</version>
29+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
22+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
29+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
22+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
29+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
36+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
35+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
42+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
49+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
56+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
63+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
70+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
77+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
32+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
39+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
46+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
53+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
60+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
67+
<version>1.8.0-SNAPSHOT</version>
6868
</dependency>
6969

7070
<dependency>

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>6.1.0-TelScale-SNAPSHOT</version>
6+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
32+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
39+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
46+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
53+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
60+
<version>1.8.0-SNAPSHOT</version>
6161
</dependency>
6262

6363
<dependency>
6464
<groupId>org.mobicents.servlet.sip</groupId>
6565
<artifactId>sip-servlets-core-api</artifactId>
66-
<version>6.1.0-TelScale-SNAPSHOT</version>
66+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
73+
<version>1.8.0-SNAPSHOT</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>6.1.0-TelScale-SNAPSHOT</version>
7+
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99

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

docs/jdocbook-telscale/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>6.1.0-TelScale-SNAPSHOT</version>
7+
<version>1.8.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>sip-servlets-docs-jdocbook-telscale</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>6.1.0-TelScale-SNAPSHOT</version>
9+
<version>1.8.0-SNAPSHOT</version>
1010
</parent>
1111
<groupId>org.mobicents.servlet.sip.docs</groupId>
1212
<artifactId>sip-servlets-docs</artifactId>

0 commit comments

Comments
 (0)