From 0cb43d9c583bfa1f353a299e3b83b99f2962afe1 Mon Sep 17 00:00:00 2001
From: jenkins <jenkins@hbbh.com>
Date: Thu, 14 Apr 2022 18:04:36 +0800
Subject: [PATCH] add version to 1.9.0-SHNPSHOT
---
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
index cfbb761..275eb3c 100644
--- a/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
+++ b/src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -6,5 +6,6 @@
@Test
public void test1(){
System.out.println("hello test....");
+ System.out.println("hello test2....");
}
}
--
Gitblit v1.9.1