Skip to content

Commit e232d26

Browse files
author
Chris Newland
committed
bump version for release 1.4.9
1 parent 78dbd8e commit e232d26

File tree

5 files changed

+5
-169
lines changed

5 files changed

+5
-169
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ hotspot_pid*
2121
*.iml
2222
*pom.xml.versionsBackup
2323
junit*.properties
24+
*/dependency-reduced-pom.xml

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.chrisnewland</groupId>
88
<artifactId>jitwatch-parent</artifactId>
9-
<version>1.4.8</version>
9+
<version>1.4.9</version>
1010
</parent>
1111

1212
<artifactId>jitwatch-core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.chrisnewland</groupId>
77
<artifactId>jitwatch-parent</artifactId>
8-
<version>1.4.8</version>
8+
<version>1.4.9</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -254,4 +254,4 @@
254254
</plugin>
255255
</plugins>
256256
</build>
257-
</project>
257+
</project>

ui/dependency-reduced-pom.xml

Lines changed: 0 additions & 165 deletions
This file was deleted.

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.chrisnewland</groupId>
88
<artifactId>jitwatch-parent</artifactId>
9-
<version>1.4.8</version>
9+
<version>1.4.9</version>
1010
</parent>
1111

1212
<artifactId>jitwatch-ui</artifactId>

0 commit comments

Comments
 (0)