Skip to content

Commit 53fb807

Browse files
committed
Jreleaser sonatype attempt
1 parent 37a9fb0 commit 53fb807

File tree

1,023 files changed

+137243
-499
lines changed

Some content is hidden

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

1,023 files changed

+137243
-499
lines changed

.flattened-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>software.amazon.awssdk</groupId>
2020
<artifactId>aws-sdk-java-pom</artifactId>
21-
<version>3.5.5</version>
21+
<version>3.5.6</version>
2222
<packaging>pom</packaging>
2323
<name>AWS Java SDK :: Parent</name>
2424
<description>The Amazon Web Services SDK for Java provides Java APIs
@@ -122,7 +122,7 @@
122122
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
123123
<awscrt.version>0.38.1</awscrt.version>
124124
<org.eclipse.jdt.version>3.10.0</org.eclipse.jdt.version>
125-
<awsjavasdk.version>3.5.5</awsjavasdk.version>
125+
<awsjavasdk.version>3.5.6</awsjavasdk.version>
126126
<mockito.version>4.3.1</mockito.version>
127127
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
128128
<ant.version>1.10.14</ant.version>

archetypes/.flattened-pom.xml

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright 2010-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License").
6+
~ You may not use this file except in compliance with the License.
7+
~ A copy of the License is located at
8+
~
9+
~ http://aws.amazon.com/apache2.0
10+
~
11+
~ or in the "license" file accompanying this file. This file is distributed
12+
~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13+
~ express or implied. See the License for the specific language governing
14+
~ permissions and limitations under the License.
15+
-->
16+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
17+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
18+
<modelVersion>4.0.0</modelVersion>
19+
<groupId>software.amazon.awssdk</groupId>
20+
<artifactId>archetypes</artifactId>
21+
<version>3.5.6</version>
22+
<packaging>pom</packaging>
23+
<name>AWS Java SDK :: Archetypes</name>
24+
<description>Maven Archetypes for applications using Java SDK 2.x</description>
25+
<url>https://aws.amazon.com/sdkforjava/archetypes</url>
26+
<licenses>
27+
<license>
28+
<name>Apache License, Version 2.0</name>
29+
<url>https://aws.amazon.com/apache2.0</url>
30+
<distribution>repo</distribution>
31+
</license>
32+
</licenses>
33+
<developers>
34+
<developer>
35+
<id>amazonwebservices</id>
36+
<organization>Amazon Web Services</organization>
37+
<organizationUrl>https://aws.amazon.com</organizationUrl>
38+
<roles>
39+
<role>developer</role>
40+
</roles>
41+
</developer>
42+
</developers>
43+
<scm>
44+
<connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git/archetypes</connection>
45+
<url>https://github.com/aws/aws-sdk-java-v2/archetypes</url>
46+
</scm>
47+
<properties>
48+
<wiremock.version>2.32.0</wiremock.version>
49+
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
50+
<jackson.version>2.15.2</jackson.version>
51+
<scm.github.url>https://github.com/aws/aws-sdk-java-v2</scm.github.url>
52+
<netty-open-ssl-version>2.0.70.Final</netty-open-ssl-version>
53+
<slf4j.version>1.7.36</slf4j.version>
54+
<commons-codec.verion>1.17.1</commons-codec.verion>
55+
<equalsverifier.version>3.15.1</equalsverifier.version>
56+
<freemarker.version>2.3.9</freemarker.version>
57+
<log4j.version>2.17.1</log4j.version>
58+
<spotbugs.version>4.7.3.5</spotbugs.version>
59+
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
60+
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
61+
<javapoet.verion>1.13.0</javapoet.verion>
62+
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
63+
<org.eclipse.text.version>3.5.101</org.eclipse.text.version>
64+
<awsjavasdk.previous-previous.version>2.31.66</awsjavasdk.previous-previous.version>
65+
<archunit.version>1.3.0</archunit.version>
66+
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
67+
<jmh.version>1.37</jmh.version>
68+
<commons-lang.verson>2.6</commons-lang.verson>
69+
<v2.migration.tests.skip>true</v2.migration.tests.skip>
70+
<junit5.version>5.10.0</junit5.version>
71+
<sqllite.version>1.0.392</sqllite.version>
72+
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
73+
<awsjavasdk.previous.version>2.31.67</awsjavasdk.previous.version>
74+
<maven-wrapper-plugin.version>3.2.0</maven-wrapper-plugin.version>
75+
<unitils.version>3.4.6</unitils.version>
76+
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
77+
<assertj.version>3.20.2</assertj.version>
78+
<jacksonjr.version>2.17.3</jacksonjr.version>
79+
<aspectj.version>1.8.2</aspectj.version>
80+
<maven.surefire.version>3.1.2</maven.surefire.version>
81+
<altDeploymentRepository>local::file:./target/staging-deploy</altDeploymentRepository>
82+
<mockito.version>4.3.1</mockito.version>
83+
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
84+
<ant.version>1.10.14</ant.version>
85+
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
86+
<junit4.version>4.13.2</junit4.version>
87+
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
88+
<httpcomponents.httpcore.version>4.4.16</httpcomponents.httpcore.version>
89+
<skip.unit.tests>true</skip.unit.tests>
90+
<maven-archetype-plugin.version>3.3.0</maven-archetype-plugin.version>
91+
<maven-velocity-plugin.version>0.9</maven-velocity-plugin.version>
92+
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
93+
<xmlunit.version>1.3</xmlunit.version>
94+
<testng.version>7.1.0</testng.version>
95+
<bytebuddy.version>1.14.15</bytebuddy.version>
96+
<s3accessgrants.version>2.1.0</s3accessgrants.version>
97+
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
98+
<integTestSourceDirectory>/Users/rvaknin/workspaces/aws-sdk-java-v2/archetypes/src/it/java</integTestSourceDirectory>
99+
<commons.lang.version>3.14.0</commons.lang.version>
100+
<spring.version>3.0.7.RELEASE</spring.version>
101+
<jackson.databind.version>2.15.2</jackson.databind.version>
102+
<jimfs.version>1.1</jimfs.version>
103+
<scm.github.connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git</scm.github.connection>
104+
<reactive-streams.version>1.0.4</reactive-streams.version>
105+
<netty.version>4.1.118.Final</netty.version>
106+
<mockito.junit5.version>4.6.0</mockito.junit5.version>
107+
<dynamodb-local.version>1.25.0</dynamodb-local.version>
108+
<eventstream.version>1.0.1</eventstream.version>
109+
<rxjava.version>2.2.21</rxjava.version>
110+
<jetty.version>9.4.45.v20220203</jetty.version>
111+
<guava.version>29.0-jre</guava.version>
112+
<blockhound.version>1.0.8.RELEASE</blockhound.version>
113+
<hamcrest.version>1.3</hamcrest.version>
114+
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
115+
<jre.version>1.8</jre.version>
116+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
117+
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
118+
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
119+
<json-path.version>2.4.0</json-path.version>
120+
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
121+
<awscrt.version>0.38.1</awscrt.version>
122+
<org.eclipse.jdt.version>3.10.0</org.eclipse.jdt.version>
123+
<awsjavasdk.version>3.5.6</awsjavasdk.version>
124+
<checkstyle.version>8.42</checkstyle.version>
125+
<json-schema-validator.version>1.5.4</json-schema-validator.version>
126+
<commons.io.version>2.11.0</commons.io.version>
127+
<javadoc.resourcesDir>${session.executionRootDirectory}</javadoc.resourcesDir>
128+
</properties>
129+
<pluginRepositories>
130+
<pluginRepository>
131+
<snapshots>
132+
<enabled>false</enabled>
133+
</snapshots>
134+
<id>central</id>
135+
<name>Central Repository</name>
136+
<url>https://repo.maven.apache.org/maven2</url>
137+
</pluginRepository>
138+
</pluginRepositories>
139+
</project>
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License").
6+
~ You may not use this file except in compliance with the License.
7+
~ A copy of the License is located at
8+
~
9+
~ http://aws.amazon.com/apache2.0
10+
~
11+
~ or in the "license" file accompanying this file. This file is distributed
12+
~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
13+
~ express or implied. See the License for the specific language governing
14+
~ permissions and limitations under the License.
15+
-->
16+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
17+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
18+
<modelVersion>4.0.0</modelVersion>
19+
<groupId>software.amazon.awssdk</groupId>
20+
<artifactId>archetype-app-quickstart</artifactId>
21+
<version>3.5.6</version>
22+
<packaging>maven-archetype</packaging>
23+
<name>AWS Java SDK :: Archetype App</name>
24+
<description>The AWS SDK for Java - Maven archetype for a sample application using AWS Java SDK 2.x</description>
25+
<url>https://aws.amazon.com/sdkforjava/archetypes/archetype-app-quickstart</url>
26+
<licenses>
27+
<license>
28+
<name>Apache License, Version 2.0</name>
29+
<url>https://aws.amazon.com/apache2.0</url>
30+
<distribution>repo</distribution>
31+
</license>
32+
</licenses>
33+
<developers>
34+
<developer>
35+
<id>amazonwebservices</id>
36+
<organization>Amazon Web Services</organization>
37+
<organizationUrl>https://aws.amazon.com</organizationUrl>
38+
<roles>
39+
<role>developer</role>
40+
</roles>
41+
</developer>
42+
</developers>
43+
<scm>
44+
<connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git/archetypes/archetype-app-quickstart</connection>
45+
<url>https://github.com/aws/aws-sdk-java-v2/archetypes/archetype-app-quickstart</url>
46+
</scm>
47+
<properties>
48+
<wiremock.version>2.32.0</wiremock.version>
49+
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
50+
<jackson.version>2.15.2</jackson.version>
51+
<scm.github.url>https://github.com/aws/aws-sdk-java-v2</scm.github.url>
52+
<netty-open-ssl-version>2.0.70.Final</netty-open-ssl-version>
53+
<slf4j.version>1.7.36</slf4j.version>
54+
<commons-codec.verion>1.17.1</commons-codec.verion>
55+
<equalsverifier.version>3.15.1</equalsverifier.version>
56+
<freemarker.version>2.3.9</freemarker.version>
57+
<log4j.version>2.17.1</log4j.version>
58+
<spotbugs.version>4.7.3.5</spotbugs.version>
59+
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
60+
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
61+
<javapoet.verion>1.13.0</javapoet.verion>
62+
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
63+
<org.eclipse.text.version>3.5.101</org.eclipse.text.version>
64+
<awsjavasdk.previous-previous.version>2.31.66</awsjavasdk.previous-previous.version>
65+
<archunit.version>1.3.0</archunit.version>
66+
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
67+
<jmh.version>1.37</jmh.version>
68+
<commons-lang.verson>2.6</commons-lang.verson>
69+
<v2.migration.tests.skip>true</v2.migration.tests.skip>
70+
<junit5.version>5.10.0</junit5.version>
71+
<sqllite.version>1.0.392</sqllite.version>
72+
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
73+
<awsjavasdk.previous.version>2.31.67</awsjavasdk.previous.version>
74+
<unitils.version>3.4.6</unitils.version>
75+
<maven-wrapper-plugin.version>3.2.0</maven-wrapper-plugin.version>
76+
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
77+
<jacksonjr.version>2.17.3</jacksonjr.version>
78+
<assertj.version>3.20.2</assertj.version>
79+
<aspectj.version>1.8.2</aspectj.version>
80+
<maven.surefire.version>3.1.2</maven.surefire.version>
81+
<altDeploymentRepository>local::file:./target/staging-deploy</altDeploymentRepository>
82+
<mockito.version>4.3.1</mockito.version>
83+
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
84+
<ant.version>1.10.14</ant.version>
85+
<maven.archetype.version>3.2.0</maven.archetype.version>
86+
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
87+
<junit4.version>4.13.2</junit4.version>
88+
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
89+
<httpcomponents.httpcore.version>4.4.16</httpcomponents.httpcore.version>
90+
<skip.unit.tests>true</skip.unit.tests>
91+
<maven-archetype-plugin.version>3.3.0</maven-archetype-plugin.version>
92+
<maven-velocity-plugin.version>0.9</maven-velocity-plugin.version>
93+
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
94+
<xmlunit.version>1.3</xmlunit.version>
95+
<testng.version>7.1.0</testng.version>
96+
<maven.resource.plugin.version>3.2.0</maven.resource.plugin.version>
97+
<bytebuddy.version>1.14.15</bytebuddy.version>
98+
<s3accessgrants.version>2.1.0</s3accessgrants.version>
99+
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
100+
<integTestSourceDirectory>/Users/rvaknin/workspaces/aws-sdk-java-v2/archetypes/archetype-app-quickstart/src/it/java</integTestSourceDirectory>
101+
<commons.lang.version>3.14.0</commons.lang.version>
102+
<spring.version>3.0.7.RELEASE</spring.version>
103+
<jackson.databind.version>2.15.2</jackson.databind.version>
104+
<jimfs.version>1.1</jimfs.version>
105+
<scm.github.connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git</scm.github.connection>
106+
<reactive-streams.version>1.0.4</reactive-streams.version>
107+
<netty.version>4.1.118.Final</netty.version>
108+
<mockito.junit5.version>4.6.0</mockito.junit5.version>
109+
<dynamodb-local.version>1.25.0</dynamodb-local.version>
110+
<eventstream.version>1.0.1</eventstream.version>
111+
<rxjava.version>2.2.21</rxjava.version>
112+
<jetty.version>9.4.45.v20220203</jetty.version>
113+
<guava.version>29.0-jre</guava.version>
114+
<blockhound.version>1.0.8.RELEASE</blockhound.version>
115+
<hamcrest.version>1.3</hamcrest.version>
116+
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
117+
<jre.version>1.8</jre.version>
118+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
119+
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
120+
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
121+
<json-path.version>2.4.0</json-path.version>
122+
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
123+
<awscrt.version>0.38.1</awscrt.version>
124+
<org.eclipse.jdt.version>3.10.0</org.eclipse.jdt.version>
125+
<awsjavasdk.version>3.5.6</awsjavasdk.version>
126+
<checkstyle.version>8.42</checkstyle.version>
127+
<json-schema-validator.version>1.5.4</json-schema-validator.version>
128+
<commons.io.version>2.11.0</commons.io.version>
129+
<javadoc.resourcesDir>${session.executionRootDirectory}</javadoc.resourcesDir>
130+
</properties>
131+
<dependencies>
132+
<dependency>
133+
<groupId>software.amazon.awssdk</groupId>
134+
<artifactId>archetype-tools</artifactId>
135+
<version>3.5.6</version>
136+
<scope>provided</scope>
137+
</dependency>
138+
</dependencies>
139+
<pluginRepositories>
140+
<pluginRepository>
141+
<snapshots>
142+
<enabled>false</enabled>
143+
</snapshots>
144+
<id>central</id>
145+
<name>Central Repository</name>
146+
<url>https://repo.maven.apache.org/maven2</url>
147+
</pluginRepository>
148+
</pluginRepositories>
149+
</project>

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>3.5.5</version>
23+
<version>3.5.6</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)