Skip to content

Commit

Permalink
PBS Plug-in 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Mar 25, 2015
1 parent 375e636 commit 817a43b
Show file tree
Hide file tree
Showing 18 changed files with 107 additions and 4 deletions.
Binary file added releases/org/biouno/pbs/0.2/pbs-0.2-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2-javadoc.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
55e2cad92771c0409d372e60c79f9def
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2-javadoc.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
13a0bbf51bbeaa008639d712aec44984bc9460b1
Binary file added releases/org/biouno/pbs/0.2/pbs-0.2-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2-sources.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5479a28810a87c3af9ffa0eab3c74ea7
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2-sources.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
577994f06efb001aeba7f4b86282d77ba8893f05
Binary file added releases/org/biouno/pbs/0.2/pbs-0.2.hpi
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2.hpi.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d504e3e6a7087f1d131cff597746d46
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2.hpi.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
213b47667fc832abbd8b0175b8541311335a0581
Binary file added releases/org/biouno/pbs/0.2/pbs-0.2.jar
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e26568b628eeed2bb7ad3354f937adeb
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d27680575420fbc3fc10dbf4b5b420c42fccdef6
92 changes: 92 additions & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.580.1</version>
</parent>

<inceptionYear>2013</inceptionYear>

<groupId>org.biouno</groupId>
<artifactId>pbs</artifactId>
<name>PBS Plug-in</name>
<version>0.2</version>
<packaging>hpi</packaging>
<description>This plug-in integrates Jenkins to PBS clusters.</description>

<dependencies>
<dependency>
<groupId>com.tupilabs</groupId>
<artifactId>pbs-java-api</artifactId>
<version>0.9</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
</dependencies>

<developers>
<developer>
<id>kinow</id>
<name>Bruno P. Kinoshita</name>
<email>[email protected]</email>
<timezone>-3</timezone>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>

<organization>
<name>BioUno</name>
<url>http://www.biouno.org</url>
</organization>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<scm>
<connection>scm:git:git://github.com/biouno/pbs-plugin.git</connection>
<developerConnection>scm:git:[email protected]:biouno/pbs-plugin.git</developerConnection>
<url>http://github.com/biouno/pbs-plugin</url>
<tag>pbs-0.2</tag>
</scm>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>jenkins.repo.release</id>
<name>Repository for Releases</name>
<url>${jenkins.repo.path}/releases</url>
</repository>
<snapshotRepository>
<id>jenkins.repo.snapshot</id>
<name>Repository for Snapshots</name>
<url>${jenkins.repo.path}/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f9a742d2a72310ae6fa64b41ee1a712a
1 change: 1 addition & 0 deletions releases/org/biouno/pbs/0.2/pbs-0.2.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2a0b6a0e945308099fba4971c46b64c197a9d8be
5 changes: 3 additions & 2 deletions releases/org/biouno/pbs/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<groupId>org.biouno</groupId>
<artifactId>pbs</artifactId>
<versioning>
<release>0.1</release>
<release>0.2</release>
<versions>
<version>0.1</version>
<version>0.2</version>
</versions>
<lastUpdated>20140310040424</lastUpdated>
<lastUpdated>20150215145640</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion releases/org/biouno/pbs/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f0519a9a8abecadd8ffd12d97324a57f
f42c0391335ae128039ec1793227fcbd
2 changes: 1 addition & 1 deletion releases/org/biouno/pbs/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5a048500e0d1b6a74d7ddb1782d0566fdd171324
31ba1e003acf4777ea9c7f31d62a3fe55afdfb2e

0 comments on commit 817a43b

Please sign in to comment.