Skip to content

Commit a62e49e

Browse files
author
Davide Melfi
committed
chore: migrating events, log4j, serialization and test libraries to maven central
1 parent 23243f3 commit a62e49e

File tree

5 files changed

+30
-39
lines changed

5 files changed

+30
-39
lines changed

aws-lambda-java-events-sdk-transformer/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,16 @@
160160
</executions>
161161
</plugin>
162162
<plugin>
163-
<groupId>org.sonatype.plugins</groupId>
164-
<artifactId>nexus-staging-maven-plugin</artifactId>
165-
<version>1.6.3</version>
163+
<groupId>org.sonatype.central</groupId>
164+
<artifactId>central-publishing-maven-plugin</artifactId>
165+
<version>0.7.0</version>
166166
<extensions>true</extensions>
167167
<configuration>
168-
<serverId>sonatype-nexus-staging</serverId>
169-
<nexusUrl>https://aws.oss.sonatype.org/</nexusUrl>
170-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
168+
<publishingServerId>central</publishingServerId>
171169
</configuration>
172170
</plugin>
173171
</plugins>
174172
</build>
175173
</profile>
176174
</profiles>
177-
</project>
175+
</project>

aws-lambda-java-events/pom.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.amazonaws</groupId>
@@ -152,14 +152,12 @@
152152
</executions>
153153
</plugin>
154154
<plugin>
155-
<groupId>org.sonatype.plugins</groupId>
156-
<artifactId>nexus-staging-maven-plugin</artifactId>
157-
<version>1.6.3</version>
155+
<groupId>org.sonatype.central</groupId>
156+
<artifactId>central-publishing-maven-plugin</artifactId>
157+
<version>0.7.0</version>
158158
<extensions>true</extensions>
159159
<configuration>
160-
<serverId>sonatype-nexus-staging</serverId>
161-
<nexusUrl>https://aws.oss.sonatype.org/</nexusUrl>
162-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
160+
<publishingServerId>central</publishingServerId>
163161
</configuration>
164162
</plugin>
165163
<plugin>
@@ -189,4 +187,4 @@
189187
</build>
190188
</profile>
191189
</profiles>
192-
</project>
190+
</project>

aws-lambda-java-log4j2/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,16 @@
134134
</executions>
135135
</plugin>
136136
<plugin>
137-
<groupId>org.sonatype.plugins</groupId>
138-
<artifactId>nexus-staging-maven-plugin</artifactId>
139-
<version>1.6.3</version>
137+
<groupId>org.sonatype.central</groupId>
138+
<artifactId>central-publishing-maven-plugin</artifactId>
139+
<version>0.7.0</version>
140140
<extensions>true</extensions>
141141
<configuration>
142-
<serverId>sonatype-nexus-staging</serverId>
143-
<nexusUrl>https://aws.oss.sonatype.org/</nexusUrl>
144-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
142+
<publishingServerId>central</publishingServerId>
145143
</configuration>
146144
</plugin>
147145
</plugins>
148146
</build>
149147
</profile>
150148
</profiles>
151-
</project>
149+
</project>

aws-lambda-java-serialization/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.amazonaws</groupId>
@@ -169,14 +169,12 @@
169169
</executions>
170170
</plugin>
171171
<plugin>
172-
<groupId>org.sonatype.plugins</groupId>
173-
<artifactId>nexus-staging-maven-plugin</artifactId>
174-
<version>1.6.3</version>
172+
<groupId>org.sonatype.central</groupId>
173+
<artifactId>central-publishing-maven-plugin</artifactId>
174+
<version>0.7.0</version>
175175
<extensions>true</extensions>
176176
<configuration>
177-
<serverId>sonatype-nexus-staging</serverId>
178-
<nexusUrl>https://aws.oss.sonatype.org/</nexusUrl>
179-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
177+
<publishingServerId>central</publishingServerId>
180178
</configuration>
181179
</plugin>
182180
</plugins>

aws-lambda-java-tests/pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>com.amazonaws</groupId>
@@ -220,14 +221,12 @@
220221
</executions>
221222
</plugin>
222223
<plugin>
223-
<groupId>org.sonatype.plugins</groupId>
224-
<artifactId>nexus-staging-maven-plugin</artifactId>
225-
<version>1.6.3</version>
224+
<groupId>org.sonatype.central</groupId>
225+
<artifactId>central-publishing-maven-plugin</artifactId>
226+
<version>0.7.0</version>
226227
<extensions>true</extensions>
227228
<configuration>
228-
<serverId>sonatype-nexus-staging</serverId>
229-
<nexusUrl>https://aws.oss.sonatype.org/</nexusUrl>
230-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
229+
<publishingServerId>central</publishingServerId>
231230
</configuration>
232231
</plugin>
233232
</plugins>
@@ -254,4 +253,4 @@
254253
</plugin>
255254
</plugins>
256255
</build>
257-
</project>
256+
</project>

0 commit comments

Comments
 (0)