Skip to content

Commit

Permalink
Bump version from 0.3.1 to 0.3.2-SNAPSHOT [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-edc-bot committed Oct 2, 2023
1 parent f7c0751 commit d556fd6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ maven/mavencentral/org.ccil.cowan.tagsoup/tagsoup/1.2.1, Apache-2.0, approved, c
maven/mavencentral/org.checkerframework/checker-qual/3.12.0, MIT, approved, clearlydefined
maven/mavencentral/org.checkerframework/checker-qual/3.31.0, MIT, approved, clearlydefined
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.3.1-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.3.1-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.edc/autodoc-processor/0.3.2-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.3.2-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.16, 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.3.1-SNAPSHOT")
implementation("org.eclipse.edc:spi:core-spi:0.3.2-SNAPSHOT")
// any other dependencies
}
```
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
group=org.eclipse.edc
version=0.3.1-SNAPSHOT
version=0.3.2-SNAPSHOT
# for now, we're using the same version for the autodoc plugin, the processor and the runtime-metamodel lib, but that could
# change in the future
annotationProcessorVersion=0.3.1-SNAPSHOT
edcGradlePluginsVersion=0.3.1-SNAPSHOT
metaModelVersion=0.3.1-SNAPSHOT
annotationProcessorVersion=0.3.2-SNAPSHOT
edcGradlePluginsVersion=0.3.2-SNAPSHOT
metaModelVersion=0.3.2-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.76"
cloudEvents = "2.5.0"
edc = "0.3.1-SNAPSHOT"
edc = "0.3.2-SNAPSHOT"
failsafe = "3.3.2"
h2 = "2.2.222"
httpMockServer = "5.15.0"
Expand Down

0 comments on commit d556fd6

Please sign in to comment.