Skip to content

Commit

Permalink
E Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamora committed Apr 4, 2023
1 parent d7e92cb commit 76699bf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quatico/magellan",
"description": "",
"version": "0.2.2",
"version": "0.3.0",
"keywords": [
"typescript",
"java",
Expand Down Expand Up @@ -78,4 +78,4 @@
"node": ">=16.x",
"yarn": ">=1.22.x"
}
}
}
4 changes: 2 additions & 2 deletions packages/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.quatico.magellan</groupId>
<artifactId>magellan-oss-ci-root</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>com.quatico.magellan</groupId>
<artifactId>java</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>
<name>${project.organization.name} :: Magellan OSS Java Dependencies</name>
<description>The magellan core project</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion packages/java/serialization/.flattened-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.quatico.magellan</groupId>
<artifactId>serialization</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.3.0</version>
<name>Quatico Solutions AG :: Magellan Serialization</name>
<description>Magellan Serialization Module representing the Java Counterpart confirming to the same JSON
input/output as the Magellan TypeScript packages.</description>
Expand Down
4 changes: 2 additions & 2 deletions packages/java/serialization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.quatico.magellan</groupId>
<artifactId>java</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>0.2.2</version>
<version>0.3.0</version>
<packaging>jar</packaging>
<groupId>com.quatico.magellan</groupId>
<artifactId>serialization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.quatico.magellan</groupId>
<artifactId>magellan-oss-ci-root</artifactId>
<version>0.2.2</version>
<version>0.3.0</version>
<name>${project.organization.name} :: Magellan OSS CI root</name>
<description>Maven pipeline root module</description>
<url>https://github.com/quatico-solutions/magellan</url>
Expand Down

0 comments on commit 76699bf

Please sign in to comment.