Skip to content

Commit

Permalink
Bump version from 0.6.0 to 0.6.1-SNAPSHOT [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-edc-bot committed Mar 27, 2024
1 parent e372688 commit 923d887
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ maven/mavencentral/org.codehaus.plexus/plexus-container-default/2.1.0, Apache-2.
maven/mavencentral/org.codehaus.plexus/plexus-utils/3.1.1, , approved, CQ16492
maven/mavencentral/org.codehaus.plexus/plexus-utils/3.3.0, , approved, CQ21066
maven/mavencentral/org.eclipse.angus/angus-activation/1.0.0, EPL-2.0 OR GPL-2.0-only with Classpath-exception-2.0, approved, ee4j.angus
maven/mavencentral/org.eclipse.edc/autodoc-processor/0.5.2-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.5.2-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.edc/autodoc-processor/0.6.1-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.6.1-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.jetty.toolchain/jetty-jakarta-servlet-api/5.0.2, EPL-2.0 OR Apache-2.0, approved, rt.jetty
maven/mavencentral/org.eclipse.jetty.toolchain/jetty-jakarta-websocket-api/2.0.0, EPL-2.0 OR Apache-2.0, approved, rt.jetty
maven/mavencentral/org.eclipse.jetty.websocket/websocket-core-client/11.0.20, EPL-2.0 OR Apache-2.0, approved, rt.jetty
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Then you can add snapshot dependencies by simply using the `-SNAPSHOT` version s

```kotlin
dependencies {
implementation("org.eclipse.edc:spi:core-spi:0.5.2-SNAPSHOT")
implementation("org.eclipse.edc:spi:core-spi:0.6.1-SNAPSHOT")
// any other dependencies
}
```
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group=org.eclipse.edc
version=0.5.2-SNAPSHOT
version=0.6.1-SNAPSHOT
# for now, we're using the same version for the autodoc plugin and the processor, but that could change in the future
annotationProcessorVersion=0.5.2-SNAPSHOT
edcGradlePluginsVersion=0.5.2-SNAPSHOT
annotationProcessorVersion=0.6.1-SNAPSHOT
edcGradlePluginsVersion=0.6.1-SNAPSHOT
edcScmUrl=https://github.com/eclipse-edc/Connector.git
edcScmConnection=scm:git:git@github.com:eclipse-edc/Connector.git
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ atomikos = "6.0.0"
awaitility = "4.2.0"
bouncyCastle-jdk18on = "1.77"
cloudEvents = "2.5.0"
edc = "0.5.2-SNAPSHOT"
edc = "0.6.1-SNAPSHOT"
failsafe = "3.3.2"
h2 = "2.2.224"
httpMockServer = "5.15.0"
Expand Down

0 comments on commit 923d887

Please sign in to comment.