Skip to content

Commit 2dc2327

Browse files
authored
fix: release process (#161)
* fix: release process * Update test triggers
1 parent 5e21ba6 commit 2dc2327

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/fallback_generation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
pull_request:
1818
paths-ignore:
1919
- "tools/**"
20+
- "protoc-gen-java-snowpea/**"
21+
- "pom.xml"
2022
- ".github/workflows/test_generation.yaml"
2123

2224
jobs:

.github/workflows/test_generation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
pull_request:
1818
paths:
1919
- "tools/**"
20+
- "protoc-gen-java-snowpea/**"
21+
- "pom.xml"
2022
- ".github/workflows/test_generation.yaml"
2123

2224
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google CloudEvents Types for Java
22

3-
[![Maven Central](https://img.shields.io/maven-central/v/com.google.cloud/google-cloudevent-types.svg)](https://central.sonatype.com/artifact/com.google.cloud/google-cloudevent-types/0.8.0)
3+
[![Maven Central](https://img.shields.io/maven-central/v/com.google.cloud/google-cloudevent-types.svg)](https://central.sonatype.com/artifact/com.google.cloud/google-cloudevent-types/0.7.0)
44

55
* [Product Documentation](https://cloud.google.com/eventarc/docs/cloudevents)
66
* [Client Library Documentation - TBA]()
@@ -25,7 +25,7 @@ If you are using Maven, add this to your `pom.xml` file:
2525
<dependency>
2626
<groupId>com.google.cloud</groupId>
2727
<artifactId>google-cloudevent-types</artifactId>
28-
<version>0.8.0</version>
28+
<version>0.7.0</version>
2929
</dependency>
3030
```
3131

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383

8484
<modules>
8585
<module>google-cloudevent-types</module>
86-
<module>protoc-gen-java-snowpea</module>
8786
</modules>
8887

8988
<build>

0 commit comments

Comments
 (0)