Skip to content

Commit

Permalink
change versions of modules to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hardikrakholiya committed May 6, 2019
1 parent e373bd6 commit c827e44
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cishell.container</groupId>
<artifactId>root-module</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<groupId>org.cishell.container</groupId>
<artifactId>org.cishell.container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/cishell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cishell.container</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<groupId>org.cishell.container</groupId>
<artifactId>org.cishell.container.cishell</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.cishell.container</groupId>
<artifactId>root-module</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<groupId>org.cishell.container</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions examples/sci2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.cishell.container</groupId>
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<groupId>org.cishell.container</groupId>
<artifactId>org.cishell.container.sci2</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.cishell.container</groupId>
<artifactId>root-module</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit c827e44

Please sign in to comment.