Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
f39abc39a6 | |||
b8f93aef56 | |||
661301729b | |||
1e5368f693 | |||
711847abdc | |||
5859845701 |
BIN
plexus-velocity-2.1.0.tar.gz
(Stored with Git LFS)
BIN
plexus-velocity-2.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
plexus-velocity-2.2.1.tar.gz
Normal file
3
plexus-velocity-2.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0b5cff1ebafed63b7ffa4d5f3534eaa6c8415575a48b28a860d72a8f91f3576
|
||||
size 5120
|
@@ -10,7 +10,7 @@
|
||||
|
||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||
<property name="project.artifactId" value="plexus-velocity"/>
|
||||
<property name="project.version" value="2.1.0"/>
|
||||
<property name="project.version" value="2.2.1"/>
|
||||
|
||||
<property name="compiler.release" value="8"/>
|
||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 16:07:09 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Update to version 2.2.1
|
||||
* Dependency updates
|
||||
+ Bump org.apache.velocity:velocity-engine-core from 2.4 to
|
||||
2.4.1
|
||||
+ Bump org.apache.velocity:velocity-engine-core from 2.3 to 2.4
|
||||
+ Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to
|
||||
0.9.0.M3
|
||||
+ Bump org.codehaus.plexus:plexus from 19 to 20
|
||||
+ Bump org.codehaus.plexus:plexus from 18 to 19
|
||||
+ Bump org.codehaus.plexus:plexus from 17 to 18
|
||||
+ Bump org.codehaus.plexus:plexus from 16 to 17
|
||||
+ Bump release-drafter/release-drafter from 5 to 6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 08:26:14 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 13:56:35 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-velocity
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: plexus-velocity
|
||||
Version: 2.1.0
|
||||
Version: 2.2.1
|
||||
Release: 0
|
||||
Summary: Plexus Velocity Component
|
||||
License: Apache-2.0
|
||||
@@ -32,6 +32,7 @@ BuildRequires: atinject
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: objectweb-asm
|
||||
BuildRequires: sisu-inject
|
||||
BuildRequires: velocity-engine-core
|
||||
BuildArch: noarch
|
||||
@@ -57,7 +58,12 @@ cp -p %{SOURCE1} build.xml
|
||||
cp -p %{SOURCE2} LICENSE
|
||||
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib atinject commons-collections org.eclipse.sisu.inject velocity-engine/velocity-engine-core
|
||||
build-jar-repository -s lib \
|
||||
atinject \
|
||||
commons-collections \
|
||||
objectweb-asm/asm \
|
||||
org.eclipse.sisu.inject \
|
||||
velocity-engine/velocity-engine-core
|
||||
|
||||
%build
|
||||
ant jar javadoc
|
||||
|
Reference in New Issue
Block a user