Author: dashorst Date: Sun Oct 29 12:45:02 2006 New Revision: 468985 URL: http://svn.apache.org/viewvc?view=rev&rev=468985 Log: added changes plugin from plugins section
Modified: incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml Modified: incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml?view=diff&rev=468985&r1=468984&r2=468985 ============================================================================== --- incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml (original) +++ incubator/wicket/releases/wicket-1.2.3/wicket-parent/pom.xml Sun Oct 29 12:45:02 2006 @@ -366,6 +366,11 @@ <template>wicket-site.vm</template> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0-beta-2</version> + </plugin> </plugins> </pluginManagement> </build>