Skip to content

Commit

Permalink
chore: fix poms and get the repo building again
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Nov 16, 2024
1 parent 36db8e7 commit 259f9a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ limitations under the License.
<modules>
<module>dataflow-connector-examples</module>
<module>dataproc-wordcount</module>
<module>gae-flexible-helloworld</module>
<module>hello-world</module>
<module>metric-scaler</module>
<module>quickstart</module>
<module>connect</module>
</modules>
</project>

3 changes: 2 additions & 1 deletion java/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ limitations under the License.
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.10</version>
<version>1.2.2</version>
<relativePath></relativePath>
</parent>

<properties>
Expand Down

0 comments on commit 259f9a4

Please sign in to comment.