JAVA-22625: Changes made for formatting the pom.xml (#14327)

* JAVA-22625: Changes made for formatting the pom.xml

* JAVA-22625: Changes made for formatting the pom.xml

* JAVA-22625: commenting module

* JAVA-22625: commenting module
This commit is contained in:
Bipin kumar 2023-07-25 12:04:39 +05:30 committed by GitHub
parent 0fd8f7ba2e
commit 2229e249a5
20 changed files with 83 additions and 84 deletions

View File

@ -100,7 +100,6 @@
</plugins> </plugins>
</build> </build>
<properties> <properties>
<aws-lambda-java-events.version>1.3.0</aws-lambda-java-events.version> <aws-lambda-java-events.version>1.3.0</aws-lambda-java-events.version>
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version> <aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>core-groovy-2</artifactId> <artifactId>core-groovy-2</artifactId>

View File

@ -23,5 +23,4 @@
</resources> </resources>
</build> </build>
</project> </project>

View File

@ -75,7 +75,7 @@
<module>core-java-function</module> <module>core-java-function</module>
<module>core-java-functional</module> <module>core-java-functional</module>
<module>core-java-hex</module> <module>core-java-hex</module>
<module>core-java-io</module> <!--<module>core-java-io</module> Fixing in JAVA-23202-->
<module>core-java-io-2</module> <module>core-java-io-2</module>
<module>core-java-io-3</module> <module>core-java-io-3</module>
<module>core-java-io-4</module> <module>core-java-io-4</module>