Sync from SUSE:SLFO:Main xmvn-connector-ivy revision 65102f1114b59336282ec9aab613c060
This commit is contained in:
parent
486e1ec341
commit
4d6b805a2e
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/fedora-java/xmvn-connector-ivy.git</param>
|
||||
<param name="revision">8da91ea478427a4d241949ab5ca240cc983fde0f</param>
|
||||
<param name="versionformat">4.0.0~%cd.%h</param>
|
||||
<param name="revision">4.0.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
BIN
xmvn-connector-ivy-4.0.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
xmvn-connector-ivy-4.0.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz
(Stored with Git LFS)
BIN
xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -7,10 +7,11 @@
|
||||
<!-- ====================================================================== -->
|
||||
|
||||
<property file="build.properties"/>
|
||||
<property name="project.version" value="4.0.0-SNAPSHOT"/>
|
||||
<property name="project.version" value="4.0.0"/>
|
||||
<property name="project.groupId" value="org.fedoraproject.xmvn"/>
|
||||
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.release" value="8"/>
|
||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
<property name="project.artifactId" value="xmvn-connector-ivy"/>
|
||||
<property name="project.name" value="XMvn Connector for Apache Ivy"/>
|
||||
@ -57,6 +58,7 @@
|
||||
debug="true"
|
||||
optimize="false"
|
||||
deprecation="true"
|
||||
release="${compiler.release}"
|
||||
target="${compiler.target}"
|
||||
verbose="false"
|
||||
fork="false"
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 06:45:21 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Official 4.0.0 relase
|
||||
* No changes from the previous snapshot, just an official tag
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 12:49:11 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package xmvn-connector-ivy
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global parent xmvn
|
||||
%global subname connector-ivy
|
||||
Name: %{parent}-%{subname}
|
||||
Version: 4.0.0~20220623.8da91ea
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: XMvn Connector for Apache Ivy
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user