Commit 66572647 authored by Nikolay's avatar Nikolay

=Setting up the poms for distributions

parent 5cae6c52
......@@ -3,7 +3,7 @@
<parent>
<artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>
<artifactId>documentation</artifactId>
<name>documentation</name>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>
<artifactId>cloudsim-examples</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>modules</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>3.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>
<artifactId>cloudsim</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId>
<version>3.0.1</version>
<version>3.1-SNAPSHOT</version>
</parent>
<artifactId>modules</artifactId>
......
......@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId>
<version>3.0.1</version>
<version>3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>cloudsim-package</name>
<description>CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services</description>
......@@ -35,12 +35,6 @@
<name>RepositoryProxyRel</name>
<url>file:///${project.build.directory}/repo</url>
</repository>
<!-- use the following if you ARE using a snapshot version. -->
<snapshotRepository>
<id>localSnap</id>
<name>RepositoryProxySnap</name>
<url>file:///${project.build.directory}/snapshot</url>
</snapshotRepository>
</distributionManagement>
<organization>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment