Skip to content

Commit

Permalink
compatibility to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Oct 21, 2015
1 parent e594808 commit dbb6008
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions BluetoothProtobufApp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>1.0</version>
<version>v1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>app</artifactId>
Expand All @@ -19,15 +19,15 @@


<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>messages</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>

<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>libandroid</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions BluetoothProtobufClient/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>1.0</version>
<version>v1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>client</artifactId>
Expand All @@ -17,15 +17,15 @@
</dependency>

<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>messages</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>

<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>libpc</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions BluetoothProtobufCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>1.0</version>
<version>v1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>core</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions BluetoothProtobufLibAndroid/pom.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>1.0</version>
<version>v1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>libandroid</artifactId>
<name>BluetoothProtobufLibAndroid</name>

<dependencies>
<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>core</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>

<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>messages</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions BluetoothProtobufLibPC/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>1.0</version>
<version>v1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>libpc</artifactId>
Expand All @@ -24,9 +24,9 @@
</dependency>

<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>core</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions BluetoothProtobufMessages/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>1.0</version>
<version>v1.0</version>
</parent>
<packaging>jar</packaging>
<artifactId>messages</artifactId>
Expand All @@ -23,9 +23,9 @@
</dependency>

<dependency>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>core</artifactId>
<version>1.0</version>
<version>v1.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.g3force.bluetoothprotobuf</groupId>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>1.0</version>
<version>v1.0</version>
<name>Bluetoothprotobuf</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit dbb6008

Please sign in to comment.