Skip to content

Commit

Permalink
this versions suck...
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Oct 22, 2015
1 parent 378af24 commit 77a02c6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>v1.3</version>
<version>v1.4</version>
</parent>
<packaging>jar</packaging>
<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions libandroid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>v1.3</version>
<version>v1.4</version>
</parent>
<packaging>jar</packaging>
<artifactId>libandroid</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>core</artifactId>
<version>v1.1</version>
<version>v1.4</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions libpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>v1.3</version>
<version>v1.4</version>
</parent>
<packaging>jar</packaging>
<artifactId>libpc</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>core</artifactId>
<version>v1.1</version>
<version>v1.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion messages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>core</artifactId>
<version>v1.1</version>
<version>v1.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.g3force.AndroidBluetoothProtobuf</groupId>
<artifactId>bluetoothprotobuf</artifactId>
<version>v1.3</version>
<version>v1.4</version>
<name>Bluetoothprotobuf</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 77a02c6

Please sign in to comment.