Commit e1ec85a2 authored by Anton Beloglazov's avatar Anton Beloglazov

[maven-release-plugin] prepare release cloudsim-2.1

parent e8e4a660
......@@ -3,7 +3,7 @@
<parent>
<artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
......
......@@ -3,7 +3,7 @@
<parent>
<artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<artifactId>documentation</artifactId>
<name>documentation</name>
......
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>modules</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<artifactId>cloudsim-examples</artifactId>
......
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>modules</artifactId>
<groupId>org.cloudbus.cloudsim</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<artifactId>cloudsim</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<artifactId>modules</artifactId>
......
......@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<packaging>pom</packaging>
<name>cloudsim-package</name>
<description>CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services</description>
......@@ -24,9 +24,9 @@
<url>http://code.google.com/p/cloudsim/issues/list</url>
</issueManagement>
<scm>
<connection>scm:svn:http://cloudsim.googlecode.com/svn/trunk</connection>
<developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/cloudsim/source/browse/</url>
<connection>scm:svn:http://cloudsim.googlecode.com/svn/tags/cloudsim-2.1</connection>
<developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/tags/cloudsim-2.1</developerConnection>
<url>http://code.google.com/p/cloudsim/source/browse/tags/cloudsim-2.1</url>
</scm>
<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