Skip to content

Commit

Permalink
Fix mismatched version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
inRemark authored and minwoo-jung committed Jan 11, 2024
1 parent cdcce70 commit a1f3a91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions agent-testweb/grpc-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-grpc-plugin-testweb</artifactId>
Expand Down Expand Up @@ -94,4 +94,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions agent-testweb/ning-asynchttpclient-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-ning-asynchttpclient-plugin-testweb</artifactId>
Expand Down Expand Up @@ -48,4 +48,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions agent-testweb/okhttp-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.5.4-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-okhttp-plugin-testweb</artifactId>
Expand Down Expand Up @@ -48,4 +48,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.navercorp.pinpoint.common;
public final class Version {
public static final String VERSION = "2.5.4";
public static final String VERSION = "2.5.4-SNAPSHOT";
}

0 comments on commit a1f3a91

Please sign in to comment.