Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gpucloudsim
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LPDS
gpucloudsim
Commits
82224741
Commit
82224741
authored
Jan 11, 2012
by
Anton Beloglazov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release cloudsim-3.0
parent
e6b33e34
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
332 additions
and
332 deletions
+332
-332
pom.xml
distribution/pom.xml
+78
-78
pom.xml
documentation/pom.xml
+9
-9
pom.xml
modules/cloudsim-examples/pom.xml
+21
-21
pom.xml
modules/cloudsim/pom.xml
+57
-57
pom.xml
modules/pom.xml
+57
-57
pom.xml
pom.xml
+110
-110
No files found.
distribution/pom.xml
View file @
82224741
<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>
cloudsim-package
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
2.1.2-SNAPSHOT
</version>
</parent>
<artifactId>
distribution
</artifactId>
<packaging>
pom
</packaging>
<name>
distribution
</name>
<build>
<finalName>
cloudsim-${project.version}
</finalName>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<executions>
<execution>
<phase>
install
</phase>
<goals>
<goal>
single
</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptors>
<descriptor>
src/main/assembly/package.xml
</descriptor>
</descriptors>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
<classifier>
sources
</classifier>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
<classifier>
javadoc
</classifier>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim-examples
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim-examples
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
<classifier>
sources
</classifier>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
documentation
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
</dependencies>
<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>
cloudsim-package
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
3.0
</version>
</parent>
<artifactId>
distribution
</artifactId>
<packaging>
pom
</packaging>
<name>
distribution
</name>
<build>
<finalName>
cloudsim-${project.version}
</finalName>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-assembly-plugin
</artifactId>
<executions>
<execution>
<phase>
install
</phase>
<goals>
<goal>
single
</goal>
</goals>
</execution>
</executions>
<configuration>
<descriptors>
<descriptor>
src/main/assembly/package.xml
</descriptor>
</descriptors>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
<classifier>
sources
</classifier>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
<classifier>
javadoc
</classifier>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim-examples
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim-examples
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
<classifier>
sources
</classifier>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
documentation
</artifactId>
<version>
${project.version}
</version>
<type>
jar
</type>
</dependency>
</dependencies>
</project>
\ No newline at end of file
documentation/pom.xml
View file @
82224741
<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>
cloudsim-package
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
2.1.2-SNAPSHOT
</version>
</parent>
<artifactId>
documentation
</artifactId>
<name>
documentation
</name>
<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>
cloudsim-package
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
3.0
</version>
</parent>
<artifactId>
documentation
</artifactId>
<name>
documentation
</name>
</project>
\ No newline at end of file
modules/cloudsim-examples/pom.xml
View file @
82224741
<?xml version="1.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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
modules
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
2.1.2-SNAPSHOT
</version>
</parent>
<artifactId>
cloudsim-examples
</artifactId>
<name>
cloudsim-examples
</name>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
</project>
<?xml version="1.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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
modules
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
3.0
</version>
</parent>
<artifactId>
cloudsim-examples
</artifactId>
<name>
cloudsim-examples
</name>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
</dependency>
</dependencies>
</project>
modules/cloudsim/pom.xml
View file @
82224741
<?xml version="1.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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
modules
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
2.1.2-SNAPSHOT
</version>
</parent>
<artifactId>
cloudsim
</artifactId>
<name>
cloudsim
</name>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.8
</version>
<executions>
<execution>
<id>
docs
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.8
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jxr-plugin
</artifactId>
<version>
2.3
</version>
</plugin>
<plugin>
<groupId>
org.sonatype.maven.plugin
</groupId>
<artifactId>
emma-maven-plugin
</artifactId>
<version>
1.2
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-report-plugin
</artifactId>
<version>
2.11
</version>
</plugin>
</plugins>
</reporting>
</project>
<?xml version="1.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"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<artifactId>
modules
</artifactId>
<groupId>
org.cloudbus.cloudsim
</groupId>
<version>
3.0
</version>
</parent>
<artifactId>
cloudsim
</artifactId>
<name>
cloudsim
</name>
<build>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.8
</version>
<executions>
<execution>
<id>
docs
</id>
<phase>
prepare-package
</phase>
<goals>
<goal>
jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<version>
2.8
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-jxr-plugin
</artifactId>
<version>
2.3
</version>
</plugin>
<plugin>
<groupId>
org.sonatype.maven.plugin
</groupId>
<artifactId>
emma-maven-plugin
</artifactId>
<version>
1.2
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-report-plugin
</artifactId>
<version>
2.11
</version>
</plugin>
</plugins>
</reporting>
</project>
modules/pom.xml
View file @
82224741
<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>
<groupId>
org.cloudbus.cloudsim
</groupId>
<artifactId>
cloudsim-package
</artifactId>
<version>
2.1.2-SNAPSHOT
</version>
</parent>
<artifactId>
modules
</artifactId>
<packaging>
pom
</packaging>
<name>
modules
</name>
<modules>
<module>
cloudsim
</module>
<module>
cloudsim-examples
</module>
</modules>
<build>
<plugins>
<plugin>
<inherited>
true
</inherited>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.1.2
</version>
<executions>
<execution>
<id>
attach-sources
</id>
<goals>
<goal>
jar
</goal>
<goal>
test-jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymock
</artifactId>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymockclassextension
</artifactId>
</dependency>
<dependency>
<groupId>
org.flanagan
</groupId>
<artifactId>
flanagan
</artifactId>
<version>
1.0
</version>
</dependency>
</dependencies>
<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>
<groupId>
org.cloudbus.cloudsim
</groupId>
<artifactId>
cloudsim-package
</artifactId>
<version>
3.0
</version>
</parent>
<artifactId>
modules
</artifactId>
<packaging>
pom
</packaging>
<name>
modules
</name>
<modules>
<module>
cloudsim
</module>
<module>
cloudsim-examples
</module>
</modules>
<build>
<plugins>
<plugin>
<inherited>
true
</inherited>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-source-plugin
</artifactId>
<version>
2.1.2
</version>
<executions>
<execution>
<id>
attach-sources
</id>
<goals>
<goal>
jar
</goal>
<goal>
test-jar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymock
</artifactId>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymockclassextension
</artifactId>
</dependency>
<dependency>
<groupId>
org.flanagan
</groupId>
<artifactId>
flanagan
</artifactId>
<version>
1.0
</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
pom.xml
View file @
82224741
<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>
<groupId>
org.cloudbus.cloudsim
</groupId>
<artifactId>
cloudsim-package
</artifactId>
<version>
2.1.2-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
cloudsim-package
</name>
<description>
CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
</description>
<url>
http://www.cloudbus.org/cloudsim/
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<modules>
<module>
modules
</module>
<module>
documentation
</module>
<module>
distribution
</module>
</modules>
<issueManagement>
<system>
Google Code
</system>
<url>
http://code.google.com/p/cloudsim/issues/list
</url>
</issueManagement>
<scm>
<connection>
scm:svn:http://cloudsim.googlecode.com/svn/t
runk
</connection>
<developerConnection>
scm:svn:https://cloudsim.googlecode.com/svn/t
runk
</developerConnection>
<url>
http://code.google.com/p/cloudsim/source/browse/t
runk
</url>
</scm>
<organization>
<name>
The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne
</name>
<url>
http://cloudbus.org/
</url>
</organization>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
2.3.2
</version>
<configuration>
<source>
1.7
</source>
<target>
1.7
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.2.2
</version>
<configuration>
<remoteTagging>
true
</remoteTagging>
<preparationGoals>
clean install
</preparationGoals>
<autoVersionSubmodules>
true
</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
modules
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim-examples
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
documentation
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
distribution
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.10
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymock
</artifactId>
<version>
3.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymockclassextension
</artifactId>
<version>
3.1
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</dependencyManagement>
<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>
<groupId>
org.cloudbus.cloudsim
</groupId>
<artifactId>
cloudsim-package
</artifactId>
<version>
3.0
</version>
<packaging>
pom
</packaging>
<name>
cloudsim-package
</name>
<description>
CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
</description>
<url>
http://www.cloudbus.org/cloudsim/
</url>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<modules>
<module>
modules
</module>
<module>
documentation
</module>
<module>
distribution
</module>
</modules>
<issueManagement>
<system>
Google Code
</system>
<url>
http://code.google.com/p/cloudsim/issues/list
</url>
</issueManagement>
<scm>
<connection>
scm:svn:http://cloudsim.googlecode.com/svn/t
ags/cloudsim-3.0
</connection>
<developerConnection>
scm:svn:https://cloudsim.googlecode.com/svn/t
ags/cloudsim-3.0
</developerConnection>
<url>
http://code.google.com/p/cloudsim/source/browse/t
ags/cloudsim-3.0
</url>
</scm>
<organization>
<name>
The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne
</name>
<url>
http://cloudbus.org/
</url>
</organization>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
2.3.2
</version>
<configuration>
<source>
1.7
</source>
<target>
1.7
</target>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.2.2
</version>
<configuration>
<remoteTagging>
true
</remoteTagging>
<preparationGoals>
clean install
</preparationGoals>
<autoVersionSubmodules>
true
</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
modules
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
cloudsim-examples
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
documentation
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
distribution
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.10
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymock
</artifactId>
<version>
3.1
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.easymock
</groupId>
<artifactId>
easymockclassextension
</artifactId>
<version>
3.1
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment