Commit 44b2de61 authored by Nikolay's avatar Nikolay

=Setting up the poms for distributions

parent 02b5f503
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.cloudbus.cloudsim</groupId> <groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId> <artifactId>cloudsim-package</artifactId>
<version>3.0.1</version> <version>3.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>cloudsim-package</name> <name>cloudsim-package</name>
<description>CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services</description> <description>CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services</description>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version> <version>2.3.2</version>
<configuration> <configuration>
<remoteTagging>true</remoteTagging> <remoteTagging>true</remoteTagging>
<preparationGoals>clean install</preparationGoals> <preparationGoals>clean install</preparationGoals>
......
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