Skip to content

Commit

Permalink
Merge branch 'quarkiverse:main' into issue-674-gcp-logging-spaninfo
Browse files Browse the repository at this point in the history
  • Loading branch information
wabrit authored Sep 20, 2024
2 parents 304c2e4 + ab20595 commit 26fe176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quarkiverse Google Cloud Services
release:
current-version: 2.12.0
current-version: 2.12.1
next-version: 2.13.0-SNAPSHOT
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:project-version: 2.12.0
:project-version: 2.12.1

:examples-dir: ./../examples/
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<module>bigtable</module>
<module>secret-manager</module>
<module>logging</module>
<module>integration-tests</module>
</modules>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -108,17 +109,5 @@
<module>docs</module>
</modules>
</profile>
<profile>
<id>it</id>
<activation>
<property>
<name>performRelease</name>
<value>!true</value>
</property>
</activation>
<modules>
<module>integration-tests</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 26fe176

Please sign in to comment.