Skip to content

Commit 82e9f67

Browse files
committed
Update pom scm for release
1 parent d5d5229 commit 82e9f67

File tree

1 file changed

+7
-26
lines changed

1 file changed

+7
-26
lines changed

http-api/pom.xml

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>io.avaje</groupId>
67
<artifactId>avaje-http-api</artifactId>
7-
<version>0.2-SNAPSHOT</version>
8+
<version>1.0-SNAPSHOT</version>
89

910
<parent>
1011
<groupId>org.avaje</groupId>
@@ -13,36 +14,16 @@
1314
</parent>
1415

1516
<scm>
16-
<developerConnection>scm:git:git@github.com:dinject/dinject-controller.git</developerConnection>
17+
<developerConnection>scm:git:git@github.com:avaje/avaje-http.git</developerConnection>
1718
<tag>HEAD</tag>
1819
</scm>
1920

2021
<dependencies>
21-
<dependency>
22-
<groupId>org.junit.jupiter</groupId>
23-
<artifactId>junit-jupiter-api</artifactId>
24-
<version>5.6.2</version>
25-
<scope>test</scope>
26-
</dependency>
27-
28-
<dependency>
29-
<groupId>org.junit.jupiter</groupId>
30-
<artifactId>junit-jupiter-engine</artifactId>
31-
<version>5.6.2</version>
32-
<scope>test</scope>
33-
</dependency>
34-
35-
<dependency>
36-
<groupId>org.assertj</groupId>
37-
<artifactId>assertj-core</artifactId>
38-
<version>3.16.1</version>
39-
<scope>test</scope>
40-
</dependency>
4122

4223
<dependency>
43-
<groupId>org.mockito</groupId>
44-
<artifactId>mockito-core</artifactId>
45-
<version>2.18.3</version>
24+
<groupId>org.avaje.composite</groupId>
25+
<artifactId>junit</artifactId>
26+
<version>5.0</version>
4627
<scope>test</scope>
4728
</dependency>
4829

0 commit comments

Comments
 (0)