Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinten10 committed Nov 20, 2022
1 parent a8af1f9 commit 25e5904
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions vrml-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
</parent>

<artifactId>vrml-jmx</artifactId>
<packaging>jar</packaging>

</project>
4 changes: 4 additions & 0 deletions vrml-jmx/src/main/java/group/rxcloud/vrml/jmx/Jmxs.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package group.rxcloud.vrml.jmx;

public class Jmxs {
}
4 changes: 4 additions & 0 deletions vrml-maven/src/main/java/group/rxcloud/vrml/maven/Mavens.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package group.rxcloud.vrml.maven;

public class Mavens {
}
1 change: 1 addition & 0 deletions vrml-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
</parent>

<artifactId>vrml-tomcat</artifactId>
<packaging>jar</packaging>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package group.rxcloud.vrml.shutdown;

public class Tomcats {
}

0 comments on commit 25e5904

Please sign in to comment.