Skip to content

Commit 37904c9

Browse files
committed
[maven-release-plugin] prepare branch @{releaseLabel}
1 parent b9b92db commit 37904c9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

basic-server/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.dcache</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<scm>
1818
<connection>scm:git:https://github.com/dCache/nfs4j.git</connection>
1919
<developerConnection>scm:git:ssh://[email protected]/dCache/nfs4j.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>0.26</tag>
2121
</scm>
2222

2323
<!--

0 commit comments

Comments
 (0)