Skip to content

Commit d488de0

Browse files
committed
Prepare 1.3 release
1 parent de2c691 commit d488de0

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

packaging/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
lsc-executable-plugin (1.3-1) unstable; urgency=low
2+
3+
* Upgrade to 1.3
4+
* fix value comparison + add unit test for executableLdifDestinationService task
5+
6+
-- Clement Oudot (LSC-project) <clem.oudot@gmail.com> Mon, 21 Jul 2025 12:00:00 +0100
7+
18
lsc-executable-plugin (1.2-1) unstable; urgency=low
29

310
* Upgrade to 1.2

packaging/rpm/lsc-executable-plugin.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Variables
1313
#=================================================
1414
%define lsc_executable_name lsc-executable-plugin
15-
%define lsc_executable_version 1.2
15+
%define lsc_executable_version 1.3
1616
%define lsc_min_version 2.2
1717
%define lsc_user lsc
1818
%define lsc_group lsc
@@ -80,6 +80,9 @@ rm -rf %{buildroot}
8080
# Changelog
8181
#=================================================
8282
%changelog
83+
* Mon Jul 21 2025 - Clement Oudot <clem@lsc-project.org> - 1.3-1
84+
- Upgrade to 1.3
85+
- fix value comparison + add unit test for executableLdifDestinationService task
8386
* Mon Apr 14 2025 - Clement Oudot <clem@lsc-project.org> - 1.2-1
8487
- Upgrade to 1.2
8588
* Thu Jan 07 2021 - Clement Oudot <clem@lsc-project.org> - 1.1-0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.lsc.plugins.connectors</groupId>
66
<artifactId>executable</artifactId>
77
<name>LDAP Synchronization Connector Executable connector</name>
8-
<version>1.3-SNAPSHOT</version>
8+
<version>1.3</version>
99
<description>
1010
This project provides a Executable source / destination plugin for LSC
1111
</description>

0 commit comments

Comments
 (0)