We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd101c5 commit 49231e3Copy full SHA for 49231e3
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.github.computerdaddyguy</groupId>
7
<artifactId>jfiletreeprettyprinter</artifactId>
8
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSOT</version>
9
10
<packaging>jar</packaging>
11
<name>JFileTreePrettyPrinter</name>
release_process.md
@@ -20,4 +20,7 @@
20
- Github `release` workflow will run automatically
21
- Few minutes later, artifact is available on Maven Central 🎉
22
23
-- **Merge `main` back into `develop` branch**
+- **Merge `main` back into `develop` branch**
24
+
25
+- **In `develop` branch:**
26
+ - Update `pom.xml` to increment version and add `-SNAPSHOT` agin
0 commit comments