Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
<licenses>
<license>
<name>Apache Software License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<issueManagement>
<system>jira</system>
<url>http://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS</url>
<url>https://jira.springframework.org/browse/SESPRINGACTIONSCRIPTAS</url>
</issueManagement>

<mailingLists>
Expand All @@ -74,7 +74,7 @@
<subscribe>springactionscript-dev+subscribe@googlegroups.com</subscribe>
<unsubscribe>springactionscript-dev+unsubscribe@googlegroups.com</unsubscribe>
<post>springactionscript-dev@googlegroups.com</post>
<archive>http://groups.google.com/group/springactionscript-dev</archive>
<archive>https://groups.google.com/group/springactionscript-dev</archive>
</mailingList>
</mailingLists>

Expand All @@ -83,7 +83,7 @@
<id>cherreman</id>
<name>Christophe Herreman</name>
<email>christophe.herreman [at] stackandheap.com</email>
<url>http://www.herrodius.com</url>
<url>https://www.herrodius.com</url>
<organization>Stack &amp; Heap</organization>
<organizationUrl>http://www.stackandheap.com</organizationUrl>
<timezone>+1</timezone>
Expand All @@ -92,7 +92,7 @@
<id>rzwaga</id>
<name>Roland Zwaga</name>
<email>roland.zwaga [at] stackandheap.com</email>
<url>http://zwaga.blogspot.com/</url>
<url>https://zwaga.blogspot.com/</url>
<organization>Stack &amp; Heap</organization>
<organizationUrl>http://www.stackandheap.com</organizationUrl>
<timezone>+1</timezone>
Expand Down Expand Up @@ -342,7 +342,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<!--
Must not be 2.2-beta-1 which is distributed with Maven 2.2.0 because of
http://jira.codehaus.org/browse/MASSEMBLY-285
https://jira.codehaus.org/browse/MASSEMBLY-285
-->
<version>2.2-beta-4</version>
<inherited>false</inherited>
Expand Down Expand Up @@ -830,7 +830,7 @@
</repository>
<repository>
<id>flex-mojos-repository</id>
<url>http://repository.sonatype.org/content/groups/public</url>
<url>https://repository.sonatype.org/content/groups/public</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -840,7 +840,7 @@
</repository>
<repository>
<id>flex-mojos-flex-repository</id>
<url>http://repository.sonatype.org/content/groups/flexgroup</url>
<url>https://repository.sonatype.org/content/groups/flexgroup</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -850,14 +850,14 @@
</repository>
<repository>
<id>yoolab.org-releases</id>
<url>http://projects.yoolab.org/maven/content/repositories/releases</url>
<url>https://projects.yoolab.org/maven/content/repositories/releases</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>yoolab.org-snapshots</id>
<url>http://projects.yoolab.org/maven/content/repositories/snapshots</url>
<url>https://projects.yoolab.org/maven/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -867,7 +867,7 @@
<pluginRepositories>
<pluginRepository>
<id>flexmojos-plugin</id>
<url>http://repository.sonatype.org/content/groups/flexgroup</url>
<url>https://repository.sonatype.org/content/groups/flexgroup</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down