Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions (run by HannesWell) committed Mar 12, 2022
1 parent 44731ba commit 3845da6
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
Noteworthy changes are documented in this file.


## [Unreleased]
## [Unreleased](https://github.com/axkr/symja_android_library/compare/v2.0.0...HEAD)


## [2.0.0](https://github.com/axkr/symja_android_library/releases/tag/v2.0.0) - 2022-03-12

- Java 11 required
- first Maven Central release (contributed by [@HannesWell](https://github.com/HannesWell))
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-beakerx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-beakerx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-discord/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-discord</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-gpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-gpl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-jar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/matheclipse-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>matheclipse-script</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions symja_android_library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -62,7 +62,7 @@
<connection>scm:git:git://github.com/axkr/symja_android_library.git</connection>
<developerConnection>scm:git:[email protected]:axkr/symja_android_library.git</developerConnection>
<url>https://github.com/axkr/symja_android_library.git</url>
<tag>HEAD</tag>
<tag>v2.0.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion symja_android_library/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>tools</artifactId>
Expand Down

0 comments on commit 3845da6

Please sign in to comment.