Skip to content

Commit

Permalink
get rid of ${revision} property
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarsz committed Dec 15, 2023
1 parent 37d4a87 commit 8298539
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jda4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>jda4</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jda5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>jda5</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.scarsz.jdaappender</groupId>
<artifactId>parent</artifactId>
<version>${revision}</version>
<version>1.2.0-SNAPSHOT</version>

<packaging>pom</packaging>
<modules>
Expand All @@ -16,7 +16,6 @@
</modules>

<properties>
<revision>1.2.0-SNAPSHOT</revision>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8298539

Please sign in to comment.