Skip to content

Commit 4a7bbed

Browse files
committed
update branding in plugin metadata
Signed-off-by: Tony Germano <tony@germano.name> Issue: OpenIntegrationEngine#104
1 parent 3954bc5 commit 4a7bbed

File tree

50 files changed

+82
-82
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+82
-82
lines changed

server/src/com/mirth/connect/connectors/dimse/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to send messages using DICOM protocol.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to send messages using DICOM protocol.</description>
88
<clientClassName>com.mirth.connect.connectors.dimse.DICOMSender</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.dimse.DICOMDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.dimse.DICOMDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/dimse/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to listen for incoming messages over a standard TCP connection.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to listen for incoming messages over a standard TCP connection.</description>
88
<clientClassName>com.mirth.connect.connectors.dimse.DICOMListener</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.dimse.DICOMReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.dimse.DICOMReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/doc/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to create RTF or PDF documents based on an HTML template. PDF files can be password protected.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to create RTF or PDF documents based on an HTML template. PDF files can be password protected.</description>
88
<clientClassName>com.mirth.connect.connectors.doc.DocumentWriter</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.doc.DocumentDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.doc.DocumentDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/file/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to write files to a local or network file system. A velocity template is available to dynamically generate files.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to write files to a local or network file system. A velocity template is available to dynamically generate files.</description>
88
<clientClassName>com.mirth.connect.connectors.file.FileWriter</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.file.FileDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.file.FileDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/file/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to poll for files from a local or network file system.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to poll for files from a local or network file system.</description>
88
<clientClassName>com.mirth.connect.connectors.file.FileReader</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.file.FileReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.file.FileReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/http/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to send messages to an HTTP server. Custom header properties can be specified.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to send messages to an HTTP server. Custom header properties can be specified.</description>
88
<clientClassName>com.mirth.connect.connectors.http.HttpSender</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.http.HttpDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.http.HttpDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/http/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to listen for incoming HTTP data. Messages are received as XML and include the full header contents.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to listen for incoming HTTP data. Messages are received as XML and include the full header contents.</description>
88
<clientClassName>com.mirth.connect.connectors.http.HttpListener</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.http.HttpReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.http.HttpReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/jdbc/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to write to any JDBC-compatabile database with Insert, Update or JavaScript statements.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to write to any JDBC-compatabile database with Insert, Update or JavaScript statements.</description>
88
<clientClassName>com.mirth.connect.connectors.jdbc.DatabaseWriter</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.jdbc.DatabaseDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.jdbc.DatabaseDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/jdbc/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to poll any supported JDBC-compatabile database for data. Rows are returned as XML and JavaScript can be used for advanced logic.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to poll any supported JDBC-compatabile database for data. Rows are returned as XML and JavaScript can be used for advanced logic.</description>
88
<clientClassName>com.mirth.connect.connectors.jdbc.DatabaseReader</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.jdbc.DatabaseReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.jdbc.DatabaseReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/jms/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to write messages to a JMS queue.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to write messages to a JMS queue.</description>
88
<clientClassName>com.mirth.connect.connectors.jms.JmsSender</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.jms.JmsDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.jms.JmsDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/jms/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to read messages from a JMS queue.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to read messages from a JMS queue.</description>
88
<clientClassName>com.mirth.connect.connectors.jms.JmsListener</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.jms.JmsReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.jms.JmsReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/js/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to execute JavaScript to connect to an arbitrary destination.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to execute JavaScript to connect to an arbitrary destination.</description>
88
<clientClassName>com.mirth.connect.connectors.js.JavaScriptWriter</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.js.JavaScriptDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.js.JavaScriptDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/js/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to execute arbitrary JavaScript to pull in messages to a channel.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to execute arbitrary JavaScript to pull in messages to a channel.</description>
88
<clientClassName>com.mirth.connect.connectors.js.JavaScriptReader</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.js.JavaScriptReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.js.JavaScriptReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/smtp/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to send email messages via SMTP. A template is available to dynamically create messages.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to send email messages via SMTP. A template is available to dynamically create messages.</description>
88
<clientClassName>com.mirth.connect.connectors.smtp.SmtpSender</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.smtp.SmtpDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.smtp.SmtpDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/tcp/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to send messages to a TCP server.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to send messages to a TCP server.</description>
88
<clientClassName>com.mirth.connect.connectors.tcp.TcpSender</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.tcp.TcpDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.tcp.TcpDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/tcp/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin is required for correct use of the TCP connectors.</description>
88
<serverClasses>
99
<string>com.mirth.connect.connectors.tcp.TcpServicePlugin</string>

server/src/com/mirth/connect/connectors/tcp/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to listen for incoming messages over a standard TCP connection.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to listen for incoming messages over a standard TCP connection.</description>
88
<clientClassName>com.mirth.connect.connectors.tcp.TcpListener</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.tcp.TcpReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.tcp.TcpReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/vm/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to send events to other channels in the same Mirth Connect instance.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to send events to other channels in the same Open Integration Engine instance.</description>
88
<clientClassName>com.mirth.connect.connectors.vm.ChannelWriter</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.vm.VmDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.vm.VmDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/vm/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to listen for incoming events from other channels in the same Mirth Connect instance.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to listen for incoming events from other channels in the same Open Integration Engine instance.</description>
88
<clientClassName>com.mirth.connect.connectors.vm.ChannelReader</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.vm.VmReceiver</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.vm.VmReceiverProperties</sharedClassName>

server/src/com/mirth/connect/connectors/ws/destination.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to invoke remote Web Services over HTTP.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to invoke remote Web Services over HTTP.</description>
88
<clientClassName>com.mirth.connect.connectors.ws.WebServiceSender</clientClassName>
99
<serverClassName>com.mirth.connect.connectors.ws.WebServiceDispatcher</serverClassName>
1010
<sharedClassName>com.mirth.connect.connectors.ws.WebServiceDispatcherProperties</sharedClassName>

server/src/com/mirth/connect/connectors/ws/source.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This connector allows Mirth Connect to listen on an HTTP port for incoming Web Service calls. This connector also provides a WSDL for SOAP clients to use.</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This connector allows Open Integration Engine to listen on an HTTP port for incoming Web Service calls. This connector also provides a WSDL for SOAP clients to use.</description>
88
<clientClassName>com.mirth.connect.connectors.ws.WebServiceListener</clientClassName>
99
<sharedClassName>com.mirth.connect.connectors.ws.WebServiceReceiverProperties</sharedClassName>
1010
<serverClassName>com.mirth.connect.connectors.ws.WebServiceReceiver</serverClassName>

server/src/com/mirth/connect/plugins/dashboardstatus/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This plugin provides a real-time connection status column on the Mirth Connect client</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This plugin provides a real-time connection status column on the Open Integration Engine client</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.dashboardstatus.DashboardConnectorStatusMonitor</string>
1010
</serverClasses>

server/src/com/mirth/connect/plugins/datapruner/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
7-
<description>This plugin provides data pruning capability for Mirth Connect</description>
6+
<url>https://openintegrationengine.org</url>
7+
<description>This plugin provides data pruning capability for Open Integration Engine</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datapruner.DataPrunerService</string>
1010
</serverClasses>

server/src/com/mirth/connect/plugins/datatypes/delimited/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the delimited data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.delimited.DelimitedDataTypeServerPlugin</string>

server/src/com/mirth/connect/plugins/datatypes/dicom/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the DICOM data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.dicom.DICOMDataTypeServerPlugin</string>

server/src/com/mirth/connect/plugins/datatypes/edi/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the EDI data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.edi.EDIDataTypeServerPlugin</string>

server/src/com/mirth/connect/plugins/datatypes/hl7v2/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the HL7v2 data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.hl7v2.HL7v2DataTypeServerPlugin</string>

server/src/com/mirth/connect/plugins/datatypes/hl7v3/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the HL7v3 data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.hl7v3.HL7V3DataTypeServerPlugin</string>

server/src/com/mirth/connect/plugins/datatypes/json/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the JSON data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.json.JSONDataTypeServerPlugin</string>

server/src/com/mirth/connect/plugins/datatypes/ncpdp/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the NCPDP data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.ncpdp.NCPDPDataTypeServerPlugin</string>

server/src/com/mirth/connect/plugins/datatypes/raw/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<author>NextGen Healthcare</author>
44
<pluginVersion>@mirthversion</pluginVersion>
55
<mirthVersion>4.5.2</mirthVersion>
6-
<url>http://www.nextgen.com</url>
6+
<url>https://openintegrationengine.org</url>
77
<description>This plugin provides support for the raw data type</description>
88
<serverClasses>
99
<string>com.mirth.connect.plugins.datatypes.raw.RawDataTypeServerPlugin</string>

0 commit comments

Comments
 (0)