Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
aa247fd81c | |||
9d463b90a3 | |||
611dbd0d66 | |||
a67df75eb7 | |||
e0b6d909c5 |
BIN
plexus-interpolation-1.27.0.tar.gz
(Stored with Git LFS)
BIN
plexus-interpolation-1.27.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
plexus-interpolation-1.28.tar.gz
Normal file
3
plexus-interpolation-1.28.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:41c882f73f57164e3f8f6c0916b86afa0e284ff7f278339ae7d8811dab7e686c
|
||||||
|
size 62046
|
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<property name="project.artifactId" value="plexus-interpolation"/>
|
<property name="project.artifactId" value="plexus-interpolation"/>
|
||||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||||
<property name="project.version" value="1.27.0"/>
|
<property name="project.version" value="1.28"/>
|
||||||
|
|
||||||
<property name="compiler.release" value="8"/>
|
<property name="compiler.release" value="8"/>
|
||||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 4 14:59:17 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to version 1.28
|
||||||
|
* New features and improvements
|
||||||
|
+ Fix #16: StringSearchInterpolator does not cache answers.
|
||||||
|
+ Add FeedbackingValueSource
|
||||||
|
+ Pass delimiter information to ValueSource
|
||||||
|
+ Apply spotless re-formatting
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 2 15:58:55 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
Wed Oct 2 15:58:55 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-interpolation
|
# spec file for package plexus-interpolation
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: plexus-interpolation
|
Name: plexus-interpolation
|
||||||
Version: 1.27.0
|
Version: 1.28
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plexus Interpolation API
|
Summary: Plexus Interpolation API
|
||||||
License: Apache-1.1 AND Apache-2.0 AND MIT
|
License: Apache-1.1 AND Apache-2.0 AND MIT
|
||||||
|
Reference in New Issue
Block a user