Skip to content

Commit 24ed431

Browse files
committed
build: add project name for maven central
1 parent 766d2b3 commit 24ed431

File tree

62 files changed

+62
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+62
-0
lines changed

jooby/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby</artifactId>
12+
<name>jooby</name>
1213

1314
<dependencies>
1415

modules/jooby-apt/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby-apt</artifactId>
12+
<name>jooby-apt</name>
1213

1314
<properties>
1415
<!-- shaded module-info.java makes javadoc plugin fails -->

modules/jooby-avaje-inject/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby-avaje-inject</artifactId>
12+
<name>jooby-avaje-inject</name>
1213

1314
<properties>
1415
<maven.compiler.proc>full</maven.compiler.proc>

modules/jooby-avaje-jsonb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby-avaje-jsonb</artifactId>
12+
<name>jooby-avaje-jsonb</name>
1213

1314
<dependencies>
1415
<dependency>

modules/jooby-avaje-validator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby-avaje-validator</artifactId>
12+
<name>jooby-avaje-validator</name>
1213

1314
<properties>
1415
<maven.compiler.proc>full</maven.compiler.proc>

modules/jooby-awssdk-v1/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby-awssdk-v1</artifactId>
12+
<name>jooby-awssdk-v1</name>
1213

1314
<properties>
1415
<Module-Name>io.jooby.awssdkv1</Module-Name>

modules/jooby-awssdk-v2/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby-awssdk-v2</artifactId>
12+
<name>jooby-awssdk-v2</name>
1213

1314
<properties>
1415
<aws.java.sdk.version>2.31.73</aws.java.sdk.version>

modules/jooby-bom/pom.template.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<groupId>io.jooby</groupId>
1414
<artifactId>jooby-bom</artifactId>
15+
<name>jooby-bom</name>
1516
<packaging>pom</packaging>
1617
<version>@version</version>
1718
<description>Jooby (Bill of Materials)</description>

modules/jooby-bom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<groupId>io.jooby</groupId>
1414
<artifactId>jooby-bom</artifactId>
15+
<name>jooby-bom</name>
1516
<packaging>pom</packaging>
1617
<version>3.10.0</version>
1718
<description>Jooby (Bill of Materials)</description>

modules/jooby-caffeine/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>3.10.0</version>
1010
</parent>
1111
<artifactId>jooby-caffeine</artifactId>
12+
<name>jooby-caffeine</name>
1213

1314
<dependencies>
1415
<dependency>

0 commit comments

Comments
 (0)