diff options
Diffstat (limited to 'simple')
-rw-r--r-- | simple/README.android | 1 | ||||
-rw-r--r-- | simple/simple-common-6.0.1.jar | bin | 44261 -> 0 bytes | |||
-rw-r--r-- | simple/simple-common/pom.xml | 9 | ||||
-rw-r--r-- | simple/simple-http-6.0.1.jar | bin | 176269 -> 0 bytes | |||
-rw-r--r-- | simple/simple-http/pom.xml | 9 | ||||
-rw-r--r-- | simple/simple-transport-6.0.1.jar | bin | 70497 -> 0 bytes | |||
-rw-r--r-- | simple/simple-transport/pom.xml | 9 |
7 files changed, 7 insertions, 21 deletions
diff --git a/simple/README.android b/simple/README.android index 45a2cf8..8c44b0b 100644 --- a/simple/README.android +++ b/simple/README.android @@ -4,3 +4,4 @@ License: Apache 2 Description: A small, embeddable HTPP and WebSocket engine. Local Modifications: None. +build by running mvn-debian clean package -Dmaven.test.skip=true diff --git a/simple/simple-common-6.0.1.jar b/simple/simple-common-6.0.1.jar Binary files differdeleted file mode 100644 index 039e713..0000000 --- a/simple/simple-common-6.0.1.jar +++ /dev/null diff --git a/simple/simple-common/pom.xml b/simple/simple-common/pom.xml index e1a4b3a..ce5a576 100644 --- a/simple/simple-common/pom.xml +++ b/simple/simple-common/pom.xml @@ -1,9 +1,4 @@ <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/maven-v4_0_0.xsd"> - <parent> - <groupId>org.sonatype.oss</groupId> - <artifactId>oss-parent</artifactId> - <version>7</version> - </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.simpleframework</groupId> <artifactId>simple-common</artifactId> @@ -40,7 +35,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> @@ -57,7 +52,7 @@ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> - <version>1.0-alpha-5</version> + <version>1.0</version> </extension> </extensions> <plugins> diff --git a/simple/simple-http-6.0.1.jar b/simple/simple-http-6.0.1.jar Binary files differdeleted file mode 100644 index e165cfe..0000000 --- a/simple/simple-http-6.0.1.jar +++ /dev/null diff --git a/simple/simple-http/pom.xml b/simple/simple-http/pom.xml index 2a079fc..0146cea 100644 --- a/simple/simple-http/pom.xml +++ b/simple/simple-http/pom.xml @@ -1,9 +1,4 @@ <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/maven-v4_0_0.xsd"> - <parent> - <groupId>org.sonatype.oss</groupId> - <artifactId>oss-parent</artifactId> - <version>7</version> - </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.simpleframework</groupId> <artifactId>simple-http</artifactId> @@ -50,7 +45,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> @@ -67,7 +62,7 @@ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> - <version>1.0-alpha-5</version> + <version>1.0</version> </extension> </extensions> <plugins> diff --git a/simple/simple-transport-6.0.1.jar b/simple/simple-transport-6.0.1.jar Binary files differdeleted file mode 100644 index 87b1dc8..0000000 --- a/simple/simple-transport-6.0.1.jar +++ /dev/null diff --git a/simple/simple-transport/pom.xml b/simple/simple-transport/pom.xml index 061e5b5..6061274 100644 --- a/simple/simple-transport/pom.xml +++ b/simple/simple-transport/pom.xml @@ -1,9 +1,4 @@ <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/maven-v4_0_0.xsd"> - <parent> - <groupId>org.sonatype.oss</groupId> - <artifactId>oss-parent</artifactId> - <version>7</version> - </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.simpleframework</groupId> <artifactId>simple-transport</artifactId> @@ -45,7 +40,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> @@ -62,7 +57,7 @@ <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> - <version>1.0-alpha-5</version> + <version>1.0</version> </extension> </extensions> <plugins> |