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 2727 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
2929-->
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" >
3231 <modelVersion >4.0.0</modelVersion >
3332
3433 <groupId >engineering.swat</groupId >
3534 <artifactId >java-watch</artifactId >
36- <version >0.0.1-SNAPSHOT </version >
35+ <version >0.5.0-RC1 </version >
3736 <packaging >jar</packaging >
3837
3938 <name >${project.groupId} :${project.artifactId} </name >
6766 <connection >scm:git:git://github.com/SWAT-engineering/java-watch.git</connection >
6867 <
developerConnection >scm:git:ssh://
[email protected] /SWAT-engineering/java-watch.git</
developerConnection >
6968 <url >https://github.com/SWAT-engineering/java-watch/tree/main/</url >
69+ <tag >v0.5.0-RC1</tag >
7070 </scm >
7171
7272 <properties >
9696 <configuration >
9797 <tagNameFormat >v@{project.version}</tagNameFormat >
9898 <!-- do not use the build in release profile, we invoke it later -->
99- <releaseProfiles ></ releaseProfiles >
99+ <releaseProfiles / >
100100 </configuration >
101101 </plugin >
102102 <plugin > <!-- unit test integration -->
You can’t perform that action at this time.
0 commit comments