-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Upgrade Serotonin Utils to 2.1.7
- Loading branch information
terrypacker
committed
Dec 3, 2014
1 parent
749580a
commit 1dfda76
Showing
17 changed files
with
179 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+973 KB
...odbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...s4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
db573e71d759fd0eb9309bc0d45c7fd2 |
1 change: 1 addition & 0 deletions
1
...4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
627992abbb665045f535d3d8cc8d1c6f0d6f07f4 |
Binary file added
BIN
+267 KB
...odbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...s4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
77c504676585d83c757f8fc06653fc2b |
1 change: 1 addition & 0 deletions
1
...4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
291e6a27ffd1ec8ad2be545239108014f32b23a8 |
Binary file added
BIN
+444 KB
Modbus4J/modbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...4J/modbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e2fa0cd22a7f6ef2b2dee40165d6cd0f |
1 change: 1 addition & 0 deletions
1
...J/modbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
729a2d6b5470a1d4dfc7333d5b203a205e16d551 |
162 changes: 162 additions & 0 deletions
162
Modbus4J/modbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.serotonin</groupId> | ||
<artifactId>serotonin-utils</artifactId> | ||
<version>2.1.7</version> | ||
<name>Serotonin Utils</name> | ||
<properties> | ||
<!-- previous spring version: 3.1.1.RELEASE,3.1.2.RELEASE, 4.0.5.RELEASE | ||
for websockets support --> | ||
<springVersion>4.0.5.RELEASE</springVersion> | ||
</properties> | ||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
<version>3.1</version> | ||
<configuration> | ||
<source>1.7</source> | ||
<target>1.7</target> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.apache.ant</groupId> | ||
<artifactId>ant</artifactId> | ||
<version>1.8.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-logging</groupId> | ||
<artifactId>commons-logging</artifactId> | ||
<version>1.1.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-io</groupId> | ||
<artifactId>commons-io</artifactId> | ||
<version>1.3.2</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-jdbc</artifactId> | ||
<version>${springVersion}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-webmvc</artifactId> | ||
<version>${springVersion}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
<artifactId>spring-context-support</artifactId> | ||
<version>${springVersion}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-dbcp</groupId> | ||
<artifactId>commons-dbcp</artifactId> | ||
<version>1.4</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.commons</groupId> | ||
<artifactId>commons-lang3</artifactId> | ||
<version>3.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpcore</artifactId> | ||
<version>4.3.2</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.httpcomponents</groupId> | ||
<artifactId>httpclient</artifactId> | ||
<version>4.3.2</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.apache.tomcat</groupId> | ||
<artifactId>jasper</artifactId> | ||
<version>6.0.41</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-codec</groupId> | ||
<artifactId>commons-codec</artifactId> | ||
<version>1.6</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>javax.servlet</groupId> | ||
<artifactId>servlet-api</artifactId> | ||
<version>2.5</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.directwebremoting</groupId> | ||
<artifactId>dwr</artifactId> | ||
<version>2.0.10</version> | ||
<optional>true</optional> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>log4j</groupId> | ||
<artifactId>log4j</artifactId> | ||
<version>1.2.14</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>commons-httpclient</groupId> | ||
<artifactId>commons-httpclient</artifactId> | ||
<version>3.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>javax.servlet.jsp</groupId> | ||
<artifactId>javax.servlet.jsp-api</artifactId> | ||
<version>2.3.1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>javax.servlet</groupId> | ||
<artifactId>jstl</artifactId> | ||
<version>1.2</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>javax.mail</groupId> | ||
<artifactId>mail</artifactId> | ||
<version>1.4.7</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.freemarker</groupId> | ||
<artifactId>freemarker</artifactId> | ||
<version>2.3.20</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>joda-time</groupId> | ||
<artifactId>joda-time</artifactId> | ||
<version>2.3</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.scream3r</groupId> | ||
<artifactId>jssc</artifactId> | ||
<version>2.8.0</version> | ||
</dependency> | ||
|
||
</dependencies> | ||
|
||
</project> |
1 change: 1 addition & 0 deletions
1
...4J/modbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
77baefc4a70607784c00e8acc2dcd3fb |
1 change: 1 addition & 0 deletions
1
...J/modbus4j-maven-local/com/serotonin/serotonin-utils/2.1.7/serotonin-utils-2.1.7.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f74825fc4526593aa462d1d7bda02853ee1d4a6d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Modbus4J/modbus4j-maven-local/com/serotonin/serotonin-utils/maven-metadata.xml.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f1184ed5bc38945cd36ab21d5f884e04 | ||
6b83af35fde4e02cad3ad957544af2b7 |
2 changes: 1 addition & 1 deletion
2
Modbus4J/modbus4j-maven-local/com/serotonin/serotonin-utils/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
27c7f2bd9134f11770bd9f32a2f216cb8f6ab872 | ||
2b78dc801b09aca2d5a12a05f5f8fd7e9caa5eb9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters