Skip to content

Commit

Permalink
Replace version with revision
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Feb 11, 2024
1 parent 439ac39 commit eb34ecd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.basilevs.jstackfilter</groupId>
<artifactId>parent</artifactId>
<version>0.0.6</version>
<version>${revision}</version>
</parent>
<artifactId>core-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.basilevs.jstackfilter</groupId>
<artifactId>parent</artifactId>
<version>0.0.6</version>
<version>${revision}</version>
<relativePath>..</relativePath>
</parent>
<artifactId>eclipse-parent</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -5,15 +5,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.basilevs.jstackfilter</groupId>
<artifactId>parent</artifactId>
<version>0.0.6</version>
<packaging>pom</packaging>
<properties>
<tycho.version>4.0.4</tycho.version>
<revision>0.0.6-SNAPSHOT</revision>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<version>${revision}</version>
<packaging>pom</packaging>
<modules>
<module>core</module>
<module>eclipse</module>
Expand Down
4 changes: 2 additions & 2 deletions ui/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.basilevs.jstackfilter</groupId>
<artifactId>parent</artifactId>
<version>0.0.6</version>
<version>${revision}</version>
</parent>
<artifactId>ui</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.basilevs.jstackfilter</groupId>
<artifactId>org.basilevs.jstackfilter</artifactId>
<version>${project.version}-SNAPSHOT</version>
<version>${revision}</version>
</dependency>
</dependencies>
</project>

0 comments on commit eb34ecd

Please sign in to comment.