Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Dec 9, 2021
2 parents bd8d853 + f92e780 commit 2bdbbb9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Copyright (C) 2018 V12 Technology Ltd.
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fluxtion.core</groupId>
<groupId>com.fluxtion</groupId>
<artifactId>root-parent-pom</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath>../poms/parent-root/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -108,7 +108,7 @@ Copyright (C) 2018 V12 Technology Ltd.

<dependencies>
<dependency>
<groupId>com.fluxtion.core</groupId>
<groupId>com.fluxtion</groupId>
<artifactId>runtime</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ along with this program. If not, see
<modelVersion>4.0.0</modelVersion>
<groupId>com.fluxtion</groupId>
<artifactId>fluxtion.master</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>fluxtion</name>

Expand Down
4 changes: 2 additions & 2 deletions poms/parent-root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.fluxtion.core</groupId>
<groupId>com.fluxtion</groupId>
<artifactId>root-parent-pom</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>fluxtion :: poms :: parent root</name>

Expand Down
2 changes: 1 addition & 1 deletion poms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see
<modelVersion>4.0.0</modelVersion>
<groupId>com.fluxtion</groupId>
<artifactId>build-parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>fluxtion :: poms</name>

Expand Down
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Copyright (C) 2018 V12 Technology Ltd.
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fluxtion.core</groupId>
<groupId>com.fluxtion</groupId>
<artifactId>root-parent-pom</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath>../poms/parent-root/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2bdbbb9

Please sign in to comment.