Skip to content

Commit 036fc2a

Browse files
committed
changed scm.connection|developerConnection|url to scm:git:https://github.com cause de.jutzig github-release-plugin fails otherwise
1 parent d487f6d commit 036fc2a

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

pom.xml

+23-24
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
</licenses>
3434

3535
<scm>
36-
<url>https://www.github.com/exist-db/documentation.git</url>
37-
<connection>scm:git:https://www.github.com/exist-db/documentation.git</connection>
38-
<developerConnection>scm:git:https://www.github.com/exist-db/documentation.git</developerConnection>
36+
<url>scm:git:https://github.com/exist-db/documentation.git</url>
37+
<connection>scm:git:https://github.com/exist-db/documentation.git</connection>
38+
<developerConnection>scm:git:https://github.com/exist-db/documentation.git</developerConnection>
3939
<tag>HEAD</tag>
4040
</scm>
4141
<issueManagement>
@@ -174,27 +174,26 @@
174174
<version>1.1.1</version>
175175
<executions>
176176
<execution>
177-
<id>github-upload</id>
178-
<phase>deploy</phase>
179-
<goals>
180-
<goal>release</goal>
181-
</goals>
182-
<inherited>false</inherited>
183-
184-
<configuration>
185-
<description>eXist-db documentation app for eXist-db 5.3.0</description>
186-
<releaseName>v5.3.0</releaseName>
187-
<tag>${project.version}</tag>
188-
<fileSets>
189-
<fileSet>
190-
<directory>${project.build.directory}</directory>
191-
<includes>
192-
<include>${project.artifactId}*.xar</include>
193-
</includes>
194-
</fileSet>
195-
</fileSets>
196-
</configuration>
197-
</execution>
177+
<id>github-upload</id>
178+
<phase>deploy</phase>
179+
<goals>
180+
<goal>release</goal>
181+
</goals>
182+
<inherited>false</inherited>
183+
<configuration>
184+
<description>eXist-db documentation app for eXist-db 5.3.1</description>
185+
<releaseName>v5.3.1</releaseName>
186+
<tag>${project.version}</tag>
187+
<fileSets>
188+
<fileSet>
189+
<directory>${project.build.directory}</directory>
190+
<includes>
191+
<include>${project.artifactId}*.xar</include>
192+
</includes>
193+
</fileSet>
194+
</fileSets>
195+
</configuration>
196+
</execution>
198197
</executions>
199198
</plugin>
200199
<plugin>

0 commit comments

Comments
 (0)