File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
28
29
29
-->
30
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
31
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
30
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
32
31
<modelVersion >4.0.0</modelVersion >
33
32
34
33
<groupId >engineering.swat</groupId >
35
34
<artifactId >java-watch</artifactId >
36
- <version >0.0.1-SNAPSHOT </version >
35
+ <version >0.5.0-RC1 </version >
37
36
<packaging >jar</packaging >
38
37
39
38
<name >${project.groupId} :${project.artifactId} </name >
67
66
<connection >scm:git:git://github.com/SWAT-engineering/java-watch.git</connection >
68
67
<
developerConnection >scm:git:ssh://
[email protected] /SWAT-engineering/java-watch.git</
developerConnection >
69
68
<url >https://github.com/SWAT-engineering/java-watch/tree/main/</url >
69
+ <tag >v0.5.0-RC1</tag >
70
70
</scm >
71
71
72
72
<properties >
96
96
<configuration >
97
97
<tagNameFormat >v@{project.version}</tagNameFormat >
98
98
<!-- do not use the build in release profile, we invoke it later -->
99
- <releaseProfiles ></ releaseProfiles >
99
+ <releaseProfiles / >
100
100
</configuration >
101
101
</plugin >
102
102
<plugin > <!-- unit test integration -->
You can’t perform that action at this time.
0 commit comments