Skip to content

Commit 5ad6cc3

Browse files
[maven-release-plugin] prepare release algebra-public-parent-1.0
1 parent 2598023 commit 5ad6cc3

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

algebra-public-jackson/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.hubspot</groupId>
87
<artifactId>algebra-public-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
</parent>
1110

1211
<artifactId>algebra-public-jackson</artifactId>
13-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1413

1514
<dependencies>
1615
<dependency>

algebra-public-testing/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.hubspot</groupId>
87
<artifactId>algebra-public-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
</parent>
1110

1211
<artifactId>algebra-public-testing</artifactId>
13-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1413

1514
<dependencies>
1615
<dependency>

algebra-public/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>com.hubspot</groupId>
87
<artifactId>algebra-public-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
109
</parent>
1110

1211
<artifactId>algebra-public</artifactId>
13-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1413

1514
<properties>
1615
<basepom.check.skip-findbugs>true</basepom.check.skip-findbugs>

pom.xml

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

65
<parent>
@@ -10,7 +9,7 @@
109
</parent>
1110

1211
<artifactId>algebra-public-parent</artifactId>
13-
<version>1.0-SNAPSHOT</version>
12+
<version>1.0</version>
1413
<packaging>pom</packaging>
1514

1615
<properties>
@@ -39,7 +38,7 @@
3938
<dependency>
4039
<groupId>com.hubspot</groupId>
4140
<artifactId>algebra-public</artifactId>
42-
<version>1.0-SNAPSHOT</version>
41+
<version>1.0</version>
4342
</dependency>
4443
<dependency>
4544
<groupId>org.immutables</groupId>
@@ -68,4 +67,8 @@
6867
</dependency>
6968
</dependencies>
7069
</dependencyManagement>
70+
71+
<scm>
72+
<tag>algebra-public-parent-1.0</tag>
73+
</scm>
7174
</project>

0 commit comments

Comments
 (0)