Modified: trunk/hudson/plugins/thinBackup/pom.xml (40655 => 40656)
--- trunk/hudson/plugins/thinBackup/pom.xml 2012-06-22 06:03:30 UTC (rev 40655)
+++ trunk/hudson/plugins/thinBackup/pom.xml 2012-06-23 10:45:24 UTC (rev 40656)
@@ -1,241 +1,241 @@
-<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.409</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <groupId>org.jvnet.hudson.plugins</groupId>
- <artifactId>thinBackup</artifactId>
- <name>ThinBackup</name>
- <version>1.8-SNAPSHOT</version>
- <packaging>hpi</packaging>
- <licenses>
- <license>
- <name>GPLv3</name>
- <distribution>repo</distribution>
- <comments>
- Copyright (C) 2011 Matthias Steinkogler, Thomas Fürer
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see http://www.gnu.org/licenses.</comments>
- </license>
- </licenses>
- <!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
- <description>
- Backs up the most important global and job specific configuration files.
- </description>
- <url>https://wiki.jenkins-ci.org/display/JENKINS/thinBackup</url>
- <developers>
- <developer>
- <id>tofuatjava</id>
- <name>Thomas Fuerer</name>
- <email>tfuerer.java...@gmail.com</email>
- <organization>Borland (a Microfocus Company)</organization>
- <organizationUrl>www.borland.com</organizationUrl>
- <timezone>CET</timezone>
- </developer>
- <developer>
- <id>alienllama</id>
- <name>Matthias Steinkogler</name>
- <email>alienll...@gmail.com</email>
- <organization>Borland (a Microfocus Company)</organization>
- <organizationUrl>www.borland.com</organizationUrl>
- <timezone>CET</timezone>
- </developer>
- </developers>
- <scm>
- <connection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/thinBackup</connection>
- <developerConnection>scm:svn:https://svn.jenkins-ci.org/trunk/hudson/plugins/thinBackup</developerConnection>
- <url>http://fisheye.jenkins-ci.org/browse/Hudson/trunk/hudson/plugins/thinBackup</url>
- </scm>
- <organization>
- <name>Borland (a Microfocus Company)</name>
- <url>www.borland.com</url>
- </organization>
- <repositories>
- <repository>
- <id>m.g.o-public</id>
- <url>http://maven.glassfish.org/content/groups/public/</url>
- </repository>
- <repository>
- <id>maven.jenkins-ci.org</id>
- <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>m.g.o-public</id>
- <url>http://maven.glassfish.org/content/groups/public/</url>
- </pluginRepository>
- </pluginRepositories>
- <dependencies>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.9.0-rc1</version>
- <type>jar</type>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <distributionManagement>
- <repository>
- <id>maven.jenkins-ci.org</id>
- <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
- </repository>
- </distributionManagement>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <executions>
- <execution>
- <id>default-testCompile</id>
- <phase>test-compile</phase>
- <goals>
- <goal>testCompile</goal>
- </goals>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.jenkins-ci.tools</groupId>
- <artifactId>maven-hpi-plugin</artifactId>
- <versionRange>[1.63,)</versionRange>
- <goals>
- <goal>resolve-test-dependencies</goal>
- <goal>apt-compile</goal>
- <goal>insert-test</goal>
- <goal>test-hpl</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <versionRange>[0.9,)</versionRange>
- <goals>
- <goal>display-info</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.codehaus.groovy.maven</groupId>
- <artifactId>gmaven-plugin</artifactId>
- <versionRange>[0.9,)</versionRange>
- <goals>
- <goal>generateTestStubs</goal>
- <goal>testCompile</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.jvnet.localizer</groupId>
- <artifactId>maven-localizer-plugin</artifactId>
- <versionRange>[1.8,)</versionRange>
- <goals>
- <goal>generate</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.kohsuke</groupId>
- <artifactId>access-modifier-checker</artifactId>
- <versionRange>[1.0,)</versionRange>
- <goals>
- <goal>enforce</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <versionRange>[2.10,)</versionRange>
- <goals>
- <goal>test</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- <pluginExecution>
- <pluginExecutionFilter>
- <groupId>com.cloudbees</groupId>
- <artifactId>maven-license-plugin</artifactId>
- <versionRange>[1.0,)</versionRange>
- <goals>
- <goal>process</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
+<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.409</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <groupId>org.jvnet.hudson.plugins</groupId>
+ <artifactId>thinBackup</artifactId>
+ <name>ThinBackup</name>
+ <version>1.6.1</version>
+ <packaging>hpi</packaging>
+ <licenses>
+ <license>
+ <name>GPLv3</name>
+ <distribution>repo</distribution>
+ <comments>
+ Copyright (C) 2011 Matthias Steinkogler, Thomas Fürer
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see http://www.gnu.org/licenses.</comments>
+ </license>
+ </licenses>
+ <!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
+ <description>
+ Backs up the most important global and job specific configuration files.
+ </description>
+ <url>https://wiki.jenkins-ci.org/display/JENKINS/thinBackup</url>
+ <developers>
+ <developer>
+ <id>tofuatjava</id>
+ <name>Thomas Fuerer</name>
+ <email>tfuerer.java...@gmail.com</email>
+ <organization>Borland (a Microfocus Company)</organization>
+ <organizationUrl>www.borland.com</organizationUrl>
+ <timezone>CET</timezone>
+ </developer>
+ <developer>
+ <id>alienllama</id>
+ <name>Matthias Steinkogler</name>
+ <email>alienll...@gmail.com</email>
+ <organization>Borland (a Microfocus Company)</organization>
+ <organizationUrl>www.borland.com</organizationUrl>
+ <timezone>CET</timezone>
+ </developer>
+ </developers>
+ <scm>
+ <connection>scm:svn:https://svn.jenkins-ci.org/tags/thinBackup-1.6.1</connection>
+ <developerConnection>scm:svn:https://svn.jenkins-ci.org/tags/thinBackup-1.6.1</developerConnection>
+ <url>http://fisheye.jenkins-ci.org/browse/Hudson/tags/thinBackup-1.6.1</url>
+ </scm>
+ <organization>
+ <name>Borland (a Microfocus Company)</name>
+ <url>www.borland.com</url>
+ </organization>
+ <repositories>
+ <repository>
+ <id>m.g.o-public</id>
+ <url>http://maven.glassfish.org/content/groups/public/</url>
+ </repository>
+ <repository>
+ <id>maven.jenkins-ci.org</id>
+ <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>m.g.o-public</id>
+ <url>http://maven.glassfish.org/content/groups/public/</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <dependencies>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.9.0-rc1</version>
+ <type>jar</type>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <distributionManagement>
+ <repository>
+ <id>maven.jenkins-ci.org</id>
+ <url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
+ </repository>
+ </distributionManagement>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <executions>
+ <execution>
+ <id>default-testCompile</id>
+ <phase>test-compile</phase>
+ <goals>
+ <goal>testCompile</goal>
+ </goals>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.jenkins-ci.tools</groupId>
+ <artifactId>maven-hpi-plugin</artifactId>
+ <versionRange>[1.63,)</versionRange>
+ <goals>
+ <goal>resolve-test-dependencies</goal>
+ <goal>apt-compile</goal>
+ <goal>insert-test</goal>
+ <goal>test-hpl</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <versionRange>[0.9,)</versionRange>
+ <goals>
+ <goal>display-info</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.codehaus.groovy.maven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ <versionRange>[0.9,)</versionRange>
+ <goals>
+ <goal>generateTestStubs</goal>
+ <goal>testCompile</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.jvnet.localizer</groupId>
+ <artifactId>maven-localizer-plugin</artifactId>
+ <versionRange>[1.8,)</versionRange>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.kohsuke</groupId>
+ <artifactId>access-modifier-checker</artifactId>
+ <versionRange>[1.0,)</versionRange>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <versionRange>[2.10,)</versionRange>
+ <goals>
+ <goal>test</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>com.cloudbees</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <versionRange>[1.0,)</versionRange>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>
\ No newline at end of file