Skip to content

Commit 9fad70a

Browse files
l46kokcopybara-github
authored andcommitted
Maven publish demo
PiperOrigin-RevId: 805433703
1 parent 0bb2f72 commit 9fad70a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ maven.install(
114114

115115
maven.install(
116116
name = "maven_conformance",
117-
artifacts = ["dev.cel:cel:0.11.0"],
117+
artifacts = ["dev.cel:cel:0.11.1-demo"],
118118
repositories = [
119119
"https://maven.google.com",
120120
"https://repo1.maven.org/maven2",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
5555
<dependency>
5656
<groupId>dev.cel</groupId>
5757
<artifactId>cel</artifactId>
58-
<version>0.11.0</version>
58+
<version>0.11.1-demo</version>
5959
</dependency>
6060
```
6161

6262
**Gradle**
6363

6464
```gradle
65-
implementation 'dev.cel:cel:0.11.0'
65+
implementation 'dev.cel:cel:0.11.1-demo'
6666
```
6767

6868
Then run this example:

publish/cel_version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
"""Maven artifact version for CEL."""
15-
CEL_VERSION = "0.11.0"
15+
CEL_VERSION = "0.11.1-demo"

0 commit comments

Comments
 (0)