Skip to content

Commit b3c6eb3

Browse files
committed
🥺
1 parent b4bff3d commit b3c6eb3

File tree

1 file changed

+3
-42
lines changed

1 file changed

+3
-42
lines changed

pom.xml

Lines changed: 3 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</issueManagement>
2222

2323
<properties>
24-
<jsapi2.groupId>com.github.umjammer.jsapi</jsapi2.groupId> <!-- >org.jvoicexml / com.github.umjammer.jsapi -->
24+
<jsapi2.groupId>com.github.umjammer.jsapi</jsapi2.groupId> <!-- org.jvoicexml / com.github.umjammer.jsapi -->
2525
<jsapi2.version>0.6.5</jsapi2.version>
2626
<jersey.version>3.1.1</jersey.version>
2727
</properties>
@@ -160,45 +160,6 @@
160160
</plugins>
161161
</build>
162162
</profile>
163-
164-
<profile>
165-
<id>mac</id>
166-
<activation>
167-
<os>
168-
<family>mac</family>
169-
</os>
170-
</activation>
171-
<build>
172-
<plugins>
173-
<plugin>
174-
<groupId>org.apache.maven.plugins</groupId>
175-
<artifactId>maven-dependency-plugin</artifactId>
176-
<version>3.6.0</version>
177-
<executions>
178-
<execution>
179-
<id>copy</id>
180-
<phase>generate-resources</phase>
181-
<goals>
182-
<goal>copy</goal>
183-
</goals>
184-
<configuration>
185-
<artifactItems>
186-
<artifactItem>
187-
<groupId>org.rococoa</groupId>
188-
<artifactId>rococoa-core</artifactId>
189-
<type>dylib</type>
190-
<overWrite>false</overWrite>
191-
<outputDirectory>${project.build.testOutputDirectory}</outputDirectory>
192-
<destFileName>librococoa.dylib</destFileName>
193-
</artifactItem>
194-
</artifactItems>
195-
</configuration>
196-
</execution>
197-
</executions>
198-
</plugin>
199-
</plugins>
200-
</build>
201-
</profile>
202163
</profiles>
203164

204165
<build>
@@ -259,9 +220,9 @@
259220
</dependency>
260221

261222
<dependency>
262-
<groupId>org.rococoa</groupId>
223+
<groupId>com.github.umjammer.rococoa</groupId> <!-- org.rococoa / com.github.umjammer.rococoa -->
263224
<artifactId>rococoa-core</artifactId>
264-
<version>0.8.6</version>
225+
<version>0.8.7</version>
265226
</dependency>
266227

267228
<dependency>

0 commit comments

Comments
 (0)