Skip to content

Commit

Permalink
GH-38 - Release version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Apr 1, 2021
1 parent c591fba commit b25747f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion jmolecules-archunit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-integrations</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>jmolecules-archunit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-bytebuddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-integrations</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<name>jMolecules - ByteBuddy plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-examples/jmolecules-spring-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-examples</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>jmolecules-spring-data-jpa</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions jmolecules-examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-integrations</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<artifactId>jmolecules-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-integrations</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<name>jMolecules - Jackson runtime integration</name>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-integrations</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<name>jMolecules - JPA runtime support</name>
Expand Down
2 changes: 1 addition & 1 deletion jmolecules-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-integrations</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<name>jMolecules - Spring runtime integration</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-integrations</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<name>jMolecules - Technology integrations</name>
<description>Modules to integrate jMolecules abstractions with implementation technologies</description>
Expand Down Expand Up @@ -230,7 +230,7 @@
<url>https://github.com/xmolecules/jmolecules</url>
<connection>scm:git:https://github.com/xmolecules/jmolecules</connection>
<developerConnection>scm:git:ssh://[email protected]/xmolecules/jmolecules.git</developerConnection>
<tag>HEAD</tag>
<tag>0.3.0</tag>
</scm>

</project>

0 comments on commit b25747f

Please sign in to comment.