Commit e1ec85a2 authored by Anton Beloglazov's avatar Anton Beloglazov

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

parent e8e4a660
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>cloudsim-package</artifactId> <artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId> <groupId>org.cloudbus.cloudsim</groupId>
<version>2.1-SNAPSHOT</version> <version>2.1</version>
</parent> </parent>
<artifactId>distribution</artifactId> <artifactId>distribution</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>cloudsim-package</artifactId> <artifactId>cloudsim-package</artifactId>
<groupId>org.cloudbus.cloudsim</groupId> <groupId>org.cloudbus.cloudsim</groupId>
<version>2.1-SNAPSHOT</version> <version>2.1</version>
</parent> </parent>
<artifactId>documentation</artifactId> <artifactId>documentation</artifactId>
<name>documentation</name> <name>documentation</name>
......
<?xml version="1.0"?> <?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" <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">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion> <parent>
<parent> <artifactId>modules</artifactId>
<artifactId>modules</artifactId> <groupId>org.cloudbus.cloudsim</groupId>
<groupId>org.cloudbus.cloudsim</groupId> <version>2.1</version>
<version>2.1-SNAPSHOT</version> </parent>
</parent>
<artifactId>cloudsim-examples</artifactId>
<artifactId>cloudsim-examples</artifactId> <name>cloudsim-examples</name>
<name>cloudsim-examples</name>
<dependencies>
<dependencies> <dependency>
<dependency> <groupId>${project.groupId}</groupId>
<groupId>${project.groupId}</groupId> <artifactId>cloudsim</artifactId>
<artifactId>cloudsim</artifactId> </dependency>
</dependency> </dependencies>
</dependencies>
</project>
</project>
<?xml version="1.0"?> <?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" <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">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion> <parent>
<parent> <artifactId>modules</artifactId>
<artifactId>modules</artifactId> <groupId>org.cloudbus.cloudsim</groupId>
<groupId>org.cloudbus.cloudsim</groupId> <version>2.1</version>
<version>2.1-SNAPSHOT</version> </parent>
</parent>
<artifactId>cloudsim</artifactId>
<artifactId>cloudsim</artifactId> <name>cloudsim</name>
<name>cloudsim</name>
<build>
<build> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
<artifactId>maven-javadoc-plugin</artifactId> <executions>
<executions> <execution>
<execution> <id>docs</id>
<id>docs</id> <phase>prepare-package</phase>
<phase>prepare-package</phase> <goals>
<goals> <goal>jar</goal>
<goal>jar</goal> </goals>
</goals> </execution>
</execution> </executions>
</executions> </plugin>
</plugin> </plugins>
</plugins> </build>
</build>
<reporting>
<reporting> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
<artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version>
<version>2.7</version> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId>
<artifactId>maven-jxr-plugin</artifactId> <version>2.2</version>
<version>2.2</version> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.sonatype.maven.plugin</groupId>
<groupId>org.sonatype.maven.plugin</groupId> <artifactId>emma-maven-plugin</artifactId>
<artifactId>emma-maven-plugin</artifactId> <version>1.2</version>
<version>1.2</version> </plugin>
</plugin> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId>
<artifactId>maven-surefire-report-plugin</artifactId> <version>2.5</version>
<version>2.5</version> </plugin>
</plugin> </plugins>
</plugins> </reporting>
</reporting>
</project>
</project>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.cloudbus.cloudsim</groupId> <groupId>org.cloudbus.cloudsim</groupId>
<artifactId>cloudsim-package</artifactId> <artifactId>cloudsim-package</artifactId>
<version>2.1-SNAPSHOT</version> <version>2.1</version>
</parent> </parent>
<artifactId>modules</artifactId> <artifactId>modules</artifactId>
......
...@@ -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>2.1-SNAPSHOT</version> <version>2.1</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>
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
<url>http://code.google.com/p/cloudsim/issues/list</url> <url>http://code.google.com/p/cloudsim/issues/list</url>
</issueManagement> </issueManagement>
<scm> <scm>
<connection>scm:svn:http://cloudsim.googlecode.com/svn/trunk</connection> <connection>scm:svn:http://cloudsim.googlecode.com/svn/tags/cloudsim-2.1</connection>
<developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/trunk</developerConnection> <developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/tags/cloudsim-2.1</developerConnection>
<url>http://code.google.com/p/cloudsim/source/browse/</url> <url>http://code.google.com/p/cloudsim/source/browse/tags/cloudsim-2.1</url>
</scm> </scm>
<organization> <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