Skip to content

Commit

Permalink
project url
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 14, 2020
1 parent 685e620 commit dee23aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<name>SLF4J mock</name>

<description>Library to easy mock request on sl4j-api</description>
<url>${project.organization.url}/${github.repo}</url>
<url>https://www.simplify4u.org/slf4j-mock</url>
<inceptionYear>2020</inceptionYear>

<licenses>
Expand Down Expand Up @@ -114,12 +114,13 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>

<!-- testing -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down
1 change: 0 additions & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">


<body>

<menu name="Overview">
Expand Down

0 comments on commit dee23aa

Please sign in to comment.