Skip to content

Commit 4bbaf52

Browse files
author
jean.deruelle
committed
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://mobicents.googlecode.com/svn/trunk/servers/sip-servlets@16000 bf0df8d0-2c1f-0410-b170-bd30377b63dc
1 parent 730cfa3 commit 4bbaf52

File tree

98 files changed

+200
-200
lines changed

Some content is hidden

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

98 files changed

+200
-200
lines changed

docs/jdocbook-jbcp/pom.xml

+1-1
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-docs</artifactId>
7-
<version>1.5.0.FINAL</version>
7+
<version>1.6.0-SNAPSHOT</version>
88
</parent>
99

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

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</groupId>
66
<artifactId>sip-servlets-docs</artifactId>
7-
<version>1.5.0.FINAL</version>
7+
<version>1.6.0-SNAPSHOT</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.5.0.FINAL</version>
9+
<version>1.6.0-SNAPSHOT</version>
1010
</parent>
1111

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

docs/sources-jbcp/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-docs</artifactId>
9-
<version>1.5.0.FINAL</version>
9+
<version>1.6.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>sip-servlets-docs-sources-jbcp</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</groupId>
88
<artifactId>sip-servlets-docs</artifactId>
9-
<version>1.5.0.FINAL</version>
9+
<version>1.6.0-SNAPSHOT</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</groupId>
88
<artifactId>sip-servlets-docs</artifactId>
9-
<version>1.5.0.FINAL</version>
9+
<version>1.6.0-SNAPSHOT</version>
1010
</parent>
1111

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

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>org.mobicents.servlet.sip</groupId>
99
<artifactId>sip-servlets-bootstrap</artifactId>
10-
<version>1.5.0.FINAL</version>
10+
<version>1.6.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212
<name>Mobicents Sip Servlets</name>
1313
<url>http://www.mobicents.org/products_sip_servlets.html</url>
@@ -67,9 +67,9 @@
6767
</license>
6868
</licenses>
6969
<scm>
70-
<connection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/sip-servlets/release-1.5.0.FINAL</connection>
71-
<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/sip-servlets/release-1.5.0.FINAL</developerConnection>
72-
<url>http://code.google.com/p/mobicents/source/browse/tags/servers/sip-servlets/release-1.5.0.FINAL</url>
70+
<connection>scm:svn:https://mobicents.googlecode.com/svn/trunk/servers/sip-servlets</connection>
71+
<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/trunk/servers/sip-servlets</developerConnection>
72+
<url>http://code.google.com/p/mobicents/source/browse/trunk/servers/sip-servlets</url>
7373
</scm>
7474
<modules>
7575
<module>sip-servlets-bootstrap</module>

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.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip</groupId>
1010
<artifactId>sip-servlets-annotations</artifactId>
11-
<version>1.5.0.FINAL</version>
11+
<version>1.6.0-SNAPSHOT</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.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</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.5.0.FINAL</version>
11+
<version>1.6.0-SNAPSHOT</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.5.0.FINAL</version>
20+
<version>1.6.0-SNAPSHOT</version>
2121
</dependency>
2222

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

3030
<!-- logging dependency -->

sip-servlets-bootstrap/pom.xml

+5-5
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.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip</groupId>
1010
<artifactId>sip-servlets-bootstrap-release</artifactId>
11-
<version>1.5.0.FINAL</version>
11+
<version>1.6.0-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>Mobicents Sip Servlets Documentation and Release Scripts</name>
1414
<url>http://www.mobicents.org-a.googlepages.com/products_sip_servlets.html</url>
@@ -68,9 +68,9 @@
6868
</license>
6969
</licenses>
7070
<scm>
71-
<connection>scm:svn:http://mobicents.googlecode.com/svn/tags/servers/sip-servlets/release-1.5.0.FINAL</connection>
72-
<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/servers/sip-servlets/release-1.5.0.FINAL</developerConnection>
73-
<url>http://code.google.com/p/mobicents/source/browse/tags/servers/sip-servlets/release-1.5.0.FINAL</url>
71+
<connection>scm:svn:http://mobicents.googlecode.com/svn/trunk/servers/sip-servlets</connection>
72+
<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/trunk/servers/sip-servlets</developerConnection>
73+
<url>http://code.google.com/p/mobicents/source/browse/trunk/servers/sip-servlets</url>
7474
</scm>
7575
<properties>
7676
<!-- MOBICENTS TOOL VERSIONS -->

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.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</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.5.0.FINAL</version>
18+
<version>1.6.0-SNAPSHOT</version>
1919
</dependency>
2020
<!-- logging dependency -->
2121
<dependency>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>org.mobicents.servlet.sip.example</groupId>
66
<artifactId>sip-servlets-examples-parent</artifactId>
7-
<version>1.5.0.FINAL</version>
7+
<version>1.6.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>org.mobicents.servlet.sip.example</groupId>
1111
<artifactId>alerting-app-parent</artifactId>
1212
<packaging>pom</packaging>
13-
<version>1.5.0.FINAL</version>
13+
<version>1.6.0-SNAPSHOT</version>
1414
<name>JSLEE - SIP Servlets Alerting Application Parent</name>
1515
<url>http://www.mobicents.org/mss-alerting-application.html</url>
1616
<modules>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>alerting-app-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>alerting-app</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Alerting Application</name>
1414
<dependencies>
1515
<!-- media dependencies -->

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>call-blocking</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Call Blocking Sip Servlet Example</name>
1414
<url>http://www.mobicents.org/call_blocking.html</url>
1515

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>call-forwarding-distributable</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Distributable Call Forwarding Sip Servlet Example</name>
1414
<url>http://www.mobicents.org/call_forwarding.html</url>
1515

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>call-forwarding</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Call Forwarding Sip Servlet Example</name>
1414
<url>http://www.mobicents.org/call_forwarding.html</url>
1515

sip-servlets-examples/chatserver/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>chatroom-servlet</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Chatroom Sip Servlet Example</name>
1414
<url>http://www.mobicents.org/chatserver.html</url>
1515

sip-servlets-examples/click-to-call/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>click-to-call-servlet</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Click To Call</name>
1414
<url>http://www.mobicents.org/click2call.html</url>
1515

sip-servlets-examples/click2call-distributable/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>click2call-distributable</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Distributable Click2Call Converged Sip Servlet Example</name>
1414
<url>http://www.mobicents.org/examples.html</url>
1515
<dependencies>

sip-servlets-examples/conference-demo-jsr309/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<groupId>org.mobicents.servlet.sip.example</groupId>
88
<artifactId>sip-servlets-examples-parent</artifactId>
9-
<version>1.5.0.FINAL</version>
9+
<version>1.6.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>org.mobicents.servlet.sip.examples</groupId>
1414
<artifactId>conference-demo-jsr309</artifactId>
1515
<packaging>war</packaging>
16-
<version>1.5.0.FINAL</version>
16+
<version>1.6.0-SNAPSHOT</version>
1717
<name>mobicents-sip-servlets-conference-jsr309</name>
1818

1919
<!-- include pluginRepository and repository for GWT-Maven -->

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>custom-call-forwarding-distributable</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Distributable Call Forwarding Sip Servlet Example</name>
1414
<url>http://www.mobicents.org/call_forwarding.html</url>
1515

sip-servlets-examples/diameter-event-charging/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>diameter-event-charging</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Diameter Event Charging Sip Servlet Example</name>
1414
<dependencies>
1515
<dependency>

sip-servlets-examples/diameter-openims/pom.xml

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

sip-servlets-examples/diameter-ro-rf/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>diameter-ro-rf</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Diameter Ro/Rf Sip Servlet Example</name>
1414
<url>http://www.mobicents.org/mss/diameter_ro_rf.html</url>
1515

sip-servlets-examples/facebook-c2c/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>org.mobicents.servlet.sip.example</groupId>
55
<artifactId>sip-servlets-examples-parent</artifactId>
6-
<version>1.5.0.FINAL</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<groupId>org.mobicents.servlet.sip.example</groupId>
1010
<artifactId>facebook-click-to-call-servlet</artifactId>
1111
<packaging>war</packaging>
12-
<version>1.5.0.FINAL</version>
12+
<version>1.6.0-SNAPSHOT</version>
1313
<name>Facebook Click To Call</name>
1414
<url>http://www.mobicents.org/facebook.c2c.html</url>
1515
<dependencies>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.mobicents.servlet.sip</groupId>
4747
<artifactId>sip-servlets-spec</artifactId>
48-
<version>1.5.0.FINAL</version>
48+
<version>1.6.0-SNAPSHOT</version>
4949
<scope>provided</scope>
5050
</dependency>
5151

0 commit comments

Comments
 (0)