Skip to content

Commit f8460d3

Browse files
committed
revert the ability to specify the version in 1 spot since pushing to maven central does not allow this
1 parent 7a2c8b4 commit f8460d3

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

canbus-J1939/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.mapsmessaging</groupId>
2828
<artifactId>canbus</artifactId>
29-
<version>${revision}</version>
29+
<version>1.0.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

canbus-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.mapsmessaging</groupId>
2828
<artifactId>canbus</artifactId>
29-
<version>${revision}</version>
29+
<version>1.0.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

canbus-events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.mapsmessaging</groupId>
1010
<artifactId>canbus</artifactId>
11-
<version>${revision}</version>
11+
<version>1.0.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

canbus-nmea2000/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.mapsmessaging</groupId>
2828
<artifactId>canbus</artifactId>
29-
<version>${revision}</version>
29+
<version>1.0.0</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>io.mapsmessaging</groupId>
2727
<artifactId>canbus</artifactId>
28-
<version>${revision}</version>
28+
<version>1.0.0</version>
2929
<packaging>pom</packaging>
3030

3131
<name>CanBus</name>
@@ -77,7 +77,6 @@
7777
</scm>
7878

7979
<properties>
80-
<revision>1.0.0</revision>
8180
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8281
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8382

0 commit comments

Comments
 (0)