switch from snapshot to release

Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/1344a6f9
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/1344a6f9
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/1344a6f9

Branch: refs/heads/ldp
Commit: 1344a6f918689978ca0f1c9554c124effff63405
Parents: 49593a1
Author: tkurz <[email protected]>
Authored: Tue Mar 25 13:06:19 2014 +0100
Committer: tkurz <[email protected]>
Committed: Tue Mar 25 13:06:19 2014 +0100

----------------------------------------------------------------------
 platform/marmotta-sparql/pom.xml                             | 2 +-
 .../marmotta-sparql/src/main/resources/web/admin/squebi.html | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/1344a6f9/platform/marmotta-sparql/pom.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml
index 6119db8..35d2a88 100644
--- a/platform/marmotta-sparql/pom.xml
+++ b/platform/marmotta-sparql/pom.xml
@@ -199,7 +199,7 @@
         <dependency>
             <groupId>com.github.tkurz.webjars</groupId>
             <artifactId>squebi</artifactId>
-            <version>0.0.5-SNAPSHOT</version>
+            <version>0.0.5</version>
         </dependency>
         <dependency>
             <groupId>org.webjars</groupId>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/1344a6f9/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
----------------------------------------------------------------------
diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html 
b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
index 8bcd502..4a663b2 100644
--- a/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
+++ b/platform/marmotta-sparql/src/main/resources/web/admin/squebi.html
@@ -25,7 +25,7 @@
         SQUEBI = {
             selectService : "../select",
             updateService : "../update",
-            app : "../../webjars/squebi/0.0.5-SNAPSHOT",
+            app : "../../webjars/squebi/0.0.5",
             bower : ".",
             hints : [],
             container : '#squebi_container',
@@ -34,13 +34,13 @@
             }
         };
     </script>
-    <script data-main="../../webjars/squebi/0.0.5-SNAPSHOT/main" 
src="../../webjars/squebi/0.0.5-SNAPSHOT/requirejs/require.js"></script>
+    <script data-main="../../webjars/squebi/0.0.5/main" 
src="../../webjars/squebi/0.0.5/requirejs/require.js"></script>
     <!--###END_HEAD###-->
 </head>
 <body>
 <!--###BEGIN_CONTENT###-->
 <div id="appLoader" style="margin-top: 100px; text-align: center; 
margin-bottom: 100px">
-    <img 
src="../../webjars/squebi/0.0.5-SNAPSHOT/squebi/img/ajax-loader-big.gif">
+    <img src="../../webjars/squebi/0.0.5/squebi/img/ajax-loader-big.gif">
 </div>
 <div style="display: none" id="squebi_container" class="container">
     <div ng-controller="SampleCtrl" class="header">
@@ -94,7 +94,7 @@
     <div ng-show="showResults" ng-controller="ResultCtrl" class="row result">
         <div ng-show="!loader" ng-include src="template"></div>
         <div class="loader" ng-show="loader">
-            <img 
src="../../webjars/squebi/0.0.5-SNAPSHOT/squebi/img/ajax-loader.gif">
+            <img src="../../webjars/squebi/0.0.5/squebi/img/ajax-loader.gif">
         </div>
     </div>
 

Reply via email to