Skip to content

Commit

Permalink
update Poms
Browse files Browse the repository at this point in the history
  • Loading branch information
prateeknima77 committed Feb 26, 2024
1 parent ab27497 commit 992695b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
14 changes: 7 additions & 7 deletions java/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.apache.arrow</groupId>
<artifactId>arrow-bom</artifactId>
<version>15.0.0</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Arrow Bill of Materials</name>
<description>Arrow Bill of Materials</description>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>${project.version}</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
Expand Down Expand Up @@ -110,27 +110,27 @@
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-format</artifactId>
<version>${project.version}</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-gandiva</artifactId>
<version>${project.version}</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
<version>${project.version}</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
<version>${project.version}</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-unsafe</artifactId>
<version>${project.version}</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
Expand Down
4 changes: 2 additions & 2 deletions java/maven/module-info-compiler-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.apache.arrow.maven.plugins</groupId>
<artifactId>arrow-maven-plugins</artifactId>
<version>15.0.0</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
</parent>
<artifactId>module-info-compiler-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -127,4 +127,4 @@
</build>


</project>
</project>
2 changes: 1 addition & 1 deletion java/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-->
<groupId>org.apache.arrow.maven.plugins</groupId>
<artifactId>arrow-maven-plugins</artifactId>
<version>15.0.0</version>
<version>siren-15.0.0-2-SNAPSHOT</version>
<name>Arrow Maven Plugins</name>
<packaging>pom</packaging>

Expand Down
1 change: 1 addition & 0 deletions java/memory/memory-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dep.junit.jupiter.version>5.10.1</dep.junit.jupiter.version>
<dep.slf4j.version>2.0.9</dep.slf4j.version>
<dep.guava-bom.version>33.0.0-jre</dep.guava-bom.version>
<dep.netty-bom.version>siren-4.1.104-1</dep.netty-bom.version>
<dep.netty-bom.version>siren-4.1.104-1-SNAPSHOT</dep.netty-bom.version>
<dep.grpc-bom.version>1.60.0</dep.grpc-bom.version>
<dep.protobuf-bom.version>3.23.1</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.16.0</dep.jackson-bom.version>
Expand Down Expand Up @@ -791,7 +791,7 @@
</reporting>

<modules>
<module>maven</module>
<!--<module>maven</module>-->
<module>bom</module>
<module>format</module>
<module>memory</module>
Expand Down

0 comments on commit 992695b

Please sign in to comment.