Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ maven.install(

maven.install(
name = "maven_conformance",
artifacts = ["dev.cel:cel:0.11.0"],
artifacts = ["dev.cel:cel:0.11.1-demo"],
repositories = [
"https://maven.google.com",
"https://repo1.maven.org/maven2",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
<dependency>
<groupId>dev.cel</groupId>
<artifactId>cel</artifactId>
<version>0.11.0</version>
<version>0.11.1-demo</version>
</dependency>
```

**Gradle**

```gradle
implementation 'dev.cel:cel:0.11.0'
implementation 'dev.cel:cel:0.11.1-demo'
```

Then run this example:
Expand Down
2 changes: 1 addition & 1 deletion publish/cel_version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Maven artifact version for CEL."""
CEL_VERSION = "0.11.0"
CEL_VERSION = "0.11.1-demo"
Loading