Skip to content

Commit ab3d0ad

Browse files
committed
configured maven pom.xml for for snapshot deploy (TooTallNate#118)
1 parent 11bc43f commit ab3d0ad

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<parent>
5+
<groupId>org.sonatype.oss</groupId>
6+
<artifactId>oss-parent</artifactId>
7+
<version>7</version>
8+
</parent>
9+
<scm>
10+
<connection>scm:git:git@github.com/TooTallNate/Java-WebSocket.git</connection>
11+
<developerConnection>scm:git:git@github.com/TooTallNate/Java-WebSocket.git</developerConnection>
12+
<url>git@github.com/TooTallNate/Java-WebSocket.git</url>
13+
</scm>
414
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.java_websocket</groupId>
15+
<groupId>org.java-websocket</groupId>
616
<artifactId>Java-WebSocket</artifactId>
717
<version>1.0.0-SNAPSHOT</version>
818
<packaging>jar</packaging>

0 commit comments

Comments
 (0)