Skip to content

Commit

Permalink
✨ Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhpo committed Apr 21, 2024
1 parent 50e7884 commit 476bf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-Drevision=1.0.0
-Drevision=1.0.1
-DskipTests=true
-T=2C
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@EnableAspectJAutoProxy(proxyTargetClass = true)
@SpringBootTest(classes = LoggerTestApplication.class)
@Import({LoggerAutoConfiguration.class, LoggerAction.class, LoggerListenerTest.class})
class LoggerActionTest {
class LoggerActionServiceTest {

@Autowired
private LoggerAction loggerAction;
Expand Down

0 comments on commit 476bf1f

Please sign in to comment.