From 370a0382e18d467b1eff336371e3ea051e3fd06b Mon Sep 17 00:00:00 2001 From: jasmith-hs Date: Tue, 3 Mar 2026 11:51:58 -0500 Subject: [PATCH] Bump version to 3.0.0-SNAPSHOT Starting point for the 3.0 release line. Remove hubspot.build.moved.after property as this branch is now the canonical 3.0 development branch. Co-Authored-By: Claude Sonnet 4.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5503f051..27b09a6e3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.hubspot.jinjava jinjava - 2.8.4-SNAPSHOT + 3.0.0-SNAPSHOT ${project.groupId}:${project.artifactId} Jinja templating engine implemented in Java