Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idugalic committed Dec 17, 2021
1 parent 8c8e87c commit d8d0dff
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,13 +435,19 @@ All `fmodel` components/libraries are released to [Maven Central](https://repo1.
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>domain</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>application</artifactId>
<version>1.2.0</version>
<artifactId>application-vanilla</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>application-arrow</artifactId>
<version>1.3.0</version>
</dependency>
```

Expand All @@ -460,13 +466,6 @@ All `fmodel` components/libraries are released to [Maven Central](https://repo1.
- [The Blog - Domain modeling](https://fraktalio.com/blog/)
- [The Demo Source Code](https://github.com/fraktalio/fmodel-demos)

## Deploy to Maven Central

### Manually

```shell
mvn clean deploy -Dgpg.passphrase="YOUR_PASSPHRASE" -Pci-cd
```

## References and further reading

Expand Down
4 changes: 2 additions & 2 deletions application-arrow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>fmodel</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>application-arrow</artifactId>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>application</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
4 changes: 2 additions & 2 deletions application-vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>fmodel</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>application-vanilla</artifactId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>application</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
4 changes: 2 additions & 2 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>fmodel</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>application</artifactId>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>domain</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.fraktalio.fmodel</groupId>
<artifactId>fmodel</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>domain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.fraktalio.fmodel</groupId>
<artifactId>fmodel</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>fmodel</name>
Expand Down

0 comments on commit d8d0dff

Please sign in to comment.