Commit 99de125c authored by Nikolay's avatar Nikolay

Rolled back changes in the poms to r 176

parent a30db598
...@@ -76,4 +76,4 @@ ...@@ -76,4 +76,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
</parent> </parent>
<artifactId>documentation</artifactId> <artifactId>documentation</artifactId>
<name>documentation</name> <name>documentation</name>
</project> </project>
\ No newline at end of file
...@@ -55,4 +55,4 @@ ...@@ -55,4 +55,4 @@
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<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>
<url>http://www.cloudbus.org/cloudsim/</url> <url>http://www.cloudbus.org/cloudsim/</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </properties>
...@@ -23,26 +23,16 @@ ...@@ -23,26 +23,16 @@
<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/tags/cloudsim-3.0.1</connection> <connection>scm:svn:http://cloudsim.googlecode.com/svn/trunk</connection>
<developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/tags/cloudsim-3.0.1</developerConnection> <developerConnection>scm:svn:https://cloudsim.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/cloudsim/source/browse/tags/cloudsim-3.0.1</url> <url>http://code.google.com/p/cloudsim/source/browse/trunk</url>
</scm> </scm>
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
<id>localRepo</id>
<name>RepositoryProxyRel</name>
<url>file:///${project.build.directory}/repo</url>
</repository>
</distributionManagement>
<organization> <organization>
<name>The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne</name> <name>The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne</name>
<url>http://cloudbus.org/</url> <url>http://cloudbus.org/</url>
</organization> </organization>
<build> <build>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
...@@ -67,9 +57,7 @@ ...@@ -67,9 +57,7 @@
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
......
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