Skip to content

Commit

Permalink
release 2.36.6
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbase12 committed Mar 28, 2024
1 parent 2b93b34 commit 979132f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>sixsq.nuvla.ui</groupId>
<artifactId>parent</artifactId>
<version>2.36.6-SNAPSHOT</version>
<version>2.36.6</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion code/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(def parent-version "6.7.12")
(def sixsq-nuvla-api-version "2.0.11")

(defproject sixsq.nuvla.ui/code "2.36.6-SNAPSHOT"
(defproject sixsq.nuvla.ui/code "2.36.6"

:description "Web Browser User Interface for Nuvla"

Expand Down
2 changes: 1 addition & 1 deletion code/shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:repositories {"sixsq-community-releases" {:url "https://nexus.sixsq.com/content/repositories/releases-community-rhel7/"}}

:builds {:nuvla-ui {:target :browser
:release-version "2.36.6-SNAPSHOT"
:release-version "2.36.6"
:output-dir "resources/public/ui/js"
:asset-path "/ui/js"
:js-options {:ignore-exports true}
Expand Down
2 changes: 1 addition & 1 deletion container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>sixsq.nuvla.ui</groupId>
<artifactId>parent</artifactId>
<version>2.36.6-SNAPSHOT</version>
<version>2.36.6</version>
</parent>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>sixsq.nuvla.ui</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.36.6-SNAPSHOT</version>
<version>2.36.6</version>
<name>ui</name>
<url>http://sixsq.com</url>

Expand Down

0 comments on commit 979132f

Please sign in to comment.