Skip to content

Commit

Permalink
Bump version from 0.4.0 to 0.4.1-SNAPSHOT [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-edc-bot committed Nov 16, 2023
1 parent 382094b commit 7fcfc5f
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 104 deletions.
4 changes: 2 additions & 2 deletions DEPENDENCIES
Expand Up @@ -88,8 +88,8 @@ maven/mavencentral/org.assertj/assertj-core/3.23.1, Apache-2.0, approved, clearl
maven/mavencentral/org.checkerframework/checker-compat-qual/2.5.2, GPL-2.0-only with Classpath-Exception-2.0, approved, #11598
maven/mavencentral/org.checkerframework/checker-qual/3.12.0, MIT, approved, clearlydefined
maven/mavencentral/org.codehaus.mojo/animal-sniffer-annotations/1.17, MIT, approved, clearlydefined
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.edc/autodoc-processor/0.4.1-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.eclipse.edc/runtime-metamodel/0.4.1-SNAPSHOT, Apache-2.0, approved, technology.edc
maven/mavencentral/org.glassfish.web/javax.el/2.2.6, CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0, approved, #1654
maven/mavencentral/org.hibernate.validator/hibernate-validator-annotation-processor/6.0.2.Final, Apache-2.0 AND LicenseRef-Public-Domain, approved, CQ20221
maven/mavencentral/org.hibernate.validator/hibernate-validator/6.0.2.Final, Apache-2.0 AND LicenseRef-Public-Domain, approved, CQ15540
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/gradle.properties
@@ -1 +1 @@
version=0.3.2-SNAPSHOT
version=0.4.1-SNAPSHOT
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,7 +1,7 @@
group=org.eclipse.edc
version=0.3.2-SNAPSHOT
version=0.4.1-SNAPSHOT

edcScmUrl=https://github.com/eclipse-edc/GradlePlugins
edcScmConnection=scm:git:git@github.com:eclipse-edc/GradlePlugins.git

annotationProcessorVersion=0.3.2-SNAPSHOT
annotationProcessorVersion=0.4.1-SNAPSHOT
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -2,7 +2,7 @@
format.version = "1.1"

[versions]
edc = "0.3.2-SNAPSHOT"
edc = "0.4.1-SNAPSHOT"
jackson = "2.15.2"
jetbrainsAnnotation = "24.0.1"

Expand Down

0 comments on commit 7fcfc5f

Please sign in to comment.