Skip to content

Commit

Permalink
[maven-release-plugin] prepare release aprof-32
Browse files Browse the repository at this point in the history
  • Loading branch information
tsitelov committed Sep 6, 2017
1 parent 076dea0 commit 9cb8adb
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.devexperts.aprof</groupId>
<artifactId>aprof</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</parent>

<packaging>jar</packaging>
Expand All @@ -16,17 +16,17 @@
<dependency>
<groupId>com.devexperts.aprof</groupId>
<artifactId>core</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</dependency>
<dependency>
<groupId>com.devexperts.aprof</groupId>
<artifactId>transformer</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</dependency>
<dependency>
<groupId>com.devexperts.aprof</groupId>
<artifactId>selftest</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>com.devexperts.aprof</groupId>
<artifactId>aprof</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</parent>
<artifactId>benchmark</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
<name>JMH benchmarks</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.devexperts.aprof</groupId>
<artifactId>aprof</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</parent>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.devexperts.aprof</groupId>
<artifactId>aprof</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
<packaging>pom</packaging>

<name>Aprof</name>
Expand Down Expand Up @@ -249,7 +249,7 @@
<scm>
<connection>scm:git:https://github.com/Devexperts/aprof.git</connection>
<developerConnection>scm:git:ssh://stash.in.devexperts.com:7999/dxlab/aprof.git</developerConnection>
<tag>HEAD</tag>
<tag>aprof-32</tag>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions selftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.devexperts.aprof</groupId>
<artifactId>aprof</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</parent>

<packaging>jar</packaging>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.devexperts.aprof</groupId>
<artifactId>core</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.devexperts.aprof</groupId>
<artifactId>aprof</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</parent>

<packaging>jar</packaging>
Expand Down Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.devexperts.aprof</groupId>
<artifactId>core</artifactId>
<version>32-SNAPSHOT</version>
<version>32</version>
</dependency>
</dependencies>
</project>

0 comments on commit 9cb8adb

Please sign in to comment.