Skip to content

Commit

Permalink
bump version for release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Newland committed Jan 6, 2024
1 parent 78dbd8e commit e232d26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 169 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ hotspot_pid*
*.iml
*pom.xml.versionsBackup
junit*.properties
*/dependency-reduced-pom.xml
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>
</parent>

<artifactId>jitwatch-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -254,4 +254,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
165 changes: 0 additions & 165 deletions ui/dependency-reduced-pom.xml

This file was deleted.

2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chrisnewland</groupId>
<artifactId>jitwatch-parent</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>
</parent>

<artifactId>jitwatch-ui</artifactId>
Expand Down

0 comments on commit e232d26

Please sign in to comment.