Skip to content

Commit

Permalink
version 3.6.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise authored Jun 1, 2023
1 parent 4c4d7b9 commit c339cec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion constraint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.eclipse.gemoc</groupId>
<artifactId>org.eclipse.gemoc.concurrent.root</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.eclipse.gemoc</groupId>
<artifactId>org.eclipse.gemoc.concurrent.root</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gemoc</groupId>
<artifactId>org.eclipse.gemoc.concurrent.root</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.gemoc.gemoc-studio</groupId>
<artifactId>gemoc_studio-eclipse-bom</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
<relativePath>../gemoc-studio/gemoc_studio/plugins/gemoc_studio-eclipse-bom</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -143,7 +143,7 @@
<artifact>
<groupId>org.eclipse.gemoc.gemoc-studio.bundle</groupId>
<artifactId>org.eclipse.gemoc.gemoc_studio.targetplatform</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
<classifier>gemoc_studio</classifier>
</artifact>
</target>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.gemoc.moccml.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.gemoc.moccml.feature"
label="GEMOC MOCCML"
version="3.6.0.qualifier"
version="3.6.1.qualifier"
provider-name="%providerName"
image="gemocstudio32.png">

Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.eclipse.gemoc</groupId>
<artifactId>org.eclipse.gemoc.concurrent.root</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit c339cec

Please sign in to comment.