diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-17 08:47:35 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-17 08:47:35 +0000 |
commit | 9b787d3409e629f292a98d0b5a0aad036b7421c7 (patch) | |
tree | f9915040890507c0dfd88764498b0aa9a2826277 /repository/httpsclient | |
parent | 48cf31cc2e5b08f3d029d60b97cf88002e915bdc (diff) | |
download | moa-id-spss-9b787d3409e629f292a98d0b5a0aad036b7421c7.tar.gz moa-id-spss-9b787d3409e629f292a98d0b5a0aad036b7421c7.tar.bz2 moa-id-spss-9b787d3409e629f292a98d0b5a0aad036b7421c7.zip |
Improved and updated maven build process.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@919 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'repository/httpsclient')
-rw-r--r-- | repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.jar | bin | 0 -> 216839 bytes | |||
-rw-r--r-- | repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.pom | 7 | ||||
-rw-r--r-- | repository/httpsclient/httpsclient/maven-metadata-local.xml | 11 |
3 files changed, 18 insertions, 0 deletions
diff --git a/repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.jar b/repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.jar Binary files differnew file mode 100644 index 000000000..a9272deb1 --- /dev/null +++ b/repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.jar diff --git a/repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.pom b/repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.pom new file mode 100644 index 000000000..06e1fe40e --- /dev/null +++ b/repository/httpsclient/httpsclient/JSSE-1.0/httpsclient-JSSE-1.0.pom @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?><project> + <modelVersion>4.0.0</modelVersion> + <groupId>httpsclient</groupId> + <artifactId>httpsclient</artifactId> + <version>JSSE-1.0</version> + <description>POM was created from install:install-file</description> +</project>
\ No newline at end of file diff --git a/repository/httpsclient/httpsclient/maven-metadata-local.xml b/repository/httpsclient/httpsclient/maven-metadata-local.xml new file mode 100644 index 000000000..f64c2577e --- /dev/null +++ b/repository/httpsclient/httpsclient/maven-metadata-local.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?><metadata> + <groupId>httpsclient</groupId> + <artifactId>httpsclient</artifactId> + <version>JSSE-1.0</version> + <versioning> + <versions> + <version>JSSE-1.0</version> + </versions> + <lastUpdated>20070814132409</lastUpdated> + </versioning> +</metadata>
\ No newline at end of file |