Skip to content

Commit

Permalink
Back to 1.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchc committed Sep 19, 2016
1 parent 0e46322 commit bcde475
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions modules/jetm-aop/pom.xml
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-aop</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM AOP</name>
<url>http://jetm.void.fm</url>
Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/jetm-build-tools/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-build-tools</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Build tools</name>
<url>http://jetm.void.fm</url>
Expand Down
6 changes: 3 additions & 3 deletions modules/jetm-cdi/pom.xml
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>


<groupId>fm.void.jetm</groupId>
<artifactId>jetm-cdi</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM CDI</name>
<url>http://jetm.void.fm</url>
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions modules/jetm-console/pom.xml
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>


<groupId>fm.void.jetm</groupId>
<artifactId>jetm-console</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Console</name>
<url>http://jetm.void.fm</url>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/jetm-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Core</name>
<url>http://jetm.void.fm</url>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions modules/jetm-jee/pom.xml
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

<artifactId>jetm-jee</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Java EE 6 Support</name>
<url>http://jetm.void.fm</url>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-cdi</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/jetm-legacy/pom.xml
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-legacy</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Legacy</name>
<url>http://jetm.void.fm</url>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/jetm-parent/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<name>JETM Parent POM</name>
<packaging>pom</packaging>

Expand Down
6 changes: 3 additions & 3 deletions modules/jetm-rrd/pom.xml
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-rrd</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>JETM RRD4J</name>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
16 changes: 8 additions & 8 deletions modules/jetm-spring/pom.xml
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-spring</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Spring</name>
<url>http://jetm.void.fm</url>
Expand All @@ -23,34 +23,34 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-aop</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-aop</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-console</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-web</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/jetm-swing/pom.xml
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-swing</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Swing Support (Experimental)</name>
<url>http://jetm.void.fm</url>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions modules/jetm-web/pom.xml
Expand Up @@ -8,13 +8,13 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../jetm-parent/pom.xml</relativePath>
</parent>

<groupId>fm.void.jetm</groupId>
<artifactId>jetm-web</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>JETM Web Support</name>
<url>http://jetm.void.fm</url>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -8,7 +8,7 @@
<artifactId>jetm-modules</artifactId>
<name>JETM</name>
<packaging>pom</packaging>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>

<url>http://jetm.void.fm</url>
<description>The Java Execution Time Measurement Library core package</description>
Expand Down
8 changes: 4 additions & 4 deletions samples/demo/jetm-demo-jee/pom.xml
Expand Up @@ -8,14 +8,14 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../../../modules/jetm-parent/pom.xml</relativePath>
</parent>


<groupId>fm.void.jetm.demo</groupId>
<artifactId>jetm-demo-jee</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>JETM Demo Application: Java EE 6 Demo</name>
<url>http://jetm.void.fm</url>
Expand Down Expand Up @@ -209,12 +209,12 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-console</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-jee</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>


Expand Down
6 changes: 3 additions & 3 deletions samples/demo/jetm-demo-spring-mvc/pom.xml
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-parent</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<relativePath>../../../modules/jetm-parent/pom.xml</relativePath>
</parent>


<groupId>fm.void.jetm.demo</groupId>
<artifactId>jetm-demo-spring-mvc</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>JETM Demo Application: Spring MVC Demo</name>
<url>http://jetm.void.fm</url>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>fm.void.jetm</groupId>
<artifactId>jetm-spring</artifactId>
<version>1.3.0-Beta3</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bcde475

Please sign in to comment.