Skip to content

Commit 3a9478b

Browse files
committed
[maven-release-plugin] prepare release v0.0.1
1 parent 2391fda commit 3a9478b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

highcpu/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
1918

2019
<parent>
2120
<groupId>com.github.chrishantha.sample</groupId>
2221
<artifactId>java-samples</artifactId>
23-
<version>0.0.1-SNAPSHOT</version>
22+
<version>0.0.1</version>
2423
<relativePath>../pom.xml</relativePath>
2524
</parent>
2625

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<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/maven-v4_0_0.xsd">
1918
<parent>
2019
<groupId>org.apache</groupId>
2120
<artifactId>apache</artifactId>
@@ -24,7 +23,7 @@
2423

2524
<groupId>com.github.chrishantha.sample</groupId>
2625
<artifactId>java-samples</artifactId>
27-
<version>0.0.1-SNAPSHOT</version>
26+
<version>0.0.1</version>
2827
<modelVersion>4.0.0</modelVersion>
2928
<packaging>pom</packaging>
3029
<name>Java Samples</name>
@@ -47,7 +46,7 @@
4746
<url>https://github.com/chrishantha/sample-java-programs.git</url>
4847
<developerConnection>scm:git:https://github.com/chrishantha/sample-java-programs.git</developerConnection>
4948
<connection>scm:git:https://github.com/chrishantha/sample-java-programs.git</connection>
50-
<tag>HEAD</tag>
49+
<tag>v0.0.1</tag>
5150
</scm>
5251

5352
<modules>

0 commit comments

Comments
 (0)