Skip to content

Commit

Permalink
Updated dependencies and moved to MarketSquare
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Fi committed Sep 16, 2020
1 parent 3229959 commit 2a3f9d7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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.github.hi-fi</groupId>
<groupId>com.github.MarketSquare</groupId>
<artifactId>robotframework-httprequestlibrary</artifactId>
<version>0.0.17-SNAPSHOT</version>
<packaging>jar</packaging>

<name>robotframework-httprequestlibrary</name>
<description>A Robot Framework library for HTTP request testing.</description>
<url>https://github.com/hi-fi/robotframework-httprequestlibrary</url>
<url>https://github.com/MarketSquare/robotframework-httprequestlibrary</url>

<distributionManagement>
<snapshotRepository>
Expand All @@ -31,7 +31,7 @@

<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/hi-fi/robotframework-httprequestlibrary/issues</url>
<url>https://github.com/MarketSquare/robotframework-httprequestlibrary/issues</url>
</issueManagement>

<licenses>
Expand All @@ -42,9 +42,9 @@
</license>
</licenses>
<scm>
<url>https://github.com/hi-fi/robotframework-httprequestlibrary</url>
<connection>scm:git:git://github.com/hi-fi/robotframework-httprequestlibrary.git</connection>
<developerConnection>scm:git:git@github.com:hi-fi/robotframework-httprequestlibrary.git</developerConnection>
<url>https://github.com/MarketSquare/robotframework-httprequestlibrary</url>
<connection>scm:git:git://github.com/MarketSquare/robotframework-httprequestlibrary.git</connection>
<developerConnection>scm:git:git@github.com:MarketSquare/robotframework-httprequestlibrary.git</developerConnection>
</scm>

<developers>
Expand All @@ -62,9 +62,9 @@
<keywords.class>HttpRequestLibrary</keywords.class>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<powermock.version>1.6.5</powermock.version>
<httpclient.version>0.0.6</httpclient.version>
<httpclient.version>0.0.7</httpclient.version>
<robotframework.maven.plugin.version>1.6.0</robotframework.maven.plugin.version>
<robotframework.version>3.1.2</robotframework.version>
<robotframework.version>3.2.2</robotframework.version>
</properties>

<dependencies>
Expand All @@ -87,22 +87,22 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.1</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.1</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -117,7 +117,7 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<version>2.7.2b3</version>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>org.robotframework</groupId>
Expand All @@ -134,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -147,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>3.1.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -161,7 +161,7 @@
<!-- Build the fat jar with all dependencies -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<version>3.2.0</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -295,7 +295,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand All @@ -304,7 +304,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 2a3f9d7

Please sign in to comment.