|
4 | 4 |
|
5 | 5 | <groupId>io.beanmapper</groupId> |
6 | 6 | <artifactId>beanmapper-spring-boot-starter</artifactId> |
7 | | - <version>6.0.1-SNAPSHOT</version> |
| 7 | + <version>6.0.1-RC1</version> |
8 | 8 | <packaging>jar</packaging> |
| 9 | + |
9 | 10 | <name>42 BeanMapper Spring Boot Starter</name> |
10 | 11 | <description>Spring boot starter/autoconfig for BeanMapper</description> |
11 | 12 | <inceptionYear>2017</inceptionYear> |
|
34 | 35 | <developers> |
35 | 36 | <developer> |
36 | 37 | <name>Bas de Vos</name> |
37 | | - <organization>42</organization> |
| 38 | + <organization>42 B.V.</organization> |
| 39 | + <organizationUrl>https://www.42.nl</organizationUrl> |
38 | 40 | </developer> |
39 | 41 | <developer> |
40 | 42 | <name>Robert Bor</name> |
41 | | - <organization>42</organization> |
| 43 | + <organization>42 B.V.</organization> |
| 44 | + <organizationUrl>https://www.42.nl</organizationUrl> |
| 45 | + </developer> |
| 46 | + <developer> |
| 47 | + <name>Marcus Talbot</name> |
| 48 | + <organization>42 B.V.</organization> |
| 49 | + <organizationUrl>https://www.42.nl</organizationUrl> |
42 | 50 | </developer> |
43 | 51 | </developers> |
44 | 52 |
|
45 | | - <distributionManagement> |
46 | | - <snapshotRepository> |
47 | | - <id>ossrh</id> |
48 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
49 | | - </snapshotRepository> |
50 | | - <repository> |
51 | | - <id>ossrh</id> |
52 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
53 | | - </repository> |
54 | | - </distributionManagement> |
55 | | - |
56 | 53 | <properties> |
57 | 54 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
58 | 55 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
61 | 58 |
|
62 | 59 | <spring.boot.version>3.4.0</spring.boot.version> |
63 | 60 | <beanmapper.spring.version>6.0.0</beanmapper.spring.version> |
64 | | - <maven.release.plugin.version>3.1.1</maven.release.plugin.version> |
65 | | - <maven.scm.provider.gitexe.version>2.1.0</maven.scm.provider.gitexe.version> |
66 | 61 | </properties> |
67 | 62 |
|
68 | 63 | <dependencies> |
|
129 | 124 |
|
130 | 125 | <build> |
131 | 126 | <plugins> |
132 | | - <plugin> |
133 | | - <groupId>org.sonatype.plugins</groupId> |
134 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
135 | | - <version>1.7.0</version> |
136 | | - <extensions>true</extensions> |
137 | | - <configuration> |
138 | | - <serverId>sonatype-nexus-staging</serverId> |
139 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
140 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
141 | | - </configuration> |
142 | | - </plugin> |
143 | | - |
144 | 127 | <plugin> |
145 | 128 | <groupId>org.apache.maven.plugins</groupId> |
146 | 129 | <artifactId>maven-javadoc-plugin</artifactId> |
|
155 | 138 | </executions> |
156 | 139 | </plugin> |
157 | 140 |
|
158 | | - <plugin> |
159 | | - <artifactId>maven-release-plugin</artifactId> |
160 | | - <version>${maven.release.plugin.version}</version> |
161 | | - <dependencies> |
162 | | - <!-- Fixes release commit creation on systems which are not in English --> |
163 | | - <dependency> |
164 | | - <groupId>org.apache.maven.scm</groupId> |
165 | | - <artifactId>maven-scm-api</artifactId> |
166 | | - <version>2.1.0</version> |
167 | | - </dependency> |
168 | | - <dependency> |
169 | | - <groupId>org.apache.maven.scm</groupId> |
170 | | - <artifactId>maven-scm-provider-gitexe</artifactId> |
171 | | - <version>${maven.scm.provider.gitexe.version}</version> |
172 | | - </dependency> |
173 | | - </dependencies> |
174 | | - </plugin> |
175 | | - |
176 | 141 | <plugin> |
177 | 142 | <groupId>org.apache.maven.plugins</groupId> |
178 | 143 | <artifactId>maven-source-plugin</artifactId> |
|
202 | 167 | </executions> |
203 | 168 | </plugin> |
204 | 169 |
|
| 170 | + <plugin> |
| 171 | + <groupId>org.sonatype.central</groupId> |
| 172 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 173 | + <version>0.7.0</version> |
| 174 | + <extensions>true</extensions> |
| 175 | + <configuration> |
| 176 | + <publishingServerId>central</publishingServerId> |
| 177 | + </configuration> |
| 178 | + </plugin> |
| 179 | + |
205 | 180 | <plugin> |
206 | 181 | <groupId>org.jacoco</groupId> |
207 | 182 | <artifactId>jacoco-maven-plugin</artifactId> |
|
0 commit comments