Skip to content

Commit

Permalink
Release version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexengrig committed Jun 26, 2022
1 parent f80dfa8 commit bdf8d81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See full code in [demo](demo).

```groovy
implementation 'ru.spb.devclub:delegating-spring-request-context:1.0-SNAPSHOT'
implementation 'ru.spb.devclub:delegating-spring-request-context:1.0'
```

### Maven
Expand All @@ -50,7 +50,7 @@ implementation 'ru.spb.devclub:delegating-spring-request-context:1.0-SNAPSHOT'
<dependency>
<groupId>ru.spb.devclub</groupId>
<artifactId>delegating-spring-request-context</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
implementation files('../target/delegating-spring-request-context-1.0-SNAPSHOT.jar')
implementation files('../target/delegating-spring-request-context-1.0.jar')

implementation 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.projectlombok:lombok'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ru.spb.devclub</groupId>
<artifactId>delegating-spring-request-context</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<name>delegating-spring-request-context</name>
<description>
Expand Down

0 comments on commit bdf8d81

Please sign in to comment.