Skip to content

Commit

Permalink
uno-choice 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Mar 25, 2015
1 parent f1d7172 commit c1bfda5
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b8cc4264cad77d846e129e9ede910ba5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
95eb1e59868a3a9a839ed62f82f96d9b6a7187ed
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01ec9de5a17c21726d27745359eb2772
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a762adde1584f54ee7d058e7034dc3bfa5227f5b
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b84185ea401d21b5e0a63e9a3f7c25f0
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5ab253cfb064ea10d8aa0bd08f7bd7ad132cf1a9
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d57f2d2ccb22636fbccfb2aa2d8680b7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
856db4e7ef930e0d997526fd12c2729f2f20e51e
83 changes: 83 additions & 0 deletions releases/org/biouno/uno-choice/0.18/uno-choice-0.18.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<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.539</version><!-- which version of Jenkins is this plugin built against? -->
</parent>

<groupId>org.biouno</groupId>
<artifactId>uno-choice</artifactId>
<version>0.18</version>
<packaging>hpi</packaging>
<name>Uno-Choice Plug-in</name>
<description>A proposal for a new Jenkins UI plugin for selecting one or multiple parameters. Attempting to fill the gaps left by current plugin options.</description>

<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/uno-choice-plugin.git</connection>
<developerConnection>scm:git:[email protected]:biouno/uno-choice-plugin.git</developerConnection>
<url>http://github.com/biouno/uno-choice-plugin</url>
</scm>

<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
<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>

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>scriptler</artifactId>
<version>2.7</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>InjectedTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
174358413f0d486ca4d4f6f6bfbe19bd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1123830eadc6e1ff5989ca06919eb1d0673bd025
5 changes: 3 additions & 2 deletions releases/org/biouno/uno-choice/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.biouno</groupId>
<artifactId>uno-choice</artifactId>
<versioning>
<release>0.17</release>
<release>0.18</release>
<versions>
<version>0.1</version>
<version>0.2</version>
Expand All @@ -21,7 +21,8 @@
<version>0.15</version>
<version>0.16</version>
<version>0.17</version>
<version>0.18</version>
</versions>
<lastUpdated>20140822131903</lastUpdated>
<lastUpdated>20140822174619</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion releases/org/biouno/uno-choice/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7968fc1729e952c1447af9bf298d8c3e
1942d974945e21c73741912dbb85cfd6
2 changes: 1 addition & 1 deletion releases/org/biouno/uno-choice/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a44418afab6cd75505f50c88bedcef92f5d15bb8
aceae637198c98b237c83647cb9485ad144c5f56

0 comments on commit c1bfda5

Please sign in to comment.