Skip to content

Commit

Permalink
Updates to pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo committed May 23, 2016
1 parent 44d7a00 commit 26d94a1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.1-SNAPSHOT</version>
<version>4.0</version>
</parent>
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -76,4 +76,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<parent>
<artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.1-SNAPSHOT</version>
<version>4.0</version>
</parent>
<artifactId>documentation</artifactId>
<name>documentation</name>
</project>
</project>
4 changes: 2 additions & 2 deletions documentation/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Acknowledgement:
<modelVersion>4.0.0</modelVersion>
<groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-toolkit</artifactId>
<version>2.1</version>
<version>4.0</version>
<packaging>bundle</packaging>
<name>cloudsim-toolkit</name>
<description>CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services</description>
Expand Down Expand Up @@ -126,4 +126,4 @@ Acknowledgement:
</build>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion modules/cloudsim-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>cloudsim-examples</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion modules/cloudsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>cloudsim</artifactId>
Expand Down Expand Up @@ -73,6 +73,11 @@
<version>3.4.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>3.7</version>
</dependency>
</dependencies>
<reporting>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId>
<version>3.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId>
<version>3.1-SNAPSHOT</version>
<version>4.0</version>
<packaging>pom</packaging>
<name>cloudsim-package</name>
<description>CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services</description>
Expand Down

0 comments on commit 26d94a1

Please sign in to comment.