Skip to content

Commit 195849d

Browse files
committed
Updated the version of parent POM to latest available.
1 parent 7c77af8 commit 195849d

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.mobicents.mgcp.stack.test.LOG_FILE=logs/debuglog.txt
2-
org.mobicents.mgcp.stack.test.ABORT_ON_FAIL=true
2+
org.mobicents.mgcp.stack.test.ABORT_ON_FAIL=false
33

core/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@
102102
<artifactId>xalan</artifactId>
103103
<version>2.6.0</version>
104104
</dependency>
105-
<dependency>
106-
<groupId>javax.sip</groupId>
107-
<artifactId>jain-sip-ri</artifactId>
108-
</dependency>
109105
</dependencies>
110106

111107
<build>

ice/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
<artifactId>stun</artifactId>
3030
<version>${project.version}</version>
3131
</dependency>
32-
<!-- Resources -->
33-
<dependency>
34-
<groupId>javax.sip</groupId>
35-
<artifactId>jain-sip-ri</artifactId>
36-
</dependency>
3732
</dependencies>
3833

3934
<build>

pom.xml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<packaging>pom</packaging>
55

66
<parent>
7-
<artifactId>mobicents-parent</artifactId>
8-
<groupId>org.mobicents</groupId>
9-
<version>2.27.23</version>
7+
<groupId>org.restcomm</groupId>
8+
<artifactId>restcomm-parent</artifactId>
9+
<version>4.1.0-14</version>
1010
</parent>
1111

1212
<groupId>org.restcomm</groupId>
@@ -38,6 +38,7 @@
3838
<version.guava>19.0</version.guava>
3939
<version.apache.commons.codec>1.10</version.apache.commons.codec>
4040
<fsm.squirrel.version>0.3.9.11</fsm.squirrel.version>
41+
<jain-mgcp.version>1.0</jain-mgcp.version>
4142
</properties>
4243

4344
<modules>
@@ -163,6 +164,20 @@
163164
<artifactId>squirrel-foundation</artifactId>
164165
<version>${fsm.squirrel.version}</version>
165166
</dependency>
167+
168+
<!-- JAIN MGCP -->
169+
<dependency>
170+
<groupId>jain</groupId>
171+
<artifactId>jain-mgcp-ri</artifactId>
172+
<version>${jain-mgcp.version}</version>
173+
</dependency>
174+
175+
<!-- jUnit -->
176+
<dependency>
177+
<groupId>junit</groupId>
178+
<artifactId>junit</artifactId>
179+
<version>${version.junit}</version>
180+
</dependency>
166181
</dependencies>
167182
</dependencyManagement>
168183

@@ -273,9 +288,9 @@
273288
<plugins>
274289
<plugin>
275290
<artifactId>maven-eclipse-plugin</artifactId>
276-
<groupId>org.mobicents.tools</groupId>
291+
<groupId>org.restcomm.tools</groupId>
277292
<version>
278-
${mobicents.tools.mavenplugin.eclipse.version}
293+
${restcomm.tools.mavenplugin.eclipse.version}
279294
</version>
280295
<inherited>false</inherited>
281296
<executions/>

0 commit comments

Comments
 (0)