Skip to content

Commit

Permalink
Reloacating Selenium2library
Browse files Browse the repository at this point in the history
  • Loading branch information
Hi-Fi committed Sep 18, 2017
1 parent d81c556 commit 452788a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
@@ -1,4 +1,5 @@
<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">
<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>

<parent>
Expand All @@ -9,7 +10,7 @@

<groupId>com.github.markusbernhardt</groupId>
<artifactId>robotframework-selenium2library-java</artifactId>
<version>1.4.0.9-SNAPSHOT</version>
<version>1.4.0.9</version>
<packaging>jar</packaging>

<name>Robot Framework :: Selenium2Library</name>
Expand All @@ -34,6 +35,8 @@
<developerConnection>scm:git:ssh://git@github.com/MarkusBernhardt/robotframework-selenium2library-java.git</developerConnection>
</scm>



<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -42,6 +45,14 @@
</license>
</licenses>

<distributionManagement>
<relocation>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-seleniumlibrary</artifactId>
<version>2.48.2.0</version>
</relocation>
</distributionManagement>

<developers>
<developer>
<name>Markus Bernhardt</name>
Expand Down

0 comments on commit 452788a

Please sign in to comment.