Skip to content

Commit 47fe20c

Browse files
committed
updated maven coordinates
1 parent 2a921a8 commit 47fe20c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
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">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>io.spot-next</groupId>
6-
<artifactId>java-objectivec-bridge</artifactId>
7-
<version>1.0-SNAPSHOT</version>
5+
<groupId>ca.weblite</groupId>
6+
<artifactId>java-objc-bridge</artifactId>
7+
<version>1.1-SNAPSHOT</version>
88
<name>Java-Objective-C-Bridge</name>
99
<description>A thin bridge that allows for two-way communication from Java to Objective-C.</description>
1010
<licenses>

0 commit comments

Comments
 (0)