3 Commits

5 changed files with 6 additions and 16 deletions

BIN
plexus-interpolation-1.27.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41c882f73f57164e3f8f6c0916b86afa0e284ff7f278339ae7d8811dab7e686c
size 62046

View File

@@ -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.28"/> <property name="project.version" value="1.27.0"/>
<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}"/>

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package plexus-interpolation # spec file for package plexus-interpolation
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2024 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.28 Version: 1.27.0
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