Compare commits
No commits in common. "c8-stream-201902" and "c9-beta-stream-202201" have entirely different histories.
c8-stream-
...
c9-beta-st
0
.gitignore
vendored
0
.gitignore
vendored
@ -1,84 +1,88 @@
|
|||||||
<?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">
|
<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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus</artifactId>
|
<artifactId>plexus</artifactId>
|
||||||
<version>4.0</version>
|
<version>8</version>
|
||||||
<relativePath>../pom/pom.xml</relativePath>
|
<relativePath>../pom/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>plexus-components</artifactId>
|
<artifactId>plexus-components</artifactId>
|
||||||
<version>4.0</version>
|
<version>6.6</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Plexus Components</name>
|
<name>Plexus Components</name>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git@github.com:codehaus-plexus/plexus-components.git</connection>
|
<connection>scm:git:git@github.com:codehaus-plexus/plexus-components.git</connection>
|
||||||
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-components.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:codehaus-plexus/plexus-components.git</developerConnection>
|
||||||
<url>http://github.com/codehaus-plexus/plexus-components</url>
|
<url>http://github.com/codehaus-plexus/plexus-components</url>
|
||||||
<tag>plexus-components-4.0</tag>
|
<tag>plexus-components-6.6</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>github</system>
|
<system>github</system>
|
||||||
<url>http://github.com/codehaus-plexus/plexus-components/issues</url>
|
<url>http://github.com/codehaus-plexus/plexus-components/issues</url>
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>github:gh-pages</id>
|
<id>github:gh-pages</id>
|
||||||
<url>scm:git:git@github.com:codehaus-plexus</url><!-- url used only for inheritance -->
|
<url>scm:git:git@github.com:codehaus-plexus</url><!-- url used only for inheritance -->
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
<dependencyManagement>
|
<properties>
|
||||||
<dependencies>
|
<project.build.outputTimestamp>2021-09-22T08:47:23Z</project.build.outputTimestamp>
|
||||||
<dependency>
|
</properties>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-container-default</artifactId>
|
<dependencyManagement>
|
||||||
<version>1.0-alpha-9-stable-1</version>
|
<dependencies>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<artifactId>plexus-container-default</artifactId>
|
||||||
<artifactId>plexus-utils</artifactId>
|
<version>2.1.0</version>
|
||||||
<version>3.0.22</version>
|
</dependency>
|
||||||
</dependency>
|
<dependency>
|
||||||
<dependency>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<groupId>junit</groupId>
|
<artifactId>plexus-utils</artifactId>
|
||||||
<artifactId>junit</artifactId>
|
<version>3.4.1</version>
|
||||||
<version>3.8.2</version>
|
</dependency>
|
||||||
<scope>test</scope>
|
<dependency>
|
||||||
</dependency>
|
<groupId>junit</groupId>
|
||||||
</dependencies>
|
<artifactId>junit</artifactId>
|
||||||
</dependencyManagement>
|
<version>4.13.2</version>
|
||||||
|
<scope>test</scope>
|
||||||
<build>
|
</dependency>
|
||||||
<plugins>
|
</dependencies>
|
||||||
<plugin>
|
</dependencyManagement>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
|
||||||
<artifactId>plexus-component-metadata</artifactId>
|
<build>
|
||||||
<executions>
|
<plugins>
|
||||||
<execution>
|
<plugin>
|
||||||
<goals>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<goal>generate-metadata</goal>
|
<artifactId>plexus-component-metadata</artifactId>
|
||||||
</goals>
|
<executions>
|
||||||
</execution>
|
<execution>
|
||||||
</executions>
|
<goals>
|
||||||
</plugin>
|
<goal>generate-metadata</goal>
|
||||||
</plugins>
|
</goals>
|
||||||
</build>
|
</execution>
|
||||||
|
</executions>
|
||||||
<repositories>
|
</plugin>
|
||||||
<repository>
|
</plugins>
|
||||||
<id>plexus.snapshots</id>
|
</build>
|
||||||
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
|
|
||||||
<releases>
|
<repositories>
|
||||||
<enabled>false</enabled>
|
<repository>
|
||||||
</releases>
|
<id>plexus.snapshots</id>
|
||||||
<snapshots>
|
<url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
|
||||||
<enabled>true</enabled>
|
<releases>
|
||||||
</snapshots>
|
<enabled>false</enabled>
|
||||||
</repository>
|
</releases>
|
||||||
</repositories>
|
<snapshots>
|
||||||
</project>
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
</project>
|
||||||
@ -1,17 +1,24 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: plexus-components-pom
|
Name: plexus-components-pom
|
||||||
Version: 4.0
|
Version: 6.6
|
||||||
Release: 2%{?dist}
|
Release: 2%{?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
|
||||||
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
|
||||||
Source0: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/%{version}/plexus-components-%{version}.pom
|
Source0: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/%{version}/plexus-components-%{version}.pom
|
||||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
Source1: https://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
|
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides Plexus Components parent POM used by different
|
This package provides Plexus Components parent POM used by different
|
||||||
@ -32,15 +39,80 @@ cp -p %{SOURCE1} LICENSE
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Apr 24 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.6-1
|
||||||
|
- Update to upstream version 6.6
|
||||||
|
|
||||||
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 6.5-6
|
||||||
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-4
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.5-3
|
||||||
|
- Bootstrap build
|
||||||
|
- Non-bootstrap build
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Dec 11 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.5-1
|
||||||
|
- Update to upstream version 6.5
|
||||||
|
|
||||||
|
* Sat Oct 24 2020 Fabio Valentini <decathorpe@gmail.com> - 6.5-1
|
||||||
|
- Update to version 6.5.
|
||||||
|
|
||||||
|
* Fri Sep 11 2020 Marian Koncek <mkoncek@redhat.com> - 6.4-1
|
||||||
|
- Update to upstream version 6.4
|
||||||
|
|
||||||
|
* Sun Aug 16 2020 Fabio Valentini <decathorpe@gmail.com> - 6.4-1
|
||||||
|
- Update to version 6.4.
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Marian Koncek <mkoncek@redhat.com> - 6.3-1
|
||||||
|
- Update to upstream version 6.3
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 22 2020 Fabio Valentini <decathorpe@gmail.com> - 6.3-1
|
||||||
|
- Update to version 6.3.
|
||||||
|
|
||||||
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 6.1-2
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* Thu Feb 13 2020 Fabio Valentini <decathorpe@gmail.com> - 6.1-1
|
||||||
|
- Update to version 6.1.
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-2
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-2
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Tue Aug 20 2019 Fabio Valentini <decathorpe@gmail.com> - 4.0-1
|
||||||
|
- Update to version 4.0.
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
* Thu May 30 2019 Marian Koncek <mkoncek@redhat.com> - 4.0-1
|
* Thu May 30 2019 Marian Koncek <mkoncek@redhat.com> - 4.0-1
|
||||||
- Update to upstream version 4.0
|
- Update to upstream version 4.0
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.1-11
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.1-11
|
||||||
- Mass rebuild for javapackages-tools 201901
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* 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