Skip to content

Commit

Permalink
distruct 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jan 31, 2016
1 parent b538baa commit a54ce4f
Show file tree
Hide file tree
Showing 21 changed files with 130 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 @@ -356,7 +356,6 @@
"date": "Feb 01, 2016",
"releases": [ {
"gav": "org.biouno:distruct:0.4",
"latestRelease": true,
"timestamp": 1454241670000,
"title": "Distruct Plug-in",
"version": "0.4",
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3088eaa503b8bd40f0f8b8a87a56aab0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
75a5627bbc1dc293789b96c2fc6a61bf48719f25
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
940118f19f22338579616dd406053853
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80b4c63a3cbc4ecd31b1236c78de694cf02ae9b3
Binary file added releases/org/biouno/distruct/0.5/distruct-0.5.hpi
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/distruct/0.5/distruct-0.5.hpi.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f826a30bed85e030c8e60aa6b55f6746
1 change: 1 addition & 0 deletions releases/org/biouno/distruct/0.5/distruct-0.5.hpi.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c40392f0d43465f930b824f138611fb798b1dce2
Binary file added releases/org/biouno/distruct/0.5/distruct-0.5.jar
Binary file not shown.
1 change: 1 addition & 0 deletions releases/org/biouno/distruct/0.5/distruct-0.5.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d43c2b6b837e5cd836d685593ba01b8
1 change: 1 addition & 0 deletions releases/org/biouno/distruct/0.5/distruct-0.5.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f8bbedff1a9f711fda694a6a7d7b14a89100fc3b
97 changes: 97 additions & 0 deletions releases/org/biouno/distruct/0.5/distruct-0.5.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<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>2014</inceptionYear>

<groupId>org.biouno</groupId>
<artifactId>distruct</artifactId>
<name>Distruct Plug-in</name>
<version>0.5</version>
<packaging>hpi</packaging>
<description>This plug-in integrates Jenkins to Distruct.</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/distruct-plugin.git</connection>
<developerConnection>scm:git:[email protected]:biouno/distruct-plugin.git</developerConnection>
<url>http://github.com/biouno/distruct-plugin</url>
<tag>distruct-0.5</tag>
</scm>

<dependencies>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/pdfbox-2.0.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>2.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/fontbox-2.0.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>jempbox</artifactId>
<version>2.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jempbox-2.0.0-SNAPSHOT.jar</systemPath>
</dependency>
</dependencies>

<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/distruct/0.5/distruct-0.5.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
066bc7d800bcbd05e68e2550d0f1faf1
1 change: 1 addition & 0 deletions releases/org/biouno/distruct/0.5/distruct-0.5.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
783103d9eb4fc7050232ad2940e9fbfce7a4f826
5 changes: 3 additions & 2 deletions releases/org/biouno/distruct/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<groupId>org.biouno</groupId>
<artifactId>distruct</artifactId>
<versioning>
<release>0.4</release>
<release>0.5</release>
<versions>
<version>0.1</version>
<version>0.2</version>
<version>0.4</version>
<version>0.5</version>
</versions>
<lastUpdated>20160131120114</lastUpdated>
<lastUpdated>20160131130816</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion releases/org/biouno/distruct/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
69a113a6acb13408756ea21043fe9536
e057dd54375455ccb439c5b836b5ca15
2 changes: 1 addition & 1 deletion releases/org/biouno/distruct/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26294f35762a25c8ffff393f9f16b362da3618e8
8c93c1a7c316c5a2e0bf6b47d48eba723af5b23a
18 changes: 9 additions & 9 deletions update-center.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ updateCenter.post(
"name": "Bruno P. Kinoshita"
}],
"excerpt": "This plug-in integrates Jenkins to Distruct.",
"gav": "org.biouno:distruct:0.4",
"gav": "org.biouno:distruct:0.5",
"name": "distruct",
"previousTimestamp": "2014-05-23T09:06:08.00Z",
"previousVersion": "0.2",
"releaseTimestamp": "2016-01-31T12:01:10.00Z",
"previousTimestamp": "2016-01-31T12:01:10.00Z",
"previousVersion": "0.4",
"releaseTimestamp": "2016-01-31T13:08:12.00Z",
"requiredCore": "1.642.1",
"scm": "github.com",
"sha1": "w6KkGpuln3DwNeIIX3pjksCPXr4=",
"sha1": "xAOS8NQ0ZfkwuCTxOGEft5ix3OI=",
"title": "Distruct Plug-in",
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/distruct/0.4/distruct-0.4.hpi",
"version": "0.4"
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/distruct/0.5/distruct-0.5.hpi",
"version": "0.5"
},
"figshare": {
"buildDate": "Sep 05, 2015",
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": "uDVru4dJUpi33z15NcT5ILQQYGo=",
"correct_signature": "PHf58NZ36n2R9wSkJrmaRBMvlptr4g/RtlPONOalpVCw3cGjQTiIKqRfFLZUVlFuv+GGG/Lxw/NpOU+zpyBhrfkoXpnezksa/DSeIcQwUvEwxZGBfG4EC50xKl1kCXKW3E6Exc6hO4Ph1ywruL8+ynpT+sCjqrfn0GhKBMOnaHM=",
"correct_digest": "3KBKemq1CYCMEAFN/u3PMFuMLcA=",
"correct_signature": "TpvRyWsoqMv/FFrL9yocf1sPKZTQYB8u3zJamVRMGok94BNRWZLGiRoufWCHXDtFSNYSCDA58Acn0CCUsqM9KvIcI36B3c8MTWN9OPV+7aTHe3k1VMhXPOk03f5jYVlepDUeK7jKNDytRgAaL/P/dFMBu7m/aMKEJtfWm2G1XjY=",
"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 @@ -32,17 +32,17 @@
"name": "Bruno P. Kinoshita"
}],
"excerpt": "This plug-in integrates Jenkins to Distruct.",
"gav": "org.biouno:distruct:0.4",
"gav": "org.biouno:distruct:0.5",
"name": "distruct",
"previousTimestamp": "2014-05-23T09:06:08.00Z",
"previousVersion": "0.2",
"releaseTimestamp": "2016-01-31T12:01:10.00Z",
"previousTimestamp": "2016-01-31T12:01:10.00Z",
"previousVersion": "0.4",
"releaseTimestamp": "2016-01-31T13:08:12.00Z",
"requiredCore": "1.642.1",
"scm": "github.com",
"sha1": "w6KkGpuln3DwNeIIX3pjksCPXr4=",
"sha1": "xAOS8NQ0ZfkwuCTxOGEft5ix3OI=",
"title": "Distruct Plug-in",
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/distruct/0.4/distruct-0.4.hpi",
"version": "0.4"
"url": "http://biouno.org/jenkins-update-center/releases/org/biouno/distruct/0.5/distruct-0.5.hpi",
"version": "0.5"
},
"figshare": {
"buildDate": "Sep 05, 2015",
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": "uDVru4dJUpi33z15NcT5ILQQYGo=",
"correct_signature": "PHf58NZ36n2R9wSkJrmaRBMvlptr4g/RtlPONOalpVCw3cGjQTiIKqRfFLZUVlFuv+GGG/Lxw/NpOU+zpyBhrfkoXpnezksa/DSeIcQwUvEwxZGBfG4EC50xKl1kCXKW3E6Exc6hO4Ph1ywruL8+ynpT+sCjqrfn0GhKBMOnaHM=",
"correct_digest": "3KBKemq1CYCMEAFN/u3PMFuMLcA=",
"correct_signature": "TpvRyWsoqMv/FFrL9yocf1sPKZTQYB8u3zJamVRMGok94BNRWZLGiRoufWCHXDtFSNYSCDA58Acn0CCUsqM9KvIcI36B3c8MTWN9OPV+7aTHe3k1VMhXPOk03f5jYVlepDUeK7jKNDytRgAaL/P/dFMBu7m/aMKEJtfWm2G1XjY=",
"digest": "2jmj7l5rSw0yVb/vlWAYkK/YBwk=",
"signature": "iYoDeU9jRIGPfliPlDJ2DWASYf4KJxYaqz+kfxxV8fYPJW4nLp650MYBJQJ24xRvl8CweV+z4UC7A+WUNREbJ1wjfu8KjDpiAcUQgafA8abyQh1sA3X/3qjmyAjcRyErqdpCff6HLmWrDINlPF/UrR5j5Ne1J/itMxHdZKJbuv0="
},
Expand Down

0 comments on commit a54ce4f

Please sign in to comment.