Skip to content

Commit

Permalink
refactor: add user token
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
  • Loading branch information
Sarthak160 committed Jun 25, 2024
1 parent bf8184f commit 3bbcb6f
Show file tree
Hide file tree
Showing 11 changed files with 4,359 additions and 5,289 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
<servers>
<server>
<id>ossrh</id>
<username>sarthak@keploy.io</username>
<password>Keploy@java123</password>
<username>${{ secrets.MAVEN_USERNAME }}</username>
<password>${{ secrets.MAVEN_PASSWORD }}</password>
</server>
</servers>
<mirrors>
Expand Down
4 changes: 2 additions & 2 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>java-sdk</artifactId>
<groupId>io.keploy</groupId>
<version>1.4.3</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>io.keploy</groupId>
<artifactId>integration</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
Expand Down
8 changes: 4 additions & 4 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-sdk</artifactId>
<groupId>io.keploy</groupId>
<version>1.4.3</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,19 +18,19 @@
<dependency>
<groupId>io.keploy</groupId>
<artifactId>core</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>models</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>common</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-sdk</artifactId>
<groupId>io.keploy</groupId>
<version>1.4.3</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.keploy</groupId>
<artifactId>core</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-sdk</artifactId>
<groupId>io.keploy</groupId>
<version>1.4.3</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>io.keploy</groupId>
<artifactId>models</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-sdk</artifactId>
<groupId>io.keploy</groupId>
<version>1.4.3</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>io.keploy</groupId>
<artifactId>core</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>api</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -36,13 +36,13 @@
<dependency>
<groupId>io.keploy</groupId>
<artifactId>common</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>models</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
Expand Down
14 changes: 7 additions & 7 deletions keploy-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>java-sdk</artifactId>
<groupId>io.keploy</groupId>
<version>1.4.3</version>
<version>1.4.5</version>
</parent>

<artifactId>keploy-sdk</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<name>keploy-sdk</name>
<!-- <description>keploy-sdk</description>-->
<description>Client Java SDK for Keploy</description>
Expand Down Expand Up @@ -47,31 +47,31 @@
<dependency>
<groupId>io.keploy</groupId>
<artifactId>core</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>api</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>integration</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>models</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.keploy</groupId>
<artifactId>common</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java-sdk</artifactId>
<groupId>io.keploy</groupId>
<version>1.4.3</version>
<version>1.4.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 3bbcb6f

Please sign in to comment.