File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 99
1010# Client Secrets
1111/src /main /resources /client_secret * .json
12+
13+ # Maven
14+ pom.xml.versionsBackup
Original file line number Diff line number Diff line change 2222
2323 <groupId >to.lean.tools</groupId >
2424 <artifactId >mail-importer</artifactId >
25- <version >1.0-SNAPSHOT</version >
25+ <version >0.0.0-SNAPSHOT</version >
26+
27+ <scm >
28+ <connection >scm:git:git@github.com:iflan/mail-importer.git</connection >
29+ </scm >
2630
2731 <dependencies >
2832 <dependency >
143147 </execution >
144148 </executions >
145149 </plugin >
150+ <plugin >
151+ <artifactId >maven-scm-plugin</artifactId >
152+ <version >1.9.4</version >
153+ <configuration >
154+ <tag >${project.artifactId} -${project.version} </tag >
155+ </configuration >
156+ </plugin >
146157 </plugins >
147158 </build >
148159</project >
You can’t perform that action at this time.
0 commit comments