Bump to 0.1.0
This commit is contained in:
parent
aa120bdc51
commit
da4901acda
|
|
@ -65,7 +65,7 @@ class MyClass {
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>dev.openfeature</groupId>
|
<groupId>dev.openfeature</groupId>
|
||||||
<artifactId>javasdk</artifactId>
|
<artifactId>javasdk</artifactId>
|
||||||
<version>0.0.3-SNAPSHOT</version>
|
<version>0.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -87,7 +87,7 @@ If you would like snapshot builds, this is the relevant repository information:
|
||||||
#### Gradle
|
#### Gradle
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'dev.openfeature:javasdk:0.0.3-SNAPSHOT'
|
implementation 'dev.openfeature:javasdk:0.1.0'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
This is a simple checklist when performing a release.
|
||||||
|
|
||||||
|
1. Ensure we're up-to-date with the current spec via `./spec_finder.py --diff-output --refresh-spec`
|
||||||
|
2. Update `README.md` with the current spec that we're up to
|
||||||
|
3. Update `README.md` to keep the install instructions on the right version
|
||||||
|
4. Update `<version>` in pom.xml
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<groupId>dev.openfeature</groupId>
|
<groupId>dev.openfeature</groupId>
|
||||||
<artifactId>javasdk</artifactId>
|
<artifactId>javasdk</artifactId>
|
||||||
<version>0.0.3${version.modifier}</version>
|
<version>0.1.0${version.modifier}</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- During releases, we override this to make it empty -->
|
<!-- During releases, we override this to make it empty -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue