Skip to content

Commit

Permalink
Bump maven-parent to v2.6.0; bump crux to v1.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2024
1 parent a200ec8 commit 07b90bc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<artifactId>blaze</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<version>1.5.3-SNAPSHOT</version>

<parent>
<groupId>com.fizzed</groupId>
<artifactId>maven-parent</artifactId>
<version>2.3.0</version>
<version>2.6.0</version>
</parent>

<properties>
Expand All @@ -19,6 +18,7 @@
<!-- workaround travis ci maven version requirement -->
<maven.enforce.version>3.2.5</maven.enforce.version>
<jsch.agentproxy.version>0.0.9</jsch.agentproxy.version>
<crux.version>1.0.47</crux.version>
</properties>

<scm>
Expand Down Expand Up @@ -190,12 +190,11 @@
</exclusions>
</dependency>


<!-- blaze-vagrant dependencies -->
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>crux-vagrant</artifactId>
<version>1.0.43</version>
<version>${crux.version}</version>
</dependency>

<!-- blaze-kotlin dependencies -->
Expand Down Expand Up @@ -274,7 +273,7 @@
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>crux-util</artifactId>
<version>1.0.47-SNAPSHOT</version>
<version>${crux.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 07b90bc

Please sign in to comment.