We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b689cc commit dfa9c88Copy full SHA for dfa9c88
README.md
@@ -125,7 +125,7 @@ gradle test jacocoTestReport
125
```
126
127
The compiled _jar_ file will be located in the **build/libs** folder
128
-+ java-apex-api-security-2.0-SNAPSHOT.jar
++ java-apex-api-security-2.0.0-SNAPSHOT.jar
129
130
Import this jar into your java classpath to use the utility class
131
@@ -140,7 +140,7 @@ repositories {
140
mavenLocal()
141
}
142
dependencies {
143
- compile group: 'com.api.util', name: 'ApiSecurity', version: '2.0-SNAPSHOT'
+ compile group: 'com.api.util', name: 'ApiSecurity', version: '2.0.0-SNAPSHOT'
144
145
146
0 commit comments