Skip to content

Commit 4b30cb8

Browse files
committed
Add name to all poms for release
Signed-off-by: Knut-Erik Johnsen <[email protected]>
1 parent ae18b56 commit 4b30cb8

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

crossplane-crd-model/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
<artifactId>crossplane-crd-model</artifactId>
1313
<description>Crossplane coposite function CRDS</description>
14+
15+
<name>Crossplane CRD Models</name>
1416
<!-- DEPENDENCIES -->
1517
<dependencies>
1618
<dependency>

crossplane-function-base/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>${revision}</version>
1010
</parent>
1111

12+
<name>Crossplane Function Base</name>
1213
<artifactId>crossplane-function-base</artifactId>
1314
<description>Crossplane base module for functions</description>
1415

crossplane-function-example/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>${revision}</version>
1010
</parent>
1111

12+
<name>Crossplane Function Example</name>
1213
<artifactId>crossplane-function-example</artifactId>
1314
<description>Crossplane example implementation of a function</description>
1415

crossplane-function-springboot-starter/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>${revision}</version>
1010
</parent>
1111

12+
<name>Crossplane SprintBoot Starter</name>
1213
<artifactId>crossplane-function-springboot-starter</artifactId>
1314

1415

crossplane-protobuf-model/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>${revision}</version>
1010
</parent>
1111

12+
<name>Crossplane Protobuf Model</name>
1213
<artifactId>crossplane-protobuf-model</artifactId>
1314
<description>Crossplane composite function protobuf</description>
1415
<!-- DEPENDENCIES -->

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<version>${revision}</version>
1515
<packaging>pom</packaging>
1616

17+
<name>Crossplane Parent</name>
1718
<url>https://crossplane.io/</url>
1819
<description>Crossplane parent pom for composite functions</description>
1920

0 commit comments

Comments
 (0)