Skip to content

Commit

Permalink
chore: rename version property to check if broken
Browse files Browse the repository at this point in the history
  • Loading branch information
ingogriebsch committed May 14, 2020
1 parent a8745c8 commit 244b29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<commons-io.version>2.5</commons-io.version>
<a.b.c.d.version>28.1-jre</a.b.c.d.version>
<project.a.b.c.d.version>28.1-jre</project.a.b.c.d.version>
<spring.version>2.2.1.RELEASE</spring.version>
</properties>

Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${a.b.c.d.version}</version>
<version>${project.a.b.c.d.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 244b29a

Please sign in to comment.