Skip to content

Commit

Permalink
New release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 5, 2018
1 parent 3e7809f commit d1ee9bb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/imscf/sources-asciidoc/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.restcomm.imscf</groupId>
<artifactId>restcomm-imscf-userguide-sources-asciidoc</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>

<name>Restcomm IM-SCF :: Docs :: User Guide :: Sources Asciidoc :: ${project.artifactId}</name>

Expand Down
4 changes: 2 additions & 2 deletions docs/imscf_oam/sources-asciidoc/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<groupId>org.restcomm.imscf</groupId>
<artifactId>restcomm-imscf-oamguide-sources-asciidoc</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>

<name>Restcomm IM-SCF :: Docs :: User Guide :: Sources Asciidoc :: ${project.artifactId}</name>

Expand Down
4 changes: 2 additions & 2 deletions imscf-common/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
</parent>

<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions imscf-el/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
</parent>

<groupId>org.restcomm.imscf</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
<artifactId>imscf-el</artifactId>
<packaging>war</packaging>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-common</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
</dependency>
<dependency>
<groupId>org.mobicents.servlet.sip</groupId>
Expand Down
4 changes: 2 additions & 2 deletions imscf-sl/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
</parent>

<groupId>org.restcomm.imscf</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>
<artifactId>imscf-sl</artifactId>
<packaging>war</packaging>

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

<groupId>org.restcomm.imscf</groupId>
<artifactId>imscf-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0-125</version>

<name>Restcomm IM-SCF Parent</name>
<description>Restcomm IM-SCF Parent</description>
Expand Down

0 comments on commit d1ee9bb

Please sign in to comment.