Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lhaeger committed Jan 12, 2022
1 parent bbff4b5 commit b83bd31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/dxqueue-es/sendMigrateApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ importClass(Packages.novell.jclient.JCException);
importClass(Packages.novell.jclient.JClient);
importClass(java.io.StringWriter);

var VERSION = "1.2.0";

var debugPrefix = 'sendMigrateApp';
var debugDefault = 3;

Expand Down
2 changes: 2 additions & 0 deletions src/dxqueue-es/sendQueueEvent.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ importClass(Packages.novell.jclient.JCException);
importClass(Packages.novell.jclient.JClient);
importClass(java.io.StringWriter);

var VERSION = "1.2.0";

var debugPrefix = 'sendQueueEvent';
var debugDefault = 3;

Expand Down
2 changes: 1 addition & 1 deletion src/dxqueue/send.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public abstract class send {

// An updated version of https://community.microfocus.com/t5/Identity-Manager-Tips/Sending-a-XDS-Message-from-one-driver-to-another/ta-p/1777175

public static final String VERSION = "1.1.1";
public static final String VERSION = "1.2.0";

public static Element sendQueueEvent(String driverDN, Element element) {

Expand Down

0 comments on commit b83bd31

Please sign in to comment.