Skip to content

Commit

Permalink
Restcomm rebranding
Browse files Browse the repository at this point in the history
(cherry picked from commit 72feef4)

Conflicts:
	pom.xml
  • Loading branch information
Jean Deruelle committed Feb 10, 2016
1 parent af363c1 commit 7022148
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 236 deletions.
133 changes: 0 additions & 133 deletions docs/jdocbook-mobicents/pom.xml

This file was deleted.

10 changes: 5 additions & 5 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>mobicents-sctp-docs</artifactId>
<artifactId>restcomm-sctp-docs</artifactId>
<groupId>org.mobicents.protocols.sctp.docs</groupId>
<name>Mobicents :: SCTP :: Docs :: Parent :: ${pom.artifactId}</name>
<name>Restcomm :: SCTP :: Docs :: Parent :: ${pom.artifactId}</name>
<packaging>pom</packaging>

<properties>
Expand All @@ -26,13 +26,13 @@

<profiles>
<profile>
<id>mobicents</id>
<id>restcomm</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>sources-mobicents</module>
<module>jdocbook-mobicents</module>
<module>sources-restcomm</module>
<module>jdocbook-restcomm</module>
</modules>
</profile>
</profiles>
Expand Down
80 changes: 0 additions & 80 deletions docs/sources-mobicents/pom.xml

This file was deleted.

6 changes: 3 additions & 3 deletions docs/sources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>mobicents-sctp-docs</artifactId>
<artifactId>restcomm-sctp-docs</artifactId>
<groupId>org.mobicents.protocols.sctp.docs</groupId>
<version>1.7.0-SNAPSHOT</version>
</parent>

<artifactId>mobicents-sctp-docs-sources</artifactId>
<name>Mobicents :: SCTP :: Docs :: Sources :: ${pom.artifactId}</name>
<artifactId>restcomm-sctp-docs-sources</artifactId>
<name>Restcomm :: SCTP :: Docs :: Sources :: ${pom.artifactId}</name>
<properties>

</properties>
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<parent>
<groupId>org.mobicents</groupId>
<artifactId>mobicents-parent</artifactId>
<version>2.27.18</version>
<artifactId>restcomm-parent</artifactId>
<version>2.27.32</version>
</parent>

<groupId>org.mobicents.protocols.sctp</groupId>
<artifactId>sctp-parent</artifactId>
<version>1.7.0-SNAPSHOT</version>
<name>Mobicents :: SCTP :: Parent :: ${pom.artifactId}</name>
<name>Restcomm :: SCTP :: Parent :: ${pom.artifactId}</name>
<packaging>pom</packaging>


Expand Down Expand Up @@ -155,7 +155,7 @@
<artifactId>maven-eclipse-plugin</artifactId>
<groupId>org.mobicents.tools</groupId>
<version>
${mobicents.tools.mavenplugin.eclipse.version}
${restcomm.tools.mavenplugin.eclipse.version}
</version>
<inherited>false</inherited>
<executions />
Expand Down Expand Up @@ -188,15 +188,15 @@
</build>

<scm>
<connection>scm:git:https://code.google.com/p/sctp/</connection>
<developerConnection>scm:git:https://code.google.com/p/sctp/</developerConnection>
<url>https://code.google.com/p/sctp/</url>
<connection>scm:git:https://github.com/RestComm/sctp.git</connection>
<developerConnection>scm:git:git@github.com:RestComm/sctp.git</developerConnection>
<url>https://github.com/RestComm/sctp</url>
</scm>
<!-- repositories -->
<repositories>
<repository>
<id>mobicents-public-repository-group</id>
<name>Mobicens Public Maven Repository Group</name>
<id>restcomm-public-repository-group</id>
<name>Restcomm Public Maven Repository Group</name>
<url>https://oss.sonatype.org/content/groups/public/</url>
<layout>default</layout>
<releases>
Expand Down
8 changes: 4 additions & 4 deletions release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<parent>
<groupId>org.mobicents</groupId>
<artifactId>mobicents-parent</artifactId>
<version>2.22</version>
<artifactId>restcomm-parent</artifactId>
<version>2.27.32</version>
</parent>

<artifactId>sctp-release</artifactId>
<version>2.22</version>
<name>Mobicents :: Release :: ${pom.artifactId}</name>
<version>2.22</version>
<name>Restcomm :: Release :: ${pom.artifactId}</name>
<profiles>
<profile>
<id>release</id>
Expand Down
2 changes: 1 addition & 1 deletion sctp-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>sctp-api</artifactId>
<name>Mobicents :: SCTP :: API :: ${pom.artifactId}</name>
<name>Restcomm :: SCTP :: API :: ${pom.artifactId}</name>


<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sctp-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>sctp-impl</artifactId>
<name>Mobicents :: SCTP :: Impl :: ${pom.artifactId}</name>
<name>Restcomm :: SCTP :: Impl :: ${pom.artifactId}</name>


<dependencies>
Expand Down

0 comments on commit 7022148

Please sign in to comment.