File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ extends:
186186 # this will create a .asc file for each file in the directory. This is a detached signature
187187 # required to publish into Maven Central.
188188 - bash : |
189- for file in `find staging -type f -name *-$(RELEASE_VERSION)*.jar`; do
189+ for file in `find staging -type f -name *-$(RELEASE_VERSION)*.jar -o -name *-$(RELEASE_VERSION)*.pom `; do
190190 echo $(javask-gpg-passphrase) | gpg --pinentry-mode loopback --passphrase-fd 0 -ab $file
191191 done
192192 workingDirectory: $(Build.ArtifactStagingDirectory)
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.gctoolkit</groupId >
77 <artifactId >gctoolkit</artifactId >
8- <version >3.2.0 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.gctoolkit</groupId >
77 <artifactId >gctoolkit</artifactId >
8- <version >3.2.0 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.microsoft.gctoolkit</groupId >
88 <artifactId >gctoolkit</artifactId >
9- <version >3.2.0 -SNAPSHOT</version >
9+ <version >3.1.2 -SNAPSHOT</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.gctoolkit</groupId >
77 <artifactId >gctoolkit</artifactId >
8- <version >3.2.0 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <groupId >com.microsoft.gctoolkit</groupId >
66 <artifactId >gctoolkit</artifactId >
77 <packaging >pom</packaging >
8- <version >3.2.0 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99
1010 <name >GCToolKit</name >
1111 <description >GC log parsing utilities</description >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.gctoolkit</groupId >
77 <artifactId >gctoolkit</artifactId >
8- <version >3.2.0 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.gctoolkit</groupId >
77 <artifactId >gctoolkit</artifactId >
8- <version >3.2.0 -SNAPSHOT</version >
8+ <version >3.1.2 -SNAPSHOT</version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
You can’t perform that action at this time.
0 commit comments