mirror of https://github.com/rusefi/usb4java.git
Change to org.usb4java in Maven POM and usb.properties. Update URL to my website (no HTTPS).
This commit is contained in:
parent
d8c12df19b
commit
4cf7aca75f
12
pom.xml
12
pom.xml
|
@ -2,7 +2,7 @@
|
|||
<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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>de.ailis.usb4java</groupId>
|
||||
<groupId>org.usb4java</groupId>
|
||||
<artifactId>usb4java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>usb4java</name>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<role>Developer</role>
|
||||
</roles>
|
||||
<timezone>+1</timezone>
|
||||
<url>https://l.longi.li/</url>
|
||||
<url>http://l.longi.li/</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
|
@ -181,8 +181,8 @@
|
|||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>de.ailis.usb4java.Main</mainClass>
|
||||
<packageName>de.ailis.usb4java</packageName>
|
||||
<mainClass>org.usb4java.Main</mainClass>
|
||||
<packageName>org.usb4java</packageName>
|
||||
<addClasspath>true</addClasspath>
|
||||
</manifest>
|
||||
</archive>
|
||||
|
@ -195,7 +195,7 @@
|
|||
<configuration>
|
||||
<classifier>no-natives</classifier>
|
||||
<excludes>
|
||||
<exclude>de/ailis/usb4java/libusb/*-*/**</exclude>
|
||||
<exclude>org/usb4java/libusb/*-*/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
@ -206,7 +206,7 @@
|
|||
<configuration>
|
||||
<classifier>natives</classifier>
|
||||
<includes>
|
||||
<include>de/ailis/usb4java/libusb/*-*/**</include>
|
||||
<include>org/usb4java/libusb/*-*/**</include>
|
||||
</includes>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
|
|
@ -1 +1 @@
|
|||
javax.usb.services = de.ailis.usb4java.Services
|
||||
javax.usb.services = org.usb4java.Services
|
||||
|
|
Loading…
Reference in New Issue