Skip to content

Commit

Permalink
prepare pom.xml for release v3.0.0-alpha.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-roberts authored Aug 30, 2024
1 parent 7fc1a9f commit 3c205d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mvn clean install
<dependency>
<groupId>gov.nist.csd.pm</groupId>
<artifactId>policy-machine-core</artifactId>
<version>3.0.0</version>
<version>3.0.0-alpha.0</version>
</dependency>
```

Expand All @@ -44,7 +44,7 @@ Then, add the maven dependency
<dependency>
<groupId>com.github.usnistgov</groupId>
<artifactId>policy-machine-core</artifactId>
<version>VERSION</version>
<version>v3.0.0-alpha.0</version>
</dependency>
```
## Package Description
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>gov.nist.csd.pm</groupId>
<artifactId>policy-machine-core</artifactId>
<packaging>jar</packaging>
<version>3.0.0</version>
<version>3.0.0-alpha.0</version>

<build>
<plugins>
Expand Down

0 comments on commit 3c205d2

Please sign in to comment.