Skip to content

Commit

Permalink
New release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 14, 2017
1 parent a7160c2 commit 7131aa9
Show file tree
Hide file tree
Showing 27 changed files with 637 additions and 637 deletions.
2 changes: 1 addition & 1 deletion core/bootstrap/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>core</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/domain/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>core</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/oam/cli/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>core</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/slee/library/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>slee</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/slee/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>core</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>slee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/slee/sbbs/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>slee</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>sbbs</artifactId>
Expand Down
144 changes: 72 additions & 72 deletions core/slee/services-du/pom.xml
@@ -1,72 +1,72 @@
<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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>slee</artifactId>
<version>7.1.0-SNAPSHOT</version>
</parent>

<artifactId>services-DU</artifactId>
<name>Core : SLEE : Service</name>
<dependencies>
<dependency>
<artifactId>library</artifactId>
<groupId>${project.groupId}</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>sbbs</artifactId>
<groupId>${project.groupId}</groupId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.mobicents.tools</groupId>
<artifactId>maven-du-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>copy-dependencies</goal>
<goal>generate-descriptor</goal>
<goal>generate-ant-management-script</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>deploy-DU</id>
<phase>install</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<copy overwrite="true" file="target/${project.build.finalName}.jar" todir="${jboss.home}/server/${node}/deploy" />
</tasks>
</configuration>
</execution>
<execution>
<id>undeploy-DU</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<delete file="${jboss.home}/server/${node}/deploy/${project.build.finalName}.jar" />
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
<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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>slee</artifactId>
<version>7.1.0-103</version>
</parent>

<artifactId>services-DU</artifactId>
<name>Core : SLEE : Service</name>
<dependencies>
<dependency>
<artifactId>library</artifactId>
<groupId>${project.groupId}</groupId>
<version>${project.version}</version>
</dependency>
<dependency>
<artifactId>sbbs</artifactId>
<groupId>${project.groupId}</groupId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.mobicents.tools</groupId>
<artifactId>maven-du-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>copy-dependencies</goal>
<goal>generate-descriptor</goal>
<goal>generate-ant-management-script</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>deploy-DU</id>
<phase>install</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<copy overwrite="true" file="target/${project.build.finalName}.jar" todir="${jboss.home}/server/${node}/deploy" />
</tasks>
</configuration>
</execution>
<execution>
<id>undeploy-DU</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<delete file="${jboss.home}/server/${node}/deploy/${project.build.finalName}.jar" />
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
2 changes: 1 addition & 1 deletion core/xml/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>core</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/adminguide/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mobicents.ussd.docs</groupId>
<artifactId>restcomm-ussd-docs</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>restcomm-ussd-adminguide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/adminguide/sources-asciidoc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>restcomm-ussd-adminguide</artifactId>
<groupId>org.mobicents.ussd.docs.adminguide</groupId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>restcomm-ussd-adminguide-sources-asciidoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/installationguide/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mobicents.ussd.docs</groupId>
<artifactId>restcomm-ussd-docs</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>restcomm-ussd-installguide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/installationguide/sources-asciidoc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>restcomm-ussd-installguide</artifactId>
<groupId>org.mobicents.ussd.docs.installguide</groupId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>restcomm-ussd-installguide-sources-asciidoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<groupId>org.mobicents.ussd.docs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/http-push/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mobicents.ussd.examples</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>http-push-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/http/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mobicents.ussd.examples</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>http-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/sip/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mobicents.ussd.examples</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
</parent>

<artifactId>sip-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion management/ussd-management/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mobicents.ussd</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.mobicents.ussd</groupId>
<artifactId>parent</artifactId>
<version>7.1.0-SNAPSHOT</version>
<version>7.1.0-103</version>

<name>USSD Gateway Parent</name>

Expand Down

0 comments on commit 7131aa9

Please sign in to comment.