Compare commits
No commits in common. "c8-stream-201902" and "c8-stream-201801" have entirely different histories.
c8-stream-
...
c8-stream-
@ -1,84 +1,111 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<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/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<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/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<parent>
|
||||||
<artifactId>plexus</artifactId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<version>4.0</version>
|
<artifactId>plexus</artifactId>
|
||||||
<relativePath>../pom/pom.xml</relativePath>
|
<version>3.3.1</version>
|
||||||
</parent>
|
<relativePath>../pom/pom.xml</relativePath>
|
||||||
|
</parent>
|
||||||
<artifactId>plexus-components</artifactId>
|
|
||||||
<version>4.0</version>
|
<artifactId>plexus-components</artifactId>
|
||||||
<packaging>pom</packaging>
|
<version>1.3.1</version>
|
||||||
|
<packaging>pom</packaging>
|
||||||
<name>Plexus Components</name>
|
|
||||||
|
<name>Plexus Components</name>
|
||||||
<scm>
|
<url>http://plexus.codehaus.org/plexus-components</url>
|
||||||
<connection>scm:git:git@github.com:codehaus-plexus/plexus-components.git</connection>
|
|
||||||
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-components.git</developerConnection>
|
|
||||||
<url>http://github.com/codehaus-plexus/plexus-components</url>
|
<!--modules>
|
||||||
<tag>plexus-components-4.0</tag>
|
<module>plexus-cli</module>
|
||||||
</scm>
|
<module>plexus-digest</module>
|
||||||
<issueManagement>
|
<module>plexus-i18n</module>
|
||||||
<system>github</system>
|
<module>plexus-interactivity</module>
|
||||||
<url>http://github.com/codehaus-plexus/plexus-components/issues</url>
|
<module>plexus-resources</module>
|
||||||
</issueManagement>
|
<module>plexus-velocity</module>
|
||||||
<distributionManagement>
|
</modules-->
|
||||||
<site>
|
<!--
|
||||||
<id>github:gh-pages</id>
|
<module>plexus-swizzle</module>
|
||||||
<url>scm:git:git@github.com:codehaus-plexus</url><!-- url used only for inheritance -->
|
-->
|
||||||
</site>
|
|
||||||
</distributionManagement>
|
<scm>
|
||||||
|
<connection>scm:git:git@github.com:sonatype/plexus-components.git</connection>
|
||||||
<dependencyManagement>
|
<developerConnection>scm:git:git@github.com:sonatype/plexus-components.git</developerConnection>
|
||||||
<dependencies>
|
<url>http://github.com/sonatype/plexus-components</url>
|
||||||
<dependency>
|
<tag>plexus-components-1.3.1</tag>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
</scm>
|
||||||
<artifactId>plexus-container-default</artifactId>
|
<issueManagement>
|
||||||
<version>1.0-alpha-9-stable-1</version>
|
<system>JIRA</system>
|
||||||
</dependency>
|
<url>http://jira.codehaus.org/browse/PLXCOMP</url>
|
||||||
<dependency>
|
</issueManagement>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-utils</artifactId>
|
<dependencyManagement>
|
||||||
<version>3.0.22</version>
|
<dependencies>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<groupId>junit</groupId>
|
<artifactId>plexus-container-default</artifactId>
|
||||||
<artifactId>junit</artifactId>
|
<version>1.0-alpha-9-stable-1</version>
|
||||||
<version>3.8.2</version>
|
</dependency>
|
||||||
<scope>test</scope>
|
<dependency>
|
||||||
</dependency>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
</dependencies>
|
<artifactId>plexus-utils</artifactId>
|
||||||
</dependencyManagement>
|
<version>3.0.8</version>
|
||||||
|
</dependency>
|
||||||
<build>
|
<dependency>
|
||||||
<plugins>
|
<groupId>junit</groupId>
|
||||||
<plugin>
|
<artifactId>junit</artifactId>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<version>3.8.2</version>
|
||||||
<artifactId>plexus-component-metadata</artifactId>
|
<scope>test</scope>
|
||||||
<executions>
|
</dependency>
|
||||||
<execution>
|
</dependencies>
|
||||||
<goals>
|
</dependencyManagement>
|
||||||
<goal>generate-metadata</goal>
|
|
||||||
</goals>
|
<build>
|
||||||
</execution>
|
<plugins>
|
||||||
</executions>
|
<plugin>
|
||||||
</plugin>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
</plugins>
|
<artifactId>plexus-component-metadata</artifactId>
|
||||||
</build>
|
<executions>
|
||||||
|
<execution>
|
||||||
<repositories>
|
<goals>
|
||||||
<repository>
|
<goal>generate-metadata</goal>
|
||||||
<id>plexus.snapshots</id>
|
</goals>
|
||||||
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
|
</execution>
|
||||||
<releases>
|
</executions>
|
||||||
<enabled>false</enabled>
|
</plugin>
|
||||||
</releases>
|
</plugins>
|
||||||
<snapshots>
|
</build>
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
<profiles>
|
||||||
</repository>
|
<profile>
|
||||||
</repositories>
|
<id>parent-release</id>
|
||||||
</project>
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<arguments>-N -Pplexus-release</arguments>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>plexus.snapshots</id>
|
||||||
|
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
|
||||||
|
</project>
|
||||||
@ -1,12 +1,14 @@
|
|||||||
Name: plexus-components-pom
|
%global short_name plexus-components
|
||||||
Version: 4.0
|
|
||||||
Release: 2%{?dist}
|
Name: %{short_name}-pom
|
||||||
|
Version: 1.3.1
|
||||||
|
Release: 10%{?dist}
|
||||||
Summary: Plexus Components POM
|
Summary: Plexus Components POM
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/codehaus-plexus/plexus-components
|
URL: https://github.com/codehaus-plexus/plexus-components
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/%{version}/plexus-components-%{version}.pom
|
Source0: http://repo.maven.apache.org/maven2/org/codehaus/plexus/%{short_name}/%{version}/%{short_name}-%{version}.pom
|
||||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
@ -32,15 +34,6 @@ cp -p %{SOURCE1} LICENSE
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-2
|
|
||||||
- Mass rebuild for javapackages-tools 201902
|
|
||||||
|
|
||||||
* Thu May 30 2019 Marian Koncek <mkoncek@redhat.com> - 4.0-1
|
|
||||||
- Update to upstream version 4.0
|
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.1-11
|
|
||||||
- Mass rebuild for javapackages-tools 201901
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-10
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user