Skip to content

Rvaknin/migrate to jreleaser #6217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
145 changes: 145 additions & 0 deletions .flattened-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License").
~ You may not use this file except in compliance with the License.
~ A copy of the License is located at
~
~ http://aws.amazon.com/apache2.0
~
~ or in the "license" file accompanying this file. This file is distributed
~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
~ express or implied. See the License for the specific language governing
~ permissions and limitations under the License.
-->
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>3.5.6</version>
<packaging>pom</packaging>
<name>AWS Java SDK :: Parent</name>
<description>The Amazon Web Services SDK for Java provides Java APIs
for building software on AWS' cost-effective, scalable, and reliable
infrastructure products. The AWS Java SDK allows developers to code
against APIs for all of Amazon's infrastructure web services (Amazon
S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon
AutoScaling, etc).</description>
<url>https://aws.amazon.com/sdkforjava</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://aws.amazon.com/apache2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>amazonwebservices</id>
<organization>Amazon Web Services</organization>
<organizationUrl>https://aws.amazon.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git</connection>
<url>https://github.com/aws/aws-sdk-java-v2</url>
</scm>
<properties>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<wiremock.version>2.32.0</wiremock.version>
<junit4.version>4.13.2</junit4.version>
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
<httpcomponents.httpcore.version>4.4.16</httpcomponents.httpcore.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<jackson.version>2.15.2</jackson.version>
<scm.github.url>https://github.com/aws/aws-sdk-java-v2</scm.github.url>
<skip.unit.tests>true</skip.unit.tests>
<maven-archetype-plugin.version>3.3.0</maven-archetype-plugin.version>
<netty-open-ssl-version>2.0.70.Final</netty-open-ssl-version>
<maven-velocity-plugin.version>0.9</maven-velocity-plugin.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
<slf4j.version>1.7.36</slf4j.version>
<xmlunit.version>1.3</xmlunit.version>
<testng.version>7.1.0</testng.version>
<commons-codec.verion>1.17.1</commons-codec.verion>
<equalsverifier.version>3.15.1</equalsverifier.version>
<freemarker.version>2.3.9</freemarker.version>
<log4j.version>2.17.1</log4j.version>
<spotbugs.version>4.7.3.5</spotbugs.version>
<bytebuddy.version>1.14.15</bytebuddy.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<s3accessgrants.version>2.1.0</s3accessgrants.version>
<javapoet.verion>1.13.0</javapoet.verion>
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
<integTestSourceDirectory>/Users/rvaknin/workspaces/aws-sdk-java-v2/src/it/java</integTestSourceDirectory>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<commons.lang.version>3.14.0</commons.lang.version>
<spring.version>3.0.7.RELEASE</spring.version>
<jackson.databind.version>2.15.2</jackson.databind.version>
<org.eclipse.text.version>3.5.101</org.eclipse.text.version>
<jimfs.version>1.1</jimfs.version>
<awsjavasdk.previous-previous.version>2.31.66</awsjavasdk.previous-previous.version>
<archunit.version>1.3.0</archunit.version>
<scm.github.connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git</scm.github.connection>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<jmh.version>1.37</jmh.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<commons-lang.verson>2.6</commons-lang.verson>
<netty.version>4.1.118.Final</netty.version>
<v2.migration.tests.skip>true</v2.migration.tests.skip>
<mockito.junit5.version>4.6.0</mockito.junit5.version>
<junit5.version>5.10.0</junit5.version>
<sqllite.version>1.0.392</sqllite.version>
<dynamodb-local.version>1.25.0</dynamodb-local.version>
<eventstream.version>1.0.1</eventstream.version>
<rxjava.version>2.2.21</rxjava.version>
<jetty.version>9.4.45.v20220203</jetty.version>
<guava.version>29.0-jre</guava.version>
<blockhound.version>1.0.8.RELEASE</blockhound.version>
<hamcrest.version>1.3</hamcrest.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<awsjavasdk.previous.version>2.31.67</awsjavasdk.previous.version>
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
<maven-wrapper-plugin.version>3.2.0</maven-wrapper-plugin.version>
<unitils.version>3.4.6</unitils.version>
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
<jre.version>1.8</jre.version>
<jacksonjr.version>2.17.3</jacksonjr.version>
<assertj.version>3.20.2</assertj.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aspectj.version>1.8.2</aspectj.version>
<maven.surefire.version>3.1.2</maven.surefire.version>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<json-path.version>2.4.0</json-path.version>
<altDeploymentRepository>local::file:./target/staging-deploy</altDeploymentRepository>
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
<awscrt.version>0.38.1</awscrt.version>
<org.eclipse.jdt.version>3.10.0</org.eclipse.jdt.version>
<awsjavasdk.version>3.5.6</awsjavasdk.version>
<mockito.version>4.3.1</mockito.version>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<ant.version>1.10.14</ant.version>
<checkstyle.version>8.42</checkstyle.version>
<json-schema-validator.version>1.5.4</json-schema-validator.version>
<commons.io.version>2.11.0</commons.io.version>
<javadoc.resourcesDir>${session.executionRootDirectory}</javadoc.resourcesDir>
</properties>
<dependencyManagement />
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>
</project>
139 changes: 139 additions & 0 deletions archetypes/.flattened-pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2010-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
~
~ Licensed under the Apache License, Version 2.0 (the "License").
~ You may not use this file except in compliance with the License.
~ A copy of the License is located at
~
~ http://aws.amazon.com/apache2.0
~
~ or in the "license" file accompanying this file. This file is distributed
~ on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
~ express or implied. See the License for the specific language governing
~ permissions and limitations under the License.
-->
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.awssdk</groupId>
<artifactId>archetypes</artifactId>
<version>3.5.6</version>
<packaging>pom</packaging>
<name>AWS Java SDK :: Archetypes</name>
<description>Maven Archetypes for applications using Java SDK 2.x</description>
<url>https://aws.amazon.com/sdkforjava/archetypes</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://aws.amazon.com/apache2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>amazonwebservices</id>
<organization>Amazon Web Services</organization>
<organizationUrl>https://aws.amazon.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git/archetypes</connection>
<url>https://github.com/aws/aws-sdk-java-v2/archetypes</url>
</scm>
<properties>
<wiremock.version>2.32.0</wiremock.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<jackson.version>2.15.2</jackson.version>
<scm.github.url>https://github.com/aws/aws-sdk-java-v2</scm.github.url>
<netty-open-ssl-version>2.0.70.Final</netty-open-ssl-version>
<slf4j.version>1.7.36</slf4j.version>
<commons-codec.verion>1.17.1</commons-codec.verion>
<equalsverifier.version>3.15.1</equalsverifier.version>
<freemarker.version>2.3.9</freemarker.version>
<log4j.version>2.17.1</log4j.version>
<spotbugs.version>4.7.3.5</spotbugs.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<javapoet.verion>1.13.0</javapoet.verion>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<org.eclipse.text.version>3.5.101</org.eclipse.text.version>
<awsjavasdk.previous-previous.version>2.31.66</awsjavasdk.previous-previous.version>
<archunit.version>1.3.0</archunit.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<jmh.version>1.37</jmh.version>
<commons-lang.verson>2.6</commons-lang.verson>
<v2.migration.tests.skip>true</v2.migration.tests.skip>
<junit5.version>5.10.0</junit5.version>
<sqllite.version>1.0.392</sqllite.version>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<awsjavasdk.previous.version>2.31.67</awsjavasdk.previous.version>
<maven-wrapper-plugin.version>3.2.0</maven-wrapper-plugin.version>
<unitils.version>3.4.6</unitils.version>
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
<assertj.version>3.20.2</assertj.version>
<jacksonjr.version>2.17.3</jacksonjr.version>
<aspectj.version>1.8.2</aspectj.version>
<maven.surefire.version>3.1.2</maven.surefire.version>
<altDeploymentRepository>local::file:./target/staging-deploy</altDeploymentRepository>
<mockito.version>4.3.1</mockito.version>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<ant.version>1.10.14</ant.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<junit4.version>4.13.2</junit4.version>
<japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
<httpcomponents.httpcore.version>4.4.16</httpcomponents.httpcore.version>
<skip.unit.tests>true</skip.unit.tests>
<maven-archetype-plugin.version>3.3.0</maven-archetype-plugin.version>
<maven-velocity-plugin.version>0.9</maven-velocity-plugin.version>
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
<xmlunit.version>1.3</xmlunit.version>
<testng.version>7.1.0</testng.version>
<bytebuddy.version>1.14.15</bytebuddy.version>
<s3accessgrants.version>2.1.0</s3accessgrants.version>
<versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
<integTestSourceDirectory>/Users/rvaknin/workspaces/aws-sdk-java-v2/archetypes/src/it/java</integTestSourceDirectory>
<commons.lang.version>3.14.0</commons.lang.version>
<spring.version>3.0.7.RELEASE</spring.version>
<jackson.databind.version>2.15.2</jackson.databind.version>
<jimfs.version>1.1</jimfs.version>
<scm.github.connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git</scm.github.connection>
<reactive-streams.version>1.0.4</reactive-streams.version>
<netty.version>4.1.118.Final</netty.version>
<mockito.junit5.version>4.6.0</mockito.junit5.version>
<dynamodb-local.version>1.25.0</dynamodb-local.version>
<eventstream.version>1.0.1</eventstream.version>
<rxjava.version>2.2.21</rxjava.version>
<jetty.version>9.4.45.v20220203</jetty.version>
<guava.version>29.0-jre</guava.version>
<blockhound.version>1.0.8.RELEASE</blockhound.version>
<hamcrest.version>1.3</hamcrest.version>
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
<jre.version>1.8</jre.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<json-path.version>2.4.0</json-path.version>
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
<awscrt.version>0.38.1</awscrt.version>
<org.eclipse.jdt.version>3.10.0</org.eclipse.jdt.version>
<awsjavasdk.version>3.5.6</awsjavasdk.version>
<checkstyle.version>8.42</checkstyle.version>
<json-schema-validator.version>1.5.4</json-schema-validator.version>
<commons.io.version>2.11.0</commons.io.version>
<javadoc.resourcesDir>${session.executionRootDirectory}</javadoc.resourcesDir>
</properties>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
</pluginRepositories>
</project>
Loading
Loading