Skip to content

Commit ef7bebf

Browse files
author
Jordan McCullough
committed
Fix groupId after package refactor
1 parent ebbbf77 commit ef7bebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.ambientideas</groupId>
4+
<groupId>com.github</groupId>
55
<artifactId>egitdemo</artifactId>
66
<packaging>jar</packaging>
77
<version>1.0-SNAPSHOT</version>

0 commit comments

Comments
 (0)