Skip to content

Commit

Permalink
correct lphybeast-ext version #155
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Sep 19, 2024
1 parent 6d558ee commit 4e27882
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
7 changes: 4 additions & 3 deletions lphybeast-ext-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,23 @@
</parent>

<artifactId>lphybeast-ext</artifactId>
<version>${lphybeastext.version}</version>

<dependencies>
<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast-mascot</artifactId>
<version>${project.version}</version>
<version>${lphybeastext.version}</version>
</dependency>
<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast-mm</artifactId>
<version>${project.version}</version>
<version>${lphybeastext.version}</version>
</dependency>
<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast-sa</artifactId>
<version>${project.version}</version>
<version>${lphybeastext.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion lphybeast-ext-dist/src/assembly/lphybeast-ext-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<source>version.xml</source>
</file>
<file>
<source>../README.md</source>
<source>README.md</source>
</file>
<file>
<source>../LICENSE</source>
Expand Down
3 changes: 2 additions & 1 deletion lphybeast-mascot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</parent>

<artifactId>lphybeast-mascot</artifactId>
<version>${lphybeastext.version}</version>

<dependencies>
<dependency>
Expand All @@ -26,7 +27,7 @@
<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast</artifactId>
<version>${project.version}</version>
<version>${parent.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
3 changes: 2 additions & 1 deletion lphybeast-mm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</parent>

<artifactId>lphybeast-mm</artifactId>
<version>${lphybeastext.version}</version>

<dependencies>
<dependency>
Expand All @@ -26,7 +27,7 @@
<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast</artifactId>
<version>${project.version}</version>
<version>${parent.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
3 changes: 2 additions & 1 deletion lphybeast-sa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</parent>

<artifactId>lphybeast-sa</artifactId>
<version>${lphybeastext.version}</version>

<dependencies>
<dependency>
Expand All @@ -26,7 +27,7 @@
<dependency>
<groupId>io.github.linguaphylo</groupId>
<artifactId>lphybeast</artifactId>
<version>${project.version}</version>
<version>${parent.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion lphybeast/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package name='lphybeast' version='1.1.0'>
<package name='lphybeast' version='1.2.0'>
<depends on='BEAST.base' atleast='2.7.6'/>
<depends on='BEAST.app' atleast='2.7.6'/>

Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.linguaphylo</groupId>
<artifactId>linguaphylo</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>lphybeast-root</artifactId>
Expand All @@ -20,6 +20,8 @@
<beast.version>2.7.7</beast.version>
<!-- parent.version : https://maven.apache.org/maven-ci-friendly.html -->
<revision>1.2.0</revision>
<!-- used by lphybeast ext -->
<lphybeastext.version>1.0.0</lphybeastext.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 4e27882

Please sign in to comment.