Skip to content

Commit

Permalink
CLUMPP 0.8-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jan 31, 2016
1 parent a91c3e3 commit d46061c
Show file tree
Hide file tree
Showing 21 changed files with 107 additions and 23 deletions.
1 change: 0 additions & 1 deletion release-history.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@
"date": "Jan 31, 2016",
"releases": [ {
"gav": "org.biouno:clumpp:0.8",
"latestRelease": true,
"timestamp": 1454224902000,
"title": "CLUMPP Plug-in",
"version": "0.8",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d99b75a5f997618a37322c41a735db93
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
08c646fdbe16528b15b9845f886a3b1f09c426f9
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aba2e9a3007f636b98dd89f7bf7e3007
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
35fef465be441bdd5662a6db2287eb70223d497b
Binary file added releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.hpi
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.hpi.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5fe16039bfa6ebf2674975db0a6ca132
1 change: 1 addition & 0 deletions releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.hpi.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
343638c660d93bc2f6e3b9cf7cbaadedca5c2de8
Binary file added releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d1b76046debeeab12dd51088782d943e
1 change: 1 addition & 0 deletions releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
507d0169a235bb80b4d1bdcbd2b52ac0c85d4c28
74 changes: 74 additions & 0 deletions releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<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.642.1</version>
</parent>

<inceptionYear>2012</inceptionYear>

<groupId>org.biouno</groupId>
<artifactId>clumpp</artifactId>
<name>CLUMPP Plug-in</name>
<version>0.8-1</version>
<packaging>hpi</packaging>
<description>This plug-in integrates Jenkins to CLUMPP.</description>

<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/clumpp-plugin.git</connection>
<developerConnection>scm:git:[email protected]:biouno/clumpp-plugin.git</developerConnection>
<url>http://github.com/biouno/clumpp-plugin</url>
<tag>clumpp-0.8-1</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/clumpp/0.8-1/clumpp-0.8-1.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dd955e5d3565ce0d53ac327acab69dd2
1 change: 1 addition & 0 deletions releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cf83b75fdae4fb7ad1f081d966c401031d0e54a3
5 changes: 3 additions & 2 deletions releases/org/biouno/clumpp/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.biouno</groupId>
<artifactId>clumpp</artifactId>
<versioning>
<release>0.8</release>
<release>0.8-1</release>
<versions>
<version>0.1</version>
<version>0.2</version>
Expand All @@ -13,7 +13,8 @@
<version>0.6</version>
<version>0.7</version>
<version>0.8</version>
<version>0.8-1</version>
</versions>
<lastUpdated>20160131072203</lastUpdated>
<lastUpdated>20160131103023</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion releases/org/biouno/clumpp/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b96f8df13201386437d03b32b46ea0d7
9bb2c9295637ab4aefaaae2f152d044b
2 changes: 1 addition & 1 deletion releases/org/biouno/clumpp/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ca00e8f954fcb995fe8313556b2d924b9f07b038
c3f43d9844f3543a8995cac7c5e711667e035a5f
18 changes: 9 additions & 9 deletions update-center.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ updateCenter.post(
"name": "Bruno P. Kinoshita"
}],
"excerpt": "This plug-in integrates Jenkins to CLUMPP.",
"gav": "org.biouno:clumpp:0.8",
"gav": "org.biouno:clumpp:0.8-1",
"name": "clumpp",
"previousTimestamp": "2014-04-02T10:53:08.00Z",
"previousVersion": "0.7",
"releaseTimestamp": "2016-01-31T07:21:42.00Z",
"previousTimestamp": "2016-01-31T07:21:42.00Z",
"previousVersion": "0.8",
"releaseTimestamp": "2016-01-31T10:30:18.00Z",
"requiredCore": "1.642.1",
"scm": "github.com",
"sha1": "QkgRnwnUl1vGCyztA6Ba5nR5MoQ=",
"sha1": "NDY4xmDZO8L247nPfLqt7cpcLeg=",
"title": "CLUMPP Plug-in",
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/clumpp/0.8/clumpp-0.8.hpi",
"version": "0.8"
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.hpi",
"version": "0.8-1"
},
"distruct": {
"buildDate": "May 23, 2014",
Expand Down Expand Up @@ -167,8 +167,8 @@ updateCenter.post(
},
"signature": {
"certificates": ["MIICMjCCAZugAwIBAgIJALtKi5rSkEBNMA0GCSqGSIb3DQEBBQUAMDIxCzAJBgNVBAYTAkJSMRIwEAYDVQQIDAlTYW8gUGF1bG8xDzANBgNVBAoMBkJpb1VubzAeFw0xNDAzMDgxNTE2MzVaFw0xNzAzMDcxNTE2MzVaMDIxCzAJBgNVBAYTAkJSMRIwEAYDVQQIDAlTYW8gUGF1bG8xDzANBgNVBAoMBkJpb1VubzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAy2xgPFxaYIb6INfQTbR5hy+zCpTl9+Xe/IA0k/dxBWwozuKSSxInH20kkaXPI/J4aLM+ygyCLslNc7hI9hNh7BMP5WbTzRorRo4tfmQzvEjdE94T6+ElJOzHExToxUH8cAqKCrDDREvrzprNCQ7ylVRSrhaic7lI+FXZYCCntQcCAwEAAaNQME4wHQYDVR0OBBYEFARhXoiXnoosPZr6nQDvT+OSQmWqMB8GA1UdIwQYMBaAFARhXoiXnoosPZr6nQDvT+OSQmWqMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAfxBd9+JT8hwLROWcbPKDLO87r/Gxd7+7dmdoNBl7oXhWht2QaHvEMoFP9TV9GPeYZ6wFUaAsba6wyiMtcR9pAaktJWVzPoJ89Y5wbIstPkq9lCVuFO5q83+2D+xEs/7Sc3L2bWSsCtk4Lb3O1QIsNS9uRMROhKPbIdRJgsOZyn0="],
"correct_digest": "Ol3p3SobuDmwJgWR89tdtNO5yAc=",
"correct_signature": "DGyubp/VLWzurxtepqUN/s1Gdsqu4wvFnW3mi99p7fJ0aP7ABT8OG9nvKqDTp+u+TkUZl2fKeDD3eiCeum8LEFZgSFWXnvVAJEaABVeP5TNBpKFhJ5GpVA5h5h9Eg8E7y1MpnYWIwxda+tuL9Aio2HjiigNO3nXoxUvE7/7P+eU=",
"correct_digest": "tclebOJORatS3Fik+DI6i0g7MGA=",
"correct_signature": "xa9cg656cZWwPuLm28w0nqQOGppUwff+cY0TRGVK8HX7ZhKLpiOoGq6tj8zebs+GGzbfrrS0fbDKjXfGfUY/cGxxGl455aET+xu5Ylt/1m7rrxUsQdaavLzyiU8JE9po4i+6UJXf9Fdm+FXXLo1NweIl73CRm30N1GgpQt7gdfo=",
"digest": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
"signature": "iYoDeU9jRIGPfliPlDJ2DWASYf4KJxYaqz+kfxxV8fYPJW4nLp650MYBJQJ24xRvl8CweV+z4UC7A+WUNREbJ1wjfu8KjDpiAcUQgafA8abyQh1sA3X/3qjmyAjcRyErqdpCff6HLmWrDINlPF/UrR5j5Ne1J/itMxHdZKJbuv0="
},
Expand Down
18 changes: 9 additions & 9 deletions update-center.json.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"name": "Bruno P. Kinoshita"
}],
"excerpt": "This plug-in integrates Jenkins to CLUMPP.",
"gav": "org.biouno:clumpp:0.8",
"gav": "org.biouno:clumpp:0.8-1",
"name": "clumpp",
"previousTimestamp": "2014-04-02T10:53:08.00Z",
"previousVersion": "0.7",
"releaseTimestamp": "2016-01-31T07:21:42.00Z",
"previousTimestamp": "2016-01-31T07:21:42.00Z",
"previousVersion": "0.8",
"releaseTimestamp": "2016-01-31T10:30:18.00Z",
"requiredCore": "1.642.1",
"scm": "github.com",
"sha1": "QkgRnwnUl1vGCyztA6Ba5nR5MoQ=",
"sha1": "NDY4xmDZO8L247nPfLqt7cpcLeg=",
"title": "CLUMPP Plug-in",
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/clumpp/0.8/clumpp-0.8.hpi",
"version": "0.8"
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/clumpp/0.8-1/clumpp-0.8-1.hpi",
"version": "0.8-1"
},
"distruct": {
"buildDate": "May 23, 2014",
Expand Down Expand Up @@ -167,8 +167,8 @@
},
"signature": {
"certificates": ["MIICMjCCAZugAwIBAgIJALtKi5rSkEBNMA0GCSqGSIb3DQEBBQUAMDIxCzAJBgNVBAYTAkJSMRIwEAYDVQQIDAlTYW8gUGF1bG8xDzANBgNVBAoMBkJpb1VubzAeFw0xNDAzMDgxNTE2MzVaFw0xNzAzMDcxNTE2MzVaMDIxCzAJBgNVBAYTAkJSMRIwEAYDVQQIDAlTYW8gUGF1bG8xDzANBgNVBAoMBkJpb1VubzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAy2xgPFxaYIb6INfQTbR5hy+zCpTl9+Xe/IA0k/dxBWwozuKSSxInH20kkaXPI/J4aLM+ygyCLslNc7hI9hNh7BMP5WbTzRorRo4tfmQzvEjdE94T6+ElJOzHExToxUH8cAqKCrDDREvrzprNCQ7ylVRSrhaic7lI+FXZYCCntQcCAwEAAaNQME4wHQYDVR0OBBYEFARhXoiXnoosPZr6nQDvT+OSQmWqMB8GA1UdIwQYMBaAFARhXoiXnoosPZr6nQDvT+OSQmWqMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADgYEAfxBd9+JT8hwLROWcbPKDLO87r/Gxd7+7dmdoNBl7oXhWht2QaHvEMoFP9TV9GPeYZ6wFUaAsba6wyiMtcR9pAaktJWVzPoJ89Y5wbIstPkq9lCVuFO5q83+2D+xEs/7Sc3L2bWSsCtk4Lb3O1QIsNS9uRMROhKPbIdRJgsOZyn0="],
"correct_digest": "Ol3p3SobuDmwJgWR89tdtNO5yAc=",
"correct_signature": "DGyubp/VLWzurxtepqUN/s1Gdsqu4wvFnW3mi99p7fJ0aP7ABT8OG9nvKqDTp+u+TkUZl2fKeDD3eiCeum8LEFZgSFWXnvVAJEaABVeP5TNBpKFhJ5GpVA5h5h9Eg8E7y1MpnYWIwxda+tuL9Aio2HjiigNO3nXoxUvE7/7P+eU=",
"correct_digest": "tclebOJORatS3Fik+DI6i0g7MGA=",
"correct_signature": "xa9cg656cZWwPuLm28w0nqQOGppUwff+cY0TRGVK8HX7ZhKLpiOoGq6tj8zebs+GGzbfrrS0fbDKjXfGfUY/cGxxGl455aET+xu5Ylt/1m7rrxUsQdaavLzyiU8JE9po4i+6UJXf9Fdm+FXXLo1NweIl73CRm30N1GgpQt7gdfo=",
"digest": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
"signature": "iYoDeU9jRIGPfliPlDJ2DWASYf4KJxYaqz+kfxxV8fYPJW4nLp650MYBJQJ24xRvl8CweV+z4UC7A+WUNREbJ1wjfu8KjDpiAcUQgafA8abyQh1sA3X/3qjmyAjcRyErqdpCff6HLmWrDINlPF/UrR5j5Ne1J/itMxHdZKJbuv0="
},
Expand Down

0 comments on commit d46061c

Please sign in to comment.