Skip to content

Commit

Permalink
Changed name of modules to appropriate ones
Browse files Browse the repository at this point in the history
  • Loading branch information
abhayani committed May 23, 2012
1 parent 9262d3a commit 6aa5864
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>bootstrap</artifactId>
<name>Bootstrap</name>
<name>Core : Bootstrap</name>

<dependencies>
<!-- USSD Dependency -->
Expand Down
2 changes: 1 addition & 1 deletion core/domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<artifactId>ussdgateway-domain</artifactId>
<name>USSD Gateway Domain Object</name>
<name>Core : Domain</name>
<description>USSD Gateway Domain Object</description>


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

<artifactId>oam</artifactId>
<name>Operations and Management</name>
<name>Core : OAM</name>

<dependencies>
<!-- javolution -->
Expand Down
2 changes: 1 addition & 1 deletion core/rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


<artifactId>ussdgateway-rules</artifactId>
<name>USSD Gateway Rules Service</name>
<name>Core : Rules</name>
<description>USSD Gateway Rules Service</description>

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

<artifactId>ussdgateway-library</artifactId>
<name>USSD Gateway SLEE Library</name>
<name>Core : SLEE : Library</name>



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

<artifactId>ussdgateway-slee</artifactId>
<name>USSD Gateway SLEE</name>
<name>Core : SLEE</name>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion core/slee/sbbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>ussdgateway-sbbs</artifactId>
<name>USSD Gateway SLEE Sbbs</name>
<name>Core : SLEE : Sbbs</name>
<dependencies>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/slee/services-du/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>ussdgateway-services-DU</artifactId>
<name>USSD Gateway SLEE Service</name>
<name>Core : SLEE : Service</name>
<dependencies>
<dependency>
<artifactId>ussdgateway-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>ussdgateway-xml</artifactId>
<name>USSD Gateway Events Serializer</name>
<name>Core : XML</name>


<properties>
Expand Down
2 changes: 1 addition & 1 deletion example/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>ussdgateway-example-http</artifactId>
<name>USSD Gateway Example HTTP</name>
<name>Example : HTTP</name>

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


<artifactId>ussdgateway-example</artifactId>
<name>USSD Gateway Example Parent</name>
<name>Example</name>

<modules>
<module>http</module>
Expand Down

0 comments on commit 6aa5864

Please sign in to comment.