File tree 2 files changed +26
-6
lines changed
2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change
1
+ name : Publish package to GitHub Packages
2
+ on :
3
+ release :
4
+ types : [created]
5
+ jobs :
6
+ publish :
7
+ runs-on : ubuntu-latest
8
+ permissions :
9
+ contents : read
10
+ packages : write
11
+ steps :
12
+ - uses : actions/checkout@v3
13
+ - uses : actions/setup-java@v3
14
+ with :
15
+ java-version : ' 11'
16
+ distribution : ' adopt'
17
+ - name : Publish package
18
+ run : mvn --batch-mode deploy
19
+ env :
20
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 23
23
<groupId >com.neva.felix</groupId >
24
24
<artifactId >search-webconsole-plugin</artifactId >
25
25
<packaging >bundle</packaging >
26
- <version >1.3.1-jd -SNAPSHOT</version >
26
+ <version >2.0.0 -SNAPSHOT</version >
27
27
<name >search-webconsole-plugin</name >
28
28
<description >Search everywhere plugin for Apache Felix Web Console</description >
29
29
<inceptionYear >2017</inceptionYear >
32
32
<url >https://github.com/neva-dev/felix-search-webconsole-plugin</url >
33
33
<
connection >scm:git:ssh://
[email protected] /neva-dev/felix-search-webconsole-plugin.git</
connection >
34
34
<
developerConnection >scm:git:ssh://
[email protected] /neva-dev/felix-search-webconsole-plugin.git</
developerConnection >
35
- <tag >search-webconsole-plugin-1.1.0 </tag >
35
+ <tag >HEAD </tag >
36
36
</scm >
37
37
38
38
<licenses >
58
58
59
59
<distributionManagement >
60
60
<repository >
61
- <id >bintray-neva-dev-maven-public </id >
62
- <name >neva-dev-maven-public </name >
63
- <url >https://api.bintray. com/maven/ neva-dev/maven-public/ felix-search-webconsole-plugin/;publish=1;override=1 </url >
61
+ <id >github </id >
62
+ <name >GitHub Packages </name >
63
+ <url >https://maven.pkg.github. com/neva-dev/felix-search-webconsole-plugin</url >
64
64
</repository >
65
65
</distributionManagement >
66
66
109
109
<groupId >org.apache.felix</groupId >
110
110
<artifactId >maven-bundle-plugin</artifactId >
111
111
<extensions >true</extensions >
112
- <version >4.2.0 </version >
112
+ <version >5.1.7 </version >
113
113
<configuration >
114
114
<instructions >
115
115
<Bundle-Name >Apache Felix Web Console Search Plugin</Bundle-Name >
You can’t perform that action at this time.
0 commit comments