aws-delivlib 14.3.50 → 14.3.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,6 +154,21 @@ cat > ${release_pom} <<HERE
154
154
  <groupId>dummy</groupId>
155
155
  <artifactId>dummy</artifactId>
156
156
  <version>0.0.0</version>
157
+
158
+ <build>
159
+ <plugins>
160
+ <plugin>
161
+ <groupId>org.sonatype.plugins</groupId>
162
+ <artifactId>nexus-staging-maven-plugin</artifactId>
163
+ <version>${nexus_staging_maven_plugin_version}</version>
164
+ <configuration>
165
+ <argLine>
166
+ --add-opens java.base/java.util=ALL-UNNAMED
167
+ </argLine>
168
+ </configuration>
169
+ </plugin>
170
+ </plugins>
171
+ </build>
157
172
  </project>
158
173
  HERE
159
174
 
package/package.json CHANGED
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "main": "lib/index.js",
93
93
  "license": "Apache-2.0",
94
- "version": "14.3.50",
94
+ "version": "14.3.51",
95
95
  "jest": {
96
96
  "testMatch": [
97
97
  "**/lib/__tests__/**/?(*.)+(spec|test).js?(x)"