Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanBloch committed Nov 9, 2022
1 parent e6f44bb commit 7cea750
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
8 changes: 3 additions & 5 deletions cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>falcon-challenge</artifactId>
<groupId>io.gbloch.falcon.challenge</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +16,7 @@
<dependency>
<groupId>io.gbloch.falcon.challenge</groupId>
<artifactId>falcon-challenge-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down
6 changes: 2 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
<artifactId>falcon-challenge</artifactId>
<groupId>io.gbloch.falcon.challenge</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>falcon-challenge-core</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>

<groupId>io.gbloch.falcon.challenge</groupId>
<artifactId>falcon-challenge</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<scm>
<developerConnection>scm:git:https://github.com/gaetanBloch/falcon-challenge.git</developerConnection>
<tag>v0.1.0</tag>
</scm>

<modules>
Expand Down
7 changes: 3 additions & 4 deletions web/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>io.gbloch.falcon.challenge</groupId>
<artifactId>falcon-challenge</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<artifactId>falcon-challenge-web</artifactId>

Expand All @@ -18,7 +17,7 @@
<dependency>
<groupId>io.gbloch.falcon.challenge</groupId>
<artifactId>falcon-challenge-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 7cea750

Please sign in to comment.