Skip to content

Commit

Permalink
s/1.2-SNAPSHOT/1.3-SNAPSHOT/
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Nov 20, 2013
1 parent 8fe4470 commit eab40a8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example-services/example-fabric/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.hawt.example.services</groupId>
<artifactId>project</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>hawtio-json-schema-generator</artifactId>
<groupId>io.hawt</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>project</artifactId>
<groupId>io.hawt</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
</parent>

<groupId>org.apache.maven.plugin.my.unit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hawtio-karaf-itest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.hawt</groupId>
<artifactId>project</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion hawtio-web/src/test/java/io/hawt/sample/Main.java
Expand Up @@ -46,7 +46,7 @@ public static void main(String[] args) {
contextPath = "/" + contextPath;
}
String sourcePath = "src/main/webapp";
String webappOutdir = System.getProperty("webapp-outdir", "target/hawtio-web-1.2-SNAPSHOT");
String webappOutdir = System.getProperty("webapp-outdir", "target/hawtio-web-1.3-SNAPSHOT");
String webXml = sourcePath + "/WEB-INF/web.xml";
require(fileExists(webXml), "No web.xml could be found for $webXml");

Expand Down
2 changes: 1 addition & 1 deletion hawtio-web/src/test/specs/SpecRunner.html
Expand Up @@ -103,7 +103,7 @@
<script type="text/javascript" src="../../main/webapp/lib/sugar-1.3.6-custom.min.js"></script>


<script type="text/javascript" src="../../../target/hawtio-web-1.2-SNAPSHOT/app/app.js"></script>
<script type="text/javascript" src="../../../target/hawtio-web-1.3-SNAPSHOT/app/app.js"></script>

<!-- camel model definition -->
<script type="text/javascript" src="../../main/webapp/lib/camelModel.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion website/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.hawt</groupId>
<artifactId>project</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
</parent>

<artifactId>website</artifactId>
Expand Down

0 comments on commit eab40a8

Please sign in to comment.