Skip to content

Commit 289227b

Browse files
committed
changed rultor script
1 parent 8d0e08e commit 289227b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
<properties>
1515
<plugin.id>org.intellimate.izou.sdk</plugin.id>
1616
<plugin.class>org.intellimate.izou.sdk.ZipFileManagerImpl</plugin.class>
17-
<plugin.version>${project.version}</plugin.version>
1817
<plugin.provider>intellimate</plugin.provider>
1918
<plugin.dependencies>org.intellimate.izou</plugin.dependencies>
19+
<server.id></server.id>
20+
2021
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
2122
<github.global.server>github</github.global.server>
2223
<log4j.version>2.1</log4j.version>
@@ -191,9 +192,12 @@
191192
<manifestEntries>
192193
<Plugin-Id>${plugin.id}</Plugin-Id>
193194
<Plugin-Class>${plugin.class}</Plugin-Class>
194-
<Plugin-Version>${plugin.version}</Plugin-Version>
195+
<Plugin-Version>${project.version}</Plugin-Version>
195196
<Plugin-Provider>${plugin.provider}</Plugin-Provider>
196197
<Plugin-Dependencies>${plugin.dependencies}</Plugin-Dependencies>
198+
<Server-ID>${server.id}</Server-ID>
199+
<SDK-Version>${project.version}</SDK-Version>
200+
<Artifact-ID>${artifactId}</Artifact-ID>
197201
</manifestEntries>
198202
</archive>
199203
</configuration>
@@ -203,8 +207,8 @@
203207
<artifactId>github-release-plugin</artifactId>
204208
<version>1.1.1</version>
205209
<configuration>
206-
<releaseName>${plugin.version}</releaseName>
207-
<tag>${plugin.version}</tag>
210+
<releaseName>${project.version}</releaseName>
211+
<tag>${project.version}</tag>
208212
<artifact>${project.build.directory}/${artifactId}-${version}.zip</artifact>
209213
</configuration>
210214
<executions>

0 commit comments

Comments
 (0)