Skip to content

Commit

Permalink
Release v1.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jose committed Dec 13, 2018
1 parent 56d9da1 commit 0113523
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion com.gzoltar.agent.rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.ant.examples/offline-instrumentation/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<property name="instrumented.classes.dir" location="${build.dir}/instrumented-classes" />
<property name="build.test.classes.dir" location="${build.dir}/tests" />

<property name="gzoltar.version" value="1.7.1-SNAPSHOT" />
<property name="gzoltar.version" value="1.7.1" />
<property name="gzoltar.report.dir" location="${build.dir}/gzoltar" />
<property name="gzoltar.exec.file" location="${build.dir}/gzoltar.exec" />

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.ant.examples/simple/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<property name="build.classes.dir" location="${build.dir}/classes" />
<property name="build.test.classes.dir" location="${build.dir}/tests" />

<property name="gzoltar.version" value="1.7.1-SNAPSHOT" />
<property name="gzoltar.version" value="1.7.1" />
<property name="gzoltar.report.dir" location="${build.dir}/gzoltar" />
<property name="gzoltar.exec.file" location="${build.dir}/gzoltar.exec" />

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<packaging>pom</packaging>

<name>GZoltar</name>
Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.fl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions com.gzoltar.maven.examples/offline-instrumentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.agent</artifactId>
<classifier>runtime</classifier>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -64,7 +64,7 @@
<plugin>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.maven</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<executions>
<execution>
<id>default-instrument</id>
Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.maven.examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.maven</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<executions>
<execution>
<id>pre-unit-test</id>
Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion com.gzoltar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.gzoltar</groupId>
<artifactId>com.gzoltar.build</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<relativePath>../com.gzoltar.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.gzoltar</groupId>
<artifactId>root</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 0113523

Please sign in to comment.