File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed
powertools-parameters/powertools-parameters-tests Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 2727 <description >
2828 A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
2929 </description >
30+ <scm >
31+ <url >https://github.com/aws-powertools/powertools-lambda-java</url >
32+ <connection >scm:git:git://github.com/aws-powertools/powertools-lambda-java.git</connection >
33+ <developerConnection >scm:git:ssh://github.com:aws-powertools/powertools-lambda-java.git</developerConnection >
34+ </scm >
35+ <developers >
36+ <developer >
37+ <name >Powertools for AWS team</name >
38+ 39+ <organization >Amazon Web Services Inc.</organization >
40+ <organizationUrl >https://aws.amazon.com</organizationUrl >
41+ </developer >
42+ </developers >
3043 <url >https://aws.amazon.com/lambda/</url >
3144 <issueManagement >
3245 <system >GitHub Issues</system >
Original file line number Diff line number Diff line change 180180 <plugin >
181181 <groupId >org.apache.maven.plugins</groupId >
182182 <artifactId >maven-deploy-plugin</artifactId >
183- <version >${maven.deploy.plugin.version} </version >
183+ <version >3.1.2 </version >
184184 <configuration >
185185 <skip >true</skip >
186186 </configuration >
Original file line number Diff line number Diff line change 1212
1313 <artifactId >powertools-parameters-tests</artifactId >
1414 <description >Powertools parameters tests that cut across all the parameters providers</description >
15- <properties >
16- <!-- Don't deploy the tests -->
17- <maven .deploy.skip>true</maven .deploy.skip>
18- </properties >
1915
2016 <dependencies >
2117 <dependency >
164160 </buildArgs >
165161 </configuration >
166162 </plugin >
163+ <plugin >
164+ <groupId >org.apache.maven.plugins</groupId >
165+ <artifactId >maven-deploy-plugin</artifactId >
166+ <version >3.1.2</version >
167+ <configuration >
168+ <skip >true</skip >
169+ </configuration >
170+ </plugin >
167171 </plugins >
168172 </build >
169173 </profile >
170174 </profiles >
171- </project >
175+ </project >
You can’t perform that action at this time.
0 commit comments