This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch juneau-8.1.4-branch
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/juneau-8.1.4-branch by this 
push:
     new f67dd470e Fix versions.
f67dd470e is described below

commit f67dd470ecc10ca3dfa7b373b7acfb01a8617290
Author: James Bognar <[email protected]>
AuthorDate: Tue Oct 15 13:58:35 2024 -0400

    Fix versions.
---
 juneau-microservice/juneau-my-jetty-microservice/pom.xml      | 10 +++++-----
 juneau-microservice/juneau-my-springboot-microservice/pom.xml | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/juneau-microservice/juneau-my-jetty-microservice/pom.xml 
b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
index 516b0a732..dee7165c5 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-jetty-microservice/pom.xml
@@ -24,7 +24,7 @@
 <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/xsd/maven-4.0.0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
-       
+
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
@@ -34,12 +34,12 @@
        <artifactId>juneau-my-jetty-microservice</artifactId>
        <name>juneau/microservice/my-jetty-microservice</name>
        <description>Apache Juneau Jetty Microservice Template</description>
-       
+
        <properties>
-               <juneau.version>8.1.4</juneau.version>
+               <juneau.version>8.1.4-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
-       
+
        <dependencies>
                <dependency>
                        <groupId>org.apache.juneau</groupId>
@@ -47,7 +47,7 @@
                        <version>${juneau.version}</version>
                </dependency>
        </dependencies>
-       
+
        <build>
                <plugins>
                        <plugin>
diff --git a/juneau-microservice/juneau-my-springboot-microservice/pom.xml 
b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
index 716ca990d..9690f4eaf 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/pom.xml
+++ b/juneau-microservice/juneau-my-springboot-microservice/pom.xml
@@ -24,7 +24,7 @@
 <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/xsd/maven-4.0.0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
-       
+
        <parent>
                <groupId>org.apache.juneau</groupId>
                <artifactId>juneau-microservice</artifactId>
@@ -34,12 +34,12 @@
        <artifactId>juneau-my-springboot-microservice</artifactId>
        <name>juneau/microservice/my-springboot-microservice</name>
        <description>Apache Juneau Spring Boot Microservice 
Template</description>
-       
+
        <properties>
-               <juneau.version>8.1.4</juneau.version>
+               <juneau.version>8.1.4-SNAPSHOT</juneau.version>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
-       
+
        <dependencies>
                <dependency>
                        <groupId>org.apache.juneau</groupId>
@@ -52,7 +52,7 @@
                        <version>${juneau.version}</version>
                </dependency>
        </dependencies>
-       
+
        <build>
                <plugins>
                        <plugin>

Reply via email to