Skip to content

Commit 62e14e0

Browse files
committed
[maven-release-plugin] prepare release v1.2
1 parent 115cca7 commit 62e14e0

3 files changed

Lines changed: 8 additions & 13 deletions

File tree

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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/maven-v4_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/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<groupId>com.softwareloop</groupId>
75
<artifactId>uploader-plus</artifactId>
8-
<version>1.2-SNAPSHOT</version>
6+
<version>1.2</version>
97
<packaging>pom</packaging>
108

119
<name>uploader-plus</name>
@@ -25,7 +23,8 @@
2523
<connection>scm:git:git@github.com:softwareloop/uploader-plus.git</connection>
2624
<developerConnection>scm:git:git@github.com:softwareloop/uploader-plus.git</developerConnection>
2725
<url>git@github.com:softwareloop/uploader-plus.git</url>
28-
</scm>
26+
<tag>v1.2</tag>
27+
</scm>
2928

3029
<developers>
3130
<developer>

repo/pom.xml

Lines changed: 2 additions & 4 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/maven-v4_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/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<artifactId>uploader-plus-repo</artifactId>
75
<name>uploader-plus-repo</name>
@@ -13,7 +11,7 @@
1311
<parent>
1412
<groupId>com.softwareloop</groupId>
1513
<artifactId>uploader-plus</artifactId>
16-
<version>1.2-SNAPSHOT</version>
14+
<version>1.2</version>
1715
</parent>
1816

1917
<properties>

surf/pom.xml

Lines changed: 2 additions & 4 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/maven-v4_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/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<artifactId>uploader-plus-surf</artifactId>
75
<name>uploader-plus-surf</name>
@@ -14,7 +12,7 @@
1412
<parent>
1513
<groupId>com.softwareloop</groupId>
1614
<artifactId>uploader-plus</artifactId>
17-
<version>1.2-SNAPSHOT</version>
15+
<version>1.2</version>
1816
</parent>
1917

2018
<properties>

0 commit comments

Comments
 (0)