Skip to content

Commit

Permalink
Bump to version v3.1.0 (#27)
Browse files Browse the repository at this point in the history
* bump to version v3.1.0

* fix: github package action;
  • Loading branch information
beryxz authored Jun 28, 2023
1 parent 3929c77 commit df4760a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions BappManifest.bmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Uuid: 81e073a640964b2ea3af0da93d048dbd
ExtensionType: 1
Name: SensitiveDiscoverer
RepoName: sensitive-discoverer
ScreenVersion: 3.0.0
ScreenVersion: 3.1.0
SerialVersion: 2
MinPlatformVersion: 0
ProOnly: False
Author: CYS4
ShortDescription: Burp Suite extension to scan for sensitive strings in HTTP messages.
EntryPoint: target/SensitiveDiscoverer-3.0.0-jar-with-dependencies.jar
EntryPoint: target/SensitiveDiscoverer-3.1.0-jar-with-dependencies.jar
BuildCommand: mvn package
SupportedProducts: Pro, Community
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.cys4.sensitivediscoverer</groupId>
<artifactId>sensitivediscoverer</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -41,6 +41,11 @@

<build>
<resources>
<resource>
<directory>
src/main/resources
</directory>
</resource>
<resource>
<directory>
src/main/resources/regexes
Expand Down

0 comments on commit df4760a

Please sign in to comment.