Skip to content

Commit

Permalink
Updating to 3.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
narupley committed Nov 16, 2018
1 parent 647edd3 commit 5556389
Show file tree
Hide file tree
Showing 58 changed files with 59 additions and 57 deletions.
2 changes: 1 addition & 1 deletion server/dbconf/derby/derby-database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', 0);

INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ==');

INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.1');
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.2');

INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');

Expand Down
2 changes: 1 addition & 1 deletion server/dbconf/mysql/mysql-database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', FALSE);

INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ==');

INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.1');
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.2');

INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');

Expand Down
2 changes: 1 addition & 1 deletion server/dbconf/oracle/oracle-database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ INSERT INTO PERSON (ID, USERNAME, LOGGED_IN) VALUES (PERSON_SEQUENCE.NEXTVAL, 'a

INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(PERSON_SEQUENCE.CURRVAL, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ==');

INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.1');
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.2');

INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');

Expand Down
2 changes: 1 addition & 1 deletion server/dbconf/postgres/postgres-database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', FALSE);

INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ==');

INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.1');
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.2');

INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');

Expand Down
2 changes: 1 addition & 1 deletion server/dbconf/sqlserver/sqlserver-database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ INSERT INTO PERSON (USERNAME, LOGGED_IN) VALUES('admin', 0);

INSERT INTO PERSON_PASSWORD (PERSON_ID, PASSWORD) VALUES(1, 'YzKZIAnbQ5m+3llggrZvNtf5fg69yX7pAplfYg0Dngn/fESH93OktQ==');

INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.1');
INSERT INTO SCHEMA_INFO (VERSION) VALUES ('3.6.2');

INSERT INTO CONFIGURATION (CATEGORY, NAME, VALUE) VALUES ('core', 'stats.enabled', '1');

Expand Down
2 changes: 1 addition & 1 deletion server/mirth-build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ client=../client
webadmin=../webadmin
manager=../manager
cli=../command
version=3.6.1
version=3.6.2
3 changes: 2 additions & 1 deletion server/src/com/mirth/connect/client/core/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public enum Version {
V3_5_1("3.5.1"),
V3_5_2("3.5.2"),
V3_6_0("3.6.0"),
V3_6_1("3.6.1");
V3_6_1("3.6.1"),
V3_6_2("3.6.2");

// @formatter:on

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>DICOM Sender</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to send messages using DICOM protocol.</description>
<clientClassName>com.mirth.connect.connectors.dimse.DICOMSender</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/dimse/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>DICOM Listener</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to listen for incoming messages over a standard TCP connection.</description>
<clientClassName>com.mirth.connect.connectors.dimse.DICOMListener</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Document Writer</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to create RTF or PDF documents based on an HTML template. PDF files can be password protected.</description>
<clientClassName>com.mirth.connect.connectors.doc.DocumentWriter</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>File Writer</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to write files to a local or network file system. A velocity template is available to dynamically generate files.</description>
<clientClassName>com.mirth.connect.connectors.file.FileWriter</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/file/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>File Reader</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to poll for files from a local or network file system.</description>
<clientClassName>com.mirth.connect.connectors.file.FileReader</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>HTTP Sender</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to send messages to an HTTP server. Custom header properties can be specified.</description>
<clientClassName>com.mirth.connect.connectors.http.HttpSender</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/http/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>HTTP Listener</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to listen for incoming HTTP data. Messages are received as XML and include the full header contents.</description>
<clientClassName>com.mirth.connect.connectors.http.HttpListener</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Database Writer</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to write to any JDBC-compatabile database with Insert, Update or JavaScript statements.</description>
<clientClassName>com.mirth.connect.connectors.jdbc.DatabaseWriter</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/jdbc/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Database Reader</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to poll any supported JDBC-compatabile database for data. Rows are returned as XML and JavaScript can be used for advanced logic.</description>
<clientClassName>com.mirth.connect.connectors.jdbc.DatabaseReader</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>JMS Sender</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to write messages to a JMS queue.</description>
<clientClassName>com.mirth.connect.connectors.jms.JmsSender</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/jms/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>JMS Listener</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to read messages from a JMS queue.</description>
<clientClassName>com.mirth.connect.connectors.jms.JmsListener</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/js/destination.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>JavaScript Writer</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to execute JavaScript to connect to an arbitrary destination.</description>
<clientClassName>com.mirth.connect.connectors.js.JavaScriptWriter</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/js/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>JavaScript Reader</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to execute arbitrary JavaScript to pull in messages to a channel.</description>
<clientClassName>com.mirth.connect.connectors.js.JavaScriptReader</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>SMTP Sender</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth Connect to send email messages via SMTP. A template is available to dynamically create messages.</description>
<clientClassName>com.mirth.connect.connectors.smtp.SmtpSender</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>TCP Sender</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to send messages to a TCP server.</description>
<clientClassName>com.mirth.connect.connectors.tcp.TcpSender</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/tcp/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>TCP Connector Service Plugin</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin is required for correct use of the TCP connectors.</description>
<serverClasses>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/tcp/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>TCP Listener</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to listen for incoming messages over a standard TCP connection.</description>
<clientClassName>com.mirth.connect.connectors.tcp.TcpListener</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/vm/destination.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Channel Writer</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to send events to other channels in the same Mirth instance.</description>
<clientClassName>com.mirth.connect.connectors.vm.ChannelWriter</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/vm/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Channel Reader</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to listen for incoming events from other channels in the same Mirth instance.</description>
<clientClassName>com.mirth.connect.connectors.vm.ChannelReader</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/ws/destination.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Web Service Sender</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth Connect to invoke remote Web Services over HTTP.</description>
<clientClassName>com.mirth.connect.connectors.ws.WebServiceSender</clientClassName>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/connectors/ws/source.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Web Service Listener</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This connector allows Mirth to listen on an HTTP port for incoming Web Service calls. This connector also provides a WSDL for SOAP clients to use.</description>
<clientClassName>com.mirth.connect.connectors.ws.WebServiceListener</clientClassName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Dashboard Connector Status Monitor</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides a real-time connection status column on the Mirth Connect client</description>
<serverClasses>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/plugins/datapruner/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Data Pruner</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides data pruning capability for Mirth Connect</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Delimited Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the delimited data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>DICOM Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the DICOM data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>EDI Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the EDI data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>HL7v2 Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the HL7v2 data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>HL7v3 Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the HL7v3 data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>JSON Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the JSON data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>NCPDP Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the NCPDP data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Raw Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the raw data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>XML Data Type</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides support for the XML data type</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Destination Set Filter Step</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>Provides an easy method in the source transformer to filter destinations from being executed.</description>
<clientClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>DICOM Viewer</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides DICOM attachment viewing capability in message browser</description>
<clientClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Directory Resource Plugin</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin allows a directory to be used as a source for libraries to include in channels.</description>
<serverClasses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Global Map Viewer</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin allows you to view the global map and global channel maps in the Mirth Connect Administrator.</description>
<serverClasses>
Expand Down
2 changes: 1 addition & 1 deletion server/src/com/mirth/connect/plugins/httpauth/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>HTTP Authentication Settings</name>
<author>Mirth Corporation</author>
<pluginVersion>@mirthversion</pluginVersion>
<mirthVersion>3.6.1</mirthVersion>
<mirthVersion>3.6.2</mirthVersion>
<url>http://www.mirthcorp.com</url>
<description>This plugin provides advanced authentication support for HTTP-based source connectors.</description>
<serverClasses>
Expand Down
Loading

0 comments on commit 5556389

Please sign in to comment.