Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Grassi committed Jun 28, 2023
1 parent c6d8e03 commit 28c7a28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions camel-chimera-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.cefriel</groupId>
<artifactId>chimera</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</parent>

<artifactId>camel-chimera-graph</artifactId>
<packaging>jar</packaging>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>

<name>com.cefriel:camel-chimera-graph</name>
<description>Chimera Component for the Apache Camel framework supporting Graph Operations through the RDF4J library</description>
Expand Down
4 changes: 2 additions & 2 deletions camel-chimera-mapping-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.cefriel</groupId>
<artifactId>chimera</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</parent>

<artifactId>camel-chimera-mapping-template</artifactId>
<packaging>jar</packaging>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>

<name>com.cefriel:camel-chimera-mapping-template</name>
<description>Chimera Component for the Apache Camel framework that wraps the functionality of the mapping-template library</description>
Expand Down
4 changes: 2 additions & 2 deletions camel-chimera-rmlmapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.cefriel</groupId>
<artifactId>chimera</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
</parent>

<artifactId>camel-chimera-rmlmapper</artifactId>
<packaging>jar</packaging>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>

<name>com.cefriel:camel-chimera-rmlmapper</name>
<description>Chimera Component for the Apache Camel framework that enables RML based mappings through a fork of the rmlmapper library</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.cefriel</groupId>
<artifactId>chimera</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<packaging>pom</packaging>

<name>com.cefriel:chimera</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<connection>scm:git:https://github.com/cefriel/chimera.git</connection>
<developerConnection>scm:git:https://github.com/cefriel/chimera.git</developerConnection>
<url>https://github.com/cefriel/chimera</url>
<tag>HEAD</tag>
<tag>v3.0.7</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 28c7a28

Please sign in to comment.